GoogleApi.CloudBuild.V1.Model.GitRepoSource (google_api_cloud_build v0.54.0)
View SourceGitRepoSource describes a repo and ref of a code repository.
Attributes
-
bitbucketServerConfig(type:String.t, default:nil) - The full resource name of the bitbucket server config. Format:projects/{project}/locations/{location}/bitbucketServerConfigs/{id}. -
githubEnterpriseConfig(type:String.t, default:nil) - The full resource name of the github enterprise config. Format:projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}.projects/{project}/githubEnterpriseConfigs/{id}. -
ref(type:String.t, default:nil) - The branch or tag to use. Must start with "refs/" (required). -
repoType(type:String.t, default:nil) - See RepoType below. -
repository(type:String.t, default:nil) - The connected repository resource name, in the formatprojects/*/locations/*/connections/*/repositories/*. Eitheruriorrepositorycan be specified and is required. -
uri(type:String.t, default:nil) - The URI of the repo (e.g. https://github.com/user/repo.git). Eitheruriorrepositorycan be specified and is required.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.