AppInfoOrBuilder

interface AppInfoOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun containsEndpoints(key: String): Boolean
Map of endpoint tags to their info payloads for this application.
map<string, .elide.meta.Endpoint> endpoints = 3;
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 getEndpoints(): Map<String, Endpoint>
Use getEndpointsMap instead.
Link copied to clipboard
abstract fun getEndpointsCount(): Int
Map of endpoint tags to their info payloads for this application.
map<string, .elide.meta.Endpoint> endpoints = 3;
Link copied to clipboard
Map of endpoint tags to their info payloads for this application.
map<string, .elide.meta.Endpoint> endpoints = 3;
Link copied to clipboard
abstract fun getEndpointsOrDefault(key: String, defaultValue: Endpoint): Endpoint
Map of endpoint tags to their info payloads for this application.
map<string, .elide.meta.Endpoint> endpoints = 3;
Link copied to clipboard
abstract fun getEndpointsOrThrow(key: String): Endpoint
Map of endpoint tags to their info payloads for this application.
map<string, .elide.meta.Endpoint> endpoints = 3;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Name of the application, if known.
optional string name = 2;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Name of the application, if known.
optional 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 getVersion(): String
Version string of the application.
string version = 1;
Link copied to clipboard
abstract fun getVersionBytes(): ByteString
Version string of the application.
string version = 1;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasName(): Boolean
Name of the application, if known.
optional string name = 2;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean