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 \ TreeEntryMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
OBJECT_TYPE_UNSPECIFIED
Value: 0Default value, indicating the object type is unspecified.
Generated from protobuf enum OBJECT_TYPE_UNSPECIFIED = 0;
TREE
Value: 1Represents a directory (folder).
Generated from protobuf enum TREE = 1;
BLOB
Value: 2Represents a file (contains file data).
Generated from protobuf enum BLOB = 2;
COMMIT
Value: 3Represents a pointer to another repository (submodule).
Generated from protobuf enum COMMIT = 3;