Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
Layer.Builder |
ImageOccurrence.Builder.addLayerInfoBuilder()
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Layer.Builder |
ImageOccurrence.Builder.addLayerInfoBuilder(int index)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Layer.Builder |
Layer.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Layer.Builder |
Layer.Builder.clear() |
Layer.Builder |
Layer.Builder.clearArguments()
The recovered arguments to the Dockerfile directive.
|
Layer.Builder |
Layer.Builder.clearDirective()
Required.
|
Layer.Builder |
Layer.Builder.clearField(Descriptors.FieldDescriptor field) |
Layer.Builder |
Layer.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Layer.Builder |
Layer.Builder.clone() |
Layer.Builder |
ImageOccurrence.Builder.getLayerInfoBuilder(int index)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Layer.Builder |
Layer.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Layer.Builder |
Layer.Builder.mergeFrom(Layer other) |
Layer.Builder |
Layer.Builder.mergeFrom(Message other) |
Layer.Builder |
Layer.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Layer.Builder |
Layer.newBuilder() |
static Layer.Builder |
Layer.newBuilder(Layer prototype) |
Layer.Builder |
Layer.newBuilderForType() |
protected Layer.Builder |
Layer.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Layer.Builder |
Layer.Builder.setArguments(String value)
The recovered arguments to the Dockerfile directive.
|
Layer.Builder |
Layer.Builder.setArgumentsBytes(ByteString value)
The recovered arguments to the Dockerfile directive.
|
Layer.Builder |
Layer.Builder.setDirective(String value)
Required.
|
Layer.Builder |
Layer.Builder.setDirectiveBytes(ByteString value)
Required.
|
Layer.Builder |
Layer.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Layer.Builder |
Layer.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Layer.Builder |
Layer.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Layer.Builder |
Layer.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Layer.Builder> |
ImageOccurrence.Builder.getLayerInfoBuilderList()
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Modifier and Type | Method and Description |
---|---|
ImageOccurrence.Builder |
ImageOccurrence.Builder.addLayerInfo(int index,
Layer.Builder builderForValue)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
ImageOccurrence.Builder |
ImageOccurrence.Builder.addLayerInfo(Layer.Builder builderForValue)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
ImageOccurrence.Builder |
ImageOccurrence.Builder.setLayerInfo(int index,
Layer.Builder builderForValue)
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
|
Copyright © 2019 Google LLC. All rights reserved.