Interface RepoSourceOrBuilder (2.19.0)

publicinterface RepoSourceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBranchName()

publicabstractStringgetBranchName()

Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
Type Description
String

The branchName.

getBranchNameBytes()

publicabstractByteStringgetBranchNameBytes()

Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
Type Description
ByteString

The bytes for branchName.

getCommitSha()

publicabstractStringgetCommitSha()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
Type Description
String

The commitSha.

getCommitShaBytes()

publicabstractByteStringgetCommitShaBytes()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
Type Description
ByteString

The bytes for commitSha.

getDir()

publicabstractStringgetDir()

Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. eg. helloworld (no leading slash allowed)

string dir = 6;

Returns
Type Description
String

The dir.

getDirBytes()

publicabstractByteStringgetDirBytes()

Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. eg. helloworld (no leading slash allowed)

string dir = 6;

Returns
Type Description
ByteString

The bytes for dir.

getInvertRegex()

publicabstractbooleangetInvertRegex()

Only trigger a build if the revision regex does NOT match the revision regex.

bool invert_regex = 7;

Returns
Type Description
boolean

The invertRegex.

getProjectId()

publicabstractStringgetProjectId()

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

publicabstractByteStringgetProjectIdBytes()

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getRepoName()

publicabstractStringgetRepoName()

Name of the Cloud Source Repository.

string repo_name = 2;

Returns
Type Description
String

The repoName.

getRepoNameBytes()

publicabstractByteStringgetRepoNameBytes()

Name of the Cloud Source Repository.

string repo_name = 2;

Returns
Type Description
ByteString

The bytes for repoName.

getRevisionCase()

publicabstractRepoSource.RevisionCasegetRevisionCase()
Returns
Type Description
RepoSource.RevisionCase

getTagName()

publicabstractStringgetTagName()

Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
Type Description
String

The tagName.

getTagNameBytes()

publicabstractByteStringgetTagNameBytes()

Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
Type Description
ByteString

The bytes for tagName.

hasBranchName()

publicabstractbooleanhasBranchName()

Regex matching branches to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
Type Description
boolean

Whether the branchName field is set.

hasCommitSha()

publicabstractbooleanhasCommitSha()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
Type Description
boolean

Whether the commitSha field is set.

hasTagName()

publicabstractbooleanhasTagName()

Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
Type Description
boolean

Whether the tagName field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.