public interface RepoSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchName()
Regex matching branches to build.
|
com.google.protobuf.ByteString |
getBranchNameBytes()
Regex matching branches to build.
|
String |
getCommitSha()
Explicit commit SHA to build.
|
com.google.protobuf.ByteString |
getCommitShaBytes()
Explicit commit SHA to build.
|
String |
getDir()
Directory, relative to the source root, in which to run the build.
|
com.google.protobuf.ByteString |
getDirBytes()
Directory, relative to the source root, in which to run the build.
|
boolean |
getInvertRegex()
Only trigger a build if the revision regex does NOT match the revision
regex.
|
String |
getProjectId()
ID of the project that owns the Cloud Source Repository.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
ID of the project that owns the Cloud Source Repository.
|
String |
getRepoName()
Name of the Cloud Source Repository.
|
com.google.protobuf.ByteString |
getRepoNameBytes()
Name of the Cloud Source Repository.
|
RepoSource.RevisionCase |
getRevisionCase() |
String |
getTagName()
Regex matching tags to build.
|
com.google.protobuf.ByteString |
getTagNameBytes()
Regex matching tags to build.
|
boolean |
hasBranchName()
Regex matching branches to build.
|
boolean |
hasCommitSha()
Explicit commit SHA to build.
|
boolean |
hasTagName()
Regex matching tags to build.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBranchName()
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;String getBranchName()
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;com.google.protobuf.ByteString getBranchNameBytes()
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;boolean hasTagName()
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;String getTagName()
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;com.google.protobuf.ByteString getTagNameBytes()
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;boolean hasCommitSha()
Explicit commit SHA to build.
string commit_sha = 5;String getCommitSha()
Explicit commit SHA to build.
string commit_sha = 5;com.google.protobuf.ByteString getCommitShaBytes()
Explicit commit SHA to build.
string commit_sha = 5;String getProjectId()
ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
string project_id = 1;String getRepoName()
Name of the Cloud Source Repository.
string repo_name = 2;com.google.protobuf.ByteString getRepoNameBytes()
Name of the Cloud Source Repository.
string repo_name = 2;String getDir()
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;com.google.protobuf.ByteString getDirBytes()
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;boolean getInvertRegex()
Only trigger a build if the revision regex does NOT match the revision regex.
bool invert_regex = 7;RepoSource.RevisionCase getRevisionCase()
Copyright © 2024 Google LLC. All rights reserved.