MetadataOrBuilder

interface MetadataOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getCompressed(): Long
Size of the entire virtual file system, compressed, in bytes.
uint64 compressed = 2;
Link copied to clipboard
Compression mode applied to the virtual file system.
.elide.data.CompressionMode compression = 3;
Link copied to clipboard
abstract fun getCompressionValue(): Int
Compression mode applied to the virtual file system.
.elide.data.CompressionMode compression = 3;
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 getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getModified(): Timestamp
Describes the most-recent modification timestamp of any constituent file within the virtual file system.
.google.protobuf.Timestamp modified = 6;
Link copied to clipboard
abstract fun getModifiedOrBuilder(): TimestampOrBuilder
Describes the most-recent modification timestamp of any constituent file within the virtual file system.
.google.protobuf.Timestamp modified = 6;
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 getSize(): Long
Size of the entire virtual file system, uncompressed, in bytes.
uint64 size = 1;
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 hasModified(): Boolean
Describes the most-recent modification timestamp of any constituent file within the virtual file system.
.google.protobuf.Timestamp modified = 6;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean