HostIdentityOrBuilder

interface HostIdentityOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAgent(): String
"Agent" name or value; this is a free-form string which can be used to identify the host software.
string agent = 6;
Link copied to clipboard
abstract fun getAgentBytes(): ByteString
"Agent" name or value; this is a free-form string which can be used to identify the host software.
string agent = 6;
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDatacenter(): String
Datacenter name/assigned label.
string datacenter = 2;
Link copied to clipboard
abstract fun getDatacenterBytes(): ByteString
Datacenter name/assigned label.
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
abstract fun getHostname(): String
Hostname of the machine.
string hostname = 1;
Link copied to clipboard
abstract fun getHostnameBytes(): ByteString
Hostname of the machine.
string hostname = 1;
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRegion(): String
Regional label or name.
string region = 3;
Link copied to clipboard
abstract fun getRegionBytes(): ByteString
Regional label or name.
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 getTag(): String
Tag or model for the host or host software.
string tag = 5;
Link copied to clipboard
abstract fun getTagBytes(): ByteString
Tag or model for the host or host software.
string tag = 5;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getVendor(): String
Vendor for the host or host software.
string vendor = 4;
Link copied to clipboard
abstract fun getVendorBytes(): ByteString
Vendor for the host or host software.
string vendor = 4;
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