Interface protos.google.devtools.cloudbuild.v1.IRepoSource (2.5.0)

Properties of a RepoSource.

Package

@google-cloud/cloudbuild!

Properties

branchName

branchName?: (string|null);

RepoSource branchName

Property Value
TypeDescription
(string|null)

commitSha

commitSha?: (string|null);

RepoSource commitSha

Property Value
TypeDescription
(string|null)

dir

dir?: (string|null);

RepoSource dir

Property Value
TypeDescription
(string|null)

invertRegex

invertRegex?: (boolean|null);

RepoSource invertRegex

Property Value
TypeDescription
(boolean|null)

projectId

projectId?: (string|null);

RepoSource projectId

Property Value
TypeDescription
(string|null)

repoName

repoName?: (string|null);

RepoSource repoName

Property Value
TypeDescription
(string|null)

substitutions

substitutions?: ({ [k: string]: string }|null);

RepoSource substitutions

Property Value
TypeDescription
({ [k: string]: string }|null)

tagName

tagName?: (string|null);

RepoSource tagName

Property Value
TypeDescription
(string|null)