TreeEntryOrBuilder

interface TreeEntryOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard
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 getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getDirectory(): Directory
Describes a directory held by this tree entry.
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Describes a directory held by this tree entry.
.elide.vfs.Directory directory = 9;
Link copied to clipboard
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getFile(): File
Describes a file held by this tree entry.
.elide.vfs.File file = 10;
Link copied to clipboard
Describes a file held by this tree entry.
.elide.vfs.File file = 10;
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getParent(): TreeEntry
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
.elide.vfs.TreeEntry parent = 1;
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 hasDirectory(): Boolean
Describes a directory held by this tree entry.
.elide.vfs.Directory directory = 9;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasFile(): Boolean
Describes a file held by this tree entry.
.elide.vfs.File file = 10;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasParent(): Boolean
Reference to the tree entry which holds this entry as a parent. If no parent is present, the `TreeEntry` models the
root entry of the virtual file system. In other words, all non-root `TreeEntry` objects have a parent.
.elide.vfs.TreeEntry parent = 1;
Link copied to clipboard
abstract fun isInitialized(): Boolean