Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
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(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(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.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(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(Descriptors.FieldDescriptor field) |
Source.Builder |
Source.Builder.clearFileHashes() |
Source.Builder |
Source.Builder.clearOneof(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Source.Builder |
Source.Builder.mergeFrom(Message other) |
Source.Builder |
Source.Builder.mergeFrom(Source other) |
Source.Builder |
Source.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Source.Builder |
Source.newBuilder() |
static Source.Builder |
Source.newBuilder(Source prototype) |
Source.Builder |
Source.newBuilderForType() |
protected Source.Builder |
Source.newBuilderForType(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.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.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.setArtifactStorageSourceUri(String value)
If provided, the input binary artifacts for the build came from this
location.
|
Source.Builder |
Source.Builder.setArtifactStorageSourceUriBytes(ByteString value)
If provided, the input binary artifacts 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.setContext(SourceContext value)
If provided, the source code used for the build came from this location.
|
Source.Builder |
Source.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Source.Builder |
Source.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Source.Builder |
Source.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Source.Builder |
Source.toBuilder() |
Modifier and Type | Method and Description |
---|---|
BuildProvenance.Builder |
BuildProvenance.Builder.setSourceProvenance(Source.Builder builderForValue)
Details of the Source input to the build.
|
Copyright © 2019 Google LLC. All rights reserved.