ApplicationOrBuilder

interface ApplicationOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getAsset(index: Int): AppAsset
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;
Link copied to clipboard
abstract fun getAssetCount(): Int
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;
Link copied to clipboard
abstract fun getAssetList(): List<AppAsset>
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;
Link copied to clipboard
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;
Link copied to clipboard
Assets which should be made available to this application.
repeated .elide.app.AppAsset asset = 6;
Link copied to clipboard
abstract fun getBundle(index: Int): AppBundle
Code bundles which implement the application.
repeated .elide.app.AppBundle bundle = 7;
Link copied to clipboard
abstract fun getBundleCount(): Int
Code bundles which implement the application.
repeated .elide.app.AppBundle bundle = 7;
Link copied to clipboard
abstract fun getBundleList(): List<AppBundle>
Code bundles which implement the application.
repeated .elide.app.AppBundle bundle = 7;
Link copied to clipboard
Code bundles which implement the application.
repeated .elide.app.AppBundle bundle = 7;
Link copied to clipboard
Code bundles which implement the application.
repeated .elide.app.AppBundle bundle = 7;
Link copied to clipboard
abstract fun getConfig(): AppConfiguration
Full suite of rendered configuration for this application.
.elide.app.AppConfiguration config = 5;
Link copied to clipboard
Full suite of rendered configuration for this application.
.elide.app.AppConfiguration config = 5;
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 getDisplayName(): String
Display name to show for this application.
string display_name = 3;
Link copied to clipboard
abstract fun getDisplayNameBytes(): ByteString
Display name to show for this application.
string display_name = 3;
Link copied to clipboard
abstract fun getEntry(): EntrypointType
Entrypoint types supported by this application.
.elide.app.EntrypointType entry = 4;
Link copied to clipboard
abstract fun getEntryValue(): Int
Entrypoint types supported by this application.
.elide.app.EntrypointType entry = 4;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getKey(): ApplicationKey
Primary key describing this application's identity.
.elide.app.ApplicationKey key = 1;
Link copied to clipboard
Primary key describing this application's identity.
.elide.app.ApplicationKey key = 1;
Link copied to clipboard
abstract fun getName(): String
User-assigned short name for this application.
string name = 2;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
User-assigned short name for this application.
string name = 2;
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 hasConfig(): Boolean
Full suite of rendered configuration for this application.
.elide.app.AppConfiguration config = 5;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasKey(): Boolean
Primary key describing this application's identity.
.elide.app.ApplicationKey key = 1;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean