EnvVarOrBuilder

interface EnvVarOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
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 getHost(): Boolean
Unveils/allows access to a host-side environment variable.
bool host = 5;
Link copied to clipboard
Link copied to clipboard
abstract fun getLiteral(): String
Literal value of the environment variable.
string literal = 2;
Link copied to clipboard
abstract fun getLiteralBytes(): ByteString
Literal value of the environment variable.
string literal = 2;
Link copied to clipboard
abstract fun getName(): String
Name of the environment variable.
string name = 1;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Name of the environment variable.
string name = 1;
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 getSecret(): SecretReference
Reference to an application secret.
.elide.app.SecretReference secret = 4;
Link copied to clipboard
Reference to an application secret.
.elide.app.SecretReference secret = 4;
Link copied to clipboard
Symbolic or computed value.
.elide.app.SymbolicEnvValue symbolic = 3;
Link copied to clipboard
abstract fun getSymbolicValue(): Int
Symbolic or computed value.
.elide.app.SymbolicEnvValue symbolic = 3;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasHost(): Boolean
Unveils/allows access to a host-side environment variable.
bool host = 5;
Link copied to clipboard
abstract fun hasLiteral(): Boolean
Literal value of the environment variable.
string literal = 2;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasSecret(): Boolean
Reference to an application secret.
.elide.app.SecretReference secret = 4;
Link copied to clipboard
abstract fun hasSymbolic(): Boolean
Symbolic or computed value.
.elide.app.SymbolicEnvValue symbolic = 3;
Link copied to clipboard
abstract fun isInitialized(): Boolean