ActiveApplicationOrBuilder

interface ActiveApplicationOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun containsEnv(key: String): Boolean
Rendered application environment.
map<string, .elide.app.RenderedEnvironment> env = 3;
Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getApp(): Application
Application which is addressed by this record.
.elide.app.Application app = 1;
Link copied to clipboard
Application which is addressed by this record.
.elide.app.Application app = 1;
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
Use getEnvMap instead.
Link copied to clipboard
abstract fun getEnvCount(): Int
Rendered application environment.
map<string, .elide.app.RenderedEnvironment> env = 3;
Link copied to clipboard
Rendered application environment.
map<string, .elide.app.RenderedEnvironment> env = 3;
Link copied to clipboard
Rendered application environment.
map<string, .elide.app.RenderedEnvironment> env = 3;
Link copied to clipboard
Rendered application environment.
map<string, .elide.app.RenderedEnvironment> env = 3;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getIdentity(): Identity
Runtime identity allocated and activated for this application's use.
.elide.app.Identity identity = 5;
Link copied to clipboard
Runtime identity allocated and activated for this application's use.
.elide.app.Identity identity = 5;
Link copied to clipboard
Link copied to clipboard
abstract fun getIsolation(): Privileges
Privileges granted to this application.
.elide.app.Privileges isolation = 4;
Link copied to clipboard
Privileges granted to this application.
.elide.app.Privileges isolation = 4;
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 getVersion(): Version
Active application version.
.elide.std.Version version = 2;
Link copied to clipboard
Active application version.
.elide.std.Version version = 2;
Link copied to clipboard
abstract fun hasApp(): Boolean
Application which is addressed by this record.
.elide.app.Application app = 1;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasIdentity(): Boolean
Runtime identity allocated and activated for this application's use.
.elide.app.Identity identity = 5;
Link copied to clipboard
abstract fun hasIsolation(): Boolean
Privileges granted to this application.
.elide.app.Privileges isolation = 4;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasVersion(): Boolean
Active application version.
.elide.std.Version version = 2;
Link copied to clipboard
abstract fun isInitialized(): Boolean