Google Cloud Secure Source Manager V1 Client - Class ObjectType (1.5.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ObjectType.

Defines the type of object the TreeEntry represents.

Protobuf type google.cloud.securesourcemanager.v1.TreeEntry.ObjectType

Namespace

Google \ Cloud \ SecureSourceManager \ V1 \ TreeEntry

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OBJECT_TYPE_UNSPECIFIED

Value: 0

Default value, indicating the object type is unspecified.

Generated from protobuf enum OBJECT_TYPE_UNSPECIFIED = 0;

TREE

Value: 1

Represents a directory (folder).

Generated from protobuf enum TREE = 1;

BLOB

Value: 2

Represents a file (contains file data).

Generated from protobuf enum BLOB = 2;

COMMIT

Value: 3

Represents a pointer to another repository (submodule).

Generated from protobuf enum COMMIT = 3;