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

Properties of a RepoSource.

Package

@google-cloud/cloudbuild

Properties

branchName

branchName?: (string|null);

RepoSource branchName

commitSha

commitSha?: (string|null);

RepoSource commitSha

dir

dir?: (string|null);

RepoSource dir

invertRegex

invertRegex?: (boolean|null);

RepoSource invertRegex

projectId

projectId?: (string|null);

RepoSource projectId

repoName

repoName?: (string|null);

RepoSource repoName

substitutions

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

RepoSource substitutions

tagName

tagName?: (string|null);

RepoSource tagName