HostConfigurationOrBuilder

interface HostConfigurationOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getConfig(index: Int): AppConfigurationSuite
Generic host configuration payloads.
repeated .elide.app.AppConfigurationSuite config = 5;
Link copied to clipboard
abstract fun getConfigCount(): Int
Generic host configuration payloads.
repeated .elide.app.AppConfigurationSuite config = 5;
Link copied to clipboard
Generic host configuration payloads.
repeated .elide.app.AppConfigurationSuite config = 5;
Link copied to clipboard
Generic host configuration payloads.
repeated .elide.app.AppConfigurationSuite config = 5;
Link copied to clipboard
Generic host configuration payloads.
repeated .elide.app.AppConfigurationSuite config = 5;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDefaults(index: Int): AppConfigurationSuite
Default suite of configurations applied to hosted applications.
repeated .elide.app.AppConfigurationSuite defaults = 6;
Link copied to clipboard
abstract fun getDefaultsCount(): Int
Default suite of configurations applied to hosted applications.
repeated .elide.app.AppConfigurationSuite defaults = 6;
Link copied to clipboard
Default suite of configurations applied to hosted applications.
repeated .elide.app.AppConfigurationSuite defaults = 6;
Link copied to clipboard
Default suite of configurations applied to hosted applications.
repeated .elide.app.AppConfigurationSuite defaults = 6;
Link copied to clipboard
Default suite of configurations applied to hosted applications.
repeated .elide.app.AppConfigurationSuite defaults = 6;
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
Engine-level configuration for this instance.
.elide.host.EngineConfiguration engine = 2;
Link copied to clipboard
Engine-level configuration for this instance.
.elide.host.EngineConfiguration engine = 2;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getHost(): HostIdentity
Identity information about the hosting system.
.elide.host.HostIdentity host = 1;
Link copied to clipboard
Identity information about the hosting system.
.elide.host.HostIdentity host = 1;
Link copied to clipboard
Link copied to clipboard
abstract fun getListener(index: Int): ListenerConfiguration
Listeners to apply to this host. If empty, only native calls are accepted.
repeated .elide.host.ListenerConfiguration listener = 4;
Link copied to clipboard
abstract fun getListenerCount(): Int
Listeners to apply to this host. If empty, only native calls are accepted.
repeated .elide.host.ListenerConfiguration listener = 4;
Link copied to clipboard
Listeners to apply to this host. If empty, only native calls are accepted.
repeated .elide.host.ListenerConfiguration listener = 4;
Link copied to clipboard
Listeners to apply to this host. If empty, only native calls are accepted.
repeated .elide.host.ListenerConfiguration listener = 4;
Link copied to clipboard
Listeners to apply to this host. If empty, only native calls are accepted.
repeated .elide.host.ListenerConfiguration listener = 4;
Link copied to clipboard
Configuration for runtime logging.
.elide.host.LoggingConfiguration logging = 3;
Link copied to clipboard
Configuration for runtime logging.
.elide.host.LoggingConfiguration logging = 3;
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 hasEngine(): Boolean
Engine-level configuration for this instance.
.elide.host.EngineConfiguration engine = 2;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasHost(): Boolean
Identity information about the hosting system.
.elide.host.HostIdentity host = 1;
Link copied to clipboard
abstract fun hasLogging(): Boolean
Configuration for runtime logging.
.elide.host.LoggingConfiguration logging = 3;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean