HttpEdgeInfoOrBuilder

interface HttpEdgeInfoOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDatacenter(): String
Specifies the edge proxy datacenter or point-of-presence.
string datacenter = 2;
Link copied to clipboard
abstract fun getDatacenterBytes(): ByteString
Specifies the edge proxy datacenter or point-of-presence.
string datacenter = 2;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getIp(): String
Specifies the HTTP edge proxy's IP address.
string ip = 1;
Link copied to clipboard
abstract fun getIpBytes(): ByteString
Specifies the HTTP edge proxy's IP address.
string ip = 1;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRegion(): String
Specifies the edge proxy datacenter's region or locale.
string region = 3;
Link copied to clipboard
abstract fun getRegionBytes(): ByteString
Specifies the edge proxy datacenter's region or locale.
string region = 3;
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean