Module: Google::Cloud::Build::V2::FetchGitRefsRequest::RefType

Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Type of refs

Constant Summary collapse

REF_TYPE_UNSPECIFIED =

No type specified.

0
TAG =

To fetch tags.

1
BRANCH =

To fetch branches.

2