Google Cloud Build V2 Client - Class RefType (0.9.0)

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 \ FetchGitRefsRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

REF_TYPE_UNSPECIFIED

Value: 0

No type specified.

Generated from protobuf enum REF_TYPE_UNSPECIFIED = 0;

TAG

Value: 1

To fetch tags.

Generated from protobuf enum TAG = 1;

BRANCH

Value: 2

To fetch branches.

Generated from protobuf enum BRANCH = 2;