public enum TreeEntry.ObjectType extends Enum<TreeEntry.ObjectType> implements ProtocolMessageEnum
Defines the type of object the TreeEntry represents.
Protobuf enum google.cloud.securesourcemanager.v1.TreeEntry.ObjectType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BLOB |
Represents a file (contains file data). |
BLOB_VALUE |
Represents a file (contains file data). |
COMMIT |
Represents a pointer to another repository (submodule). |
COMMIT_VALUE |
Represents a pointer to another repository (submodule). |
OBJECT_TYPE_UNSPECIFIED |
Default value, indicating the object type is unspecified. |
OBJECT_TYPE_UNSPECIFIED_VALUE |
Default value, indicating the object type is unspecified. |
TREE |
Represents a directory (folder). |
TREE_VALUE |
Represents a directory (folder). |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |