Cloud Build v1 API - Enum GitFileSource.Types.RepoType (2.9.0)

public enum GitFileSource.Types.RepoType

Reference documentation and code samples for the Cloud Build v1 API enum GitFileSource.Types.RepoType.

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

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
BitbucketServer

A Bitbucket Server-hosted repo.

CloudSourceRepositories

A Google Cloud Source Repositories-hosted repo.

Github

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

Gitlab

A GitLab-hosted repo.

Unknown

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