public enum GitFileSource.Types.RepoTypeReference 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.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |