Enum TreeEntry.ObjectType (0.40.0)

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

ProtocolMessageEnum

Static Fields

Name Description
BLOB

Represents a file (contains file data).

BLOB = 2;

BLOB_VALUE

Represents a file (contains file data).

BLOB = 2;

COMMIT

Represents a pointer to another repository (submodule).

COMMIT = 3;

COMMIT_VALUE

Represents a pointer to another repository (submodule).

COMMIT = 3;

OBJECT_TYPE_UNSPECIFIED

Default value, indicating the object type is unspecified.

OBJECT_TYPE_UNSPECIFIED = 0;

OBJECT_TYPE_UNSPECIFIED_VALUE

Default value, indicating the object type is unspecified.

OBJECT_TYPE_UNSPECIFIED = 0;

TREE

Represents a directory (folder).

TREE = 1;

TREE_VALUE

Represents a directory (folder).

TREE = 1;

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()