Cloud Build V1 API - Module Google::Cloud::Build::V1::GitFileSource::RepoType (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::GitFileSource::RepoType.

The type of the repo, since it may not be explicit from the repo field (e.g from a URL).

Constants

UNKNOWN

value: 0
The default, unknown repo type. Don't use it, instead use one of the other repo types.

CLOUD_SOURCE_REPOSITORIES

value: 1
A Google Cloud Source Repositories-hosted repo.

GITHUB

value: 2
A GitHub-hosted repo not necessarily on "github.com" (i.e. GitHub Enterprise).

BITBUCKET_SERVER

value: 3
A Bitbucket Server-hosted repo.

GITLAB

value: 4
A GitLab-hosted repo.