HostSystemOrBuilder

interface HostSystemOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
Discovered or declared capabilities for this host system.
.elide.host.HostCapabilities capabilities = 4;
Link copied to clipboard
Discovered or declared capabilities for this host system.
.elide.host.HostCapabilities capabilities = 4;
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 getDisplayName(): String
Display name for this host system, if available/applicable.
string display_name = 2;
Link copied to clipboard
abstract fun getDisplayNameBytes(): ByteString
Display name for this host system, if available/applicable.
string display_name = 2;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getMachine(): Machine
Describes information about the underlying machine.
.elide.machine.Machine machine = 3;
Link copied to clipboard
Describes information about the underlying machine.
.elide.machine.Machine machine = 3;
Link copied to clipboard
abstract fun getName(): String
Unique hostname or identifying name for this host system.
string name = 1;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Unique hostname or identifying name for this host system.
string name = 1;
Link copied to clipboard
Specifies host networking information.
.elide.host.HostNetworking networking = 5;
Link copied to clipboard
Specifies host networking information.
.elide.host.HostNetworking networking = 5;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
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 hasCapabilities(): Boolean
Discovered or declared capabilities for this host system.
.elide.host.HostCapabilities capabilities = 4;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasMachine(): Boolean
Describes information about the underlying machine.
.elide.machine.Machine machine = 3;
Link copied to clipboard
abstract fun hasNetworking(): Boolean
Specifies host networking information.
.elide.host.HostNetworking networking = 5;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean