ConfigurationValue
Application-level configuration value.
Content copied to clipboard
elide.app.ConfigurationValue
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Key for the configuration value; may be nested via dot notation.
Content copied to clipboard
string key = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Typed value for this configuration.
Content copied to clipboard
.google.protobuf.Any typed_value = 3;
Link copied to clipboard
Typed value for this configuration.
Content copied to clipboard
.google.protobuf.Any typed_value = 3;
Link copied to clipboard
Link copied to clipboard
Value for this configuration.
Content copied to clipboard
.google.protobuf.Value value = 2;
Link copied to clipboard
Typed value for this configuration.
Content copied to clipboard
.google.protobuf.Any typed_value = 3;
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): ConfigurationValue
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConfigurationValue
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigurationValue
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard