ApplicationInstanceOrBuilder

interface ApplicationInstanceOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getAllocation(index: Int): InstanceAllocation
Encloses allocations constituent to this application instance.
repeated .elide.app.InstanceAllocation allocation = 9;
Link copied to clipboard
abstract fun getAllocationCount(): Int
Encloses allocations constituent to this application instance.
repeated .elide.app.InstanceAllocation allocation = 9;
Link copied to clipboard
Encloses allocations constituent to this application instance.
repeated .elide.app.InstanceAllocation allocation = 9;
Link copied to clipboard
Encloses allocations constituent to this application instance.
repeated .elide.app.InstanceAllocation allocation = 9;
Link copied to clipboard
Encloses allocations constituent to this application instance.
repeated .elide.app.InstanceAllocation allocation = 9;
Link copied to clipboard
abstract fun getApp(): Application
Application associated with this instance.
.elide.app.Application app = 6;
Link copied to clipboard
Application associated with this instance.
.elide.app.Application app = 6;
Link copied to clipboard
Assignment information for this instance.
.elide.app.InstanceAssignment assignment = 5;
Link copied to clipboard
Assignment information for this instance.
.elide.app.InstanceAssignment assignment = 5;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDeployment(): Deployment
Deployment this instance is associated with.
.elide.app.Deployment deployment = 8;
Link copied to clipboard
Deployment this instance is associated with.
.elide.app.Deployment deployment = 8;
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getDisplayName(): String
Display name for this instance.
string display_name = 3;
Link copied to clipboard
abstract fun getDisplayNameBytes(): ByteString
Display name for this instance.
string display_name = 3;
Link copied to clipboard
abstract fun getDomain(index: Int): String
Domains where this instance can be accessed.
repeated string domain = 10;
Link copied to clipboard
abstract fun getDomainBytes(index: Int): ByteString
Domains where this instance can be accessed.
repeated string domain = 10;
Link copied to clipboard
abstract fun getDomainCount(): Int
Domains where this instance can be accessed.
repeated string domain = 10;
Link copied to clipboard
abstract fun getDomainList(): List<String>
Domains where this instance can be accessed.
repeated string domain = 10;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getKey(): InstanceKey
Primary key info for this instance.
.elide.app.InstanceKey key = 1;
Link copied to clipboard
Primary key info for this instance.
.elide.app.InstanceKey key = 1;
Link copied to clipboard
abstract fun getName(): String
Short (and unique) name for this instance.
string name = 2;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Short (and unique) name for this instance.
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 getStatus(): InstanceStatus
Current status of this instance.
.elide.app.InstanceStatus status = 4;
Link copied to clipboard
abstract fun getStatusValue(): Int
Current status of this instance.
.elide.app.InstanceStatus status = 4;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getVersion(): Version
Version information for this deployment.
.elide.std.Version version = 7;
Link copied to clipboard
Version information for this deployment.
.elide.std.Version version = 7;
Link copied to clipboard
abstract fun hasApp(): Boolean
Application associated with this instance.
.elide.app.Application app = 6;
Link copied to clipboard
abstract fun hasAssignment(): Boolean
Assignment information for this instance.
.elide.app.InstanceAssignment assignment = 5;
Link copied to clipboard
abstract fun hasDeployment(): Boolean
Deployment this instance is associated with.
.elide.app.Deployment deployment = 8;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasKey(): Boolean
Primary key info for this instance.
.elide.app.InstanceKey key = 1;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasVersion(): Boolean
Version information for this deployment.
.elide.std.Version version = 7;
Link copied to clipboard
abstract fun isInitialized(): Boolean