DataContainerOrBuilder

interface DataContainerOrBuilder : MessageOrBuilder

Inheritors

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 getEncoding(): Encoding
Specifies the encoding for the affixed container data. If unspecified, the data is expressed in raw bytes.
.elide.data.Encoding encoding = 1;
Link copied to clipboard
abstract fun getEncodingValue(): Int
Specifies the encoding for the affixed container data. If unspecified, the data is expressed in raw bytes.
.elide.data.Encoding encoding = 1;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getIntegrity(index: Int): DataFingerprint
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.
repeated .elide.data.DataFingerprint integrity = 2;
Link copied to clipboard
abstract fun getIntegrityCount(): Int
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.
repeated .elide.data.DataFingerprint integrity = 2;
Link copied to clipboard
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.
repeated .elide.data.DataFingerprint integrity = 2;
Link copied to clipboard
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.
repeated .elide.data.DataFingerprint integrity = 2;
Link copied to clipboard
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.
repeated .elide.data.DataFingerprint integrity = 2;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRaw(): ByteString
Raw bytes for the data referenced by this container.
bytes raw = 3;
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 hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean