Reference documentation and code samples for the Google Cloud Build V2 Client class RefType.
Type of refs
Protobuf type google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType
Namespace
Google \ Cloud \ Build \ V2 \ FetchGitRefsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REF_TYPE_UNSPECIFIED
Value: 0No type specified.
Generated from protobuf enum REF_TYPE_UNSPECIFIED = 0;
TAG
Value: 1To fetch tags.
Generated from protobuf enum TAG = 1;
BRANCH
Value: 2To fetch branches.
Generated from protobuf enum BRANCH = 2;