Source.Builder |
Source.Builder.addAdditionalContexts(int index,
SourceContext value) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.addAdditionalContexts(int index,
SourceContext.Builder builderForValue) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.addAdditionalContexts(SourceContext value) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.addAdditionalContexts(SourceContext.Builder builderForValue) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.addAllAdditionalContexts(Iterable<? extends SourceContext> values) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Source.Builder |
Source.Builder.clear() |
|
Source.Builder |
Source.Builder.clearAdditionalContexts() |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.clearArtifactStorageSourceUri() |
If provided, the input binary artifacts for the build came from this
location.
|
Source.Builder |
Source.Builder.clearContext() |
If provided, the source code used for the build came from this location.
|
Source.Builder |
Source.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Source.Builder |
Source.Builder.clearFileHashes() |
|
Source.Builder |
Source.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Source.Builder |
Source.Builder.clone() |
|
Source.Builder |
BuildProvenance.Builder.getSourceProvenanceBuilder() |
Details of the Source input to the build.
|
Source.Builder |
Source.Builder.mergeContext(SourceContext value) |
If provided, the source code used for the build came from this location.
|
Source.Builder |
Source.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Source.Builder |
Source.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Source.Builder |
Source.Builder.mergeFrom(Source other) |
|
Source.Builder |
Source.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Source.Builder |
Source.newBuilder() |
|
static Source.Builder |
Source.newBuilder(Source prototype) |
|
Source.Builder |
Source.newBuilderForType() |
|
protected Source.Builder |
Source.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Source.Builder |
Source.Builder.putAllFileHashes(Map<String,FileHashes> values) |
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Source.Builder |
Source.Builder.putFileHashes(String key,
FileHashes value) |
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Source.Builder |
Source.Builder.removeAdditionalContexts(int index) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.removeFileHashes(String key) |
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Source.Builder |
Source.Builder.setAdditionalContexts(int index,
SourceContext value) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.setAdditionalContexts(int index,
SourceContext.Builder builderForValue) |
If provided, some of the source code used for the build may be found in
these locations, in the case where the source repository had multiple
remotes or submodules.
|
Source.Builder |
Source.Builder.setArtifactStorageSourceUri(String value) |
If provided, the input binary artifacts for the build came from this
location.
|
Source.Builder |
Source.Builder.setArtifactStorageSourceUriBytes(com.google.protobuf.ByteString value) |
If provided, the input binary artifacts for the build came from this
location.
|
Source.Builder |
Source.Builder.setContext(SourceContext value) |
If provided, the source code used for the build came from this location.
|
Source.Builder |
Source.Builder.setContext(SourceContext.Builder builderForValue) |
If provided, the source code used for the build came from this location.
|
Source.Builder |
Source.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Source.Builder |
Source.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Source.Builder |
Source.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Source.Builder |
Source.toBuilder() |
|