Secure Source Manager V1 API - Module Google::Cloud::SecureSourceManager::V1::TreeEntry::ObjectType (v2.2.0)

Reference documentation and code samples for the Secure Source Manager V1 API module Google::Cloud::SecureSourceManager::V1::TreeEntry::ObjectType.

Defines the type of object the TreeEntry represents.

Constants

OBJECT_TYPE_UNSPECIFIED

value: 0
Default value, indicating the object type is unspecified.

TREE

value: 1
Represents a directory (folder).

BLOB

value: 2
Represents a file (contains file data).

COMMIT

value: 3
Represents a pointer to another repository (submodule).