| Modifier and Type | Method and Description |
|---|---|
RepoSource.Builder |
RepoSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RepoSource.Builder |
RepoSource.Builder.clear() |
RepoSource.Builder |
RepoSource.Builder.clearBranchName()
Regex matching branches to build.
|
RepoSource.Builder |
RepoSource.Builder.clearCommitSha()
Explicit commit SHA to build.
|
RepoSource.Builder |
RepoSource.Builder.clearDir()
Directory, relative to the source root, in which to run the build.
|
RepoSource.Builder |
RepoSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RepoSource.Builder |
RepoSource.Builder.clearInvertRegex()
Only trigger a build if the revision regex does NOT match the revision
regex.
|
RepoSource.Builder |
RepoSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RepoSource.Builder |
RepoSource.Builder.clearProjectId()
ID of the project that owns the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.clearRepoName()
Name of the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.clearRevision() |
RepoSource.Builder |
RepoSource.Builder.clearTagName()
Regex matching tags to build.
|
RepoSource.Builder |
RepoSource.Builder.clone() |
RepoSource.Builder |
Source.Builder.getRepoSourceBuilder()
If provided, get the source from this location in a Cloud Source
Repository.
|
RepoSource.Builder |
SourceProvenance.Builder.getResolvedRepoSourceBuilder()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
RepoSource.Builder |
RepoSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RepoSource.Builder |
RepoSource.Builder.mergeFrom(com.google.protobuf.Message other) |
RepoSource.Builder |
RepoSource.Builder.mergeFrom(RepoSource other) |
RepoSource.Builder |
RepoSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RepoSource.Builder |
RepoSource.newBuilder() |
static RepoSource.Builder |
RepoSource.newBuilder(RepoSource prototype) |
RepoSource.Builder |
RepoSource.newBuilderForType() |
protected RepoSource.Builder |
RepoSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RepoSource.Builder |
RepoSource.Builder.setBranchName(String value)
Regex matching branches to build.
|
RepoSource.Builder |
RepoSource.Builder.setBranchNameBytes(com.google.protobuf.ByteString value)
Regex matching branches to build.
|
RepoSource.Builder |
RepoSource.Builder.setCommitSha(String value)
Explicit commit SHA to build.
|
RepoSource.Builder |
RepoSource.Builder.setCommitShaBytes(com.google.protobuf.ByteString value)
Explicit commit SHA to build.
|
RepoSource.Builder |
RepoSource.Builder.setDir(String value)
Directory, relative to the source root, in which to run the build.
|
RepoSource.Builder |
RepoSource.Builder.setDirBytes(com.google.protobuf.ByteString value)
Directory, relative to the source root, in which to run the build.
|
RepoSource.Builder |
RepoSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RepoSource.Builder |
RepoSource.Builder.setInvertRegex(boolean value)
Only trigger a build if the revision regex does NOT match the revision
regex.
|
RepoSource.Builder |
RepoSource.Builder.setProjectId(String value)
ID of the project that owns the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.setProjectIdBytes(com.google.protobuf.ByteString value)
ID of the project that owns the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RepoSource.Builder |
RepoSource.Builder.setRepoName(String value)
Name of the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.setRepoNameBytes(com.google.protobuf.ByteString value)
Name of the Cloud Source Repository.
|
RepoSource.Builder |
RepoSource.Builder.setTagName(String value)
Regex matching tags to build.
|
RepoSource.Builder |
RepoSource.Builder.setTagNameBytes(com.google.protobuf.ByteString value)
Regex matching tags to build.
|
RepoSource.Builder |
RepoSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RepoSource.Builder |
RepoSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Source.Builder |
Source.Builder.setRepoSource(RepoSource.Builder builderForValue)
If provided, get the source from this location in a Cloud Source
Repository.
|
SourceProvenance.Builder |
SourceProvenance.Builder.setResolvedRepoSource(RepoSource.Builder builderForValue)
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
Copyright © 2024 Google LLC. All rights reserved.