HostIdentity
Informs the runtime configuration about various host identity parameters.
Content copied to clipboard
elide.host.HostIdentity
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
"Agent" name or value; this is a free-form string which can be used to identify the host software.
Content copied to clipboard
string agent = 6;
Link copied to clipboard
Link copied to clipboard
Datacenter name/assigned label.
Content copied to clipboard
string datacenter = 2;
Link copied to clipboard
Datacenter name/assigned label.
Content copied to clipboard
string datacenter = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hostname of the machine.
Content copied to clipboard
string hostname = 1;
Link copied to clipboard
Hostname of the machine.
Content copied to clipboard
string hostname = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Regional label or name.
Content copied to clipboard
string region = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Tag or model for the host or host software.
Content copied to clipboard
string tag = 5;
Link copied to clipboard
Link copied to clipboard
Vendor for the host or host software.
Content copied to clipboard
string vendor = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): HostIdentity
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard