Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.Builder.build() |
Layer |
Layer.Builder.buildPartial() |
static Layer |
Layer.getDefaultInstance() |
Layer |
Layer.getDefaultInstanceForType() |
Layer |
Layer.Builder.getDefaultInstanceForType() |
Layer |
ImageOccurrence.getLayerInfo(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 |
ImageOccurrence.Builder.getLayerInfo(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 |
ImageOccurrenceOrBuilder.getLayerInfo(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.
|
static Layer |
Layer.parseDelimitedFrom(InputStream input) |
static Layer |
Layer.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(byte[] data) |
static Layer |
Layer.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(ByteBuffer data) |
static Layer |
Layer.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(ByteString data) |
static Layer |
Layer.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(CodedInputStream input) |
static Layer |
Layer.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(InputStream input) |
static Layer |
Layer.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Layer> |
ImageOccurrence.getLayerInfoList()
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.
|
List<Layer> |
ImageOccurrence.Builder.getLayerInfoList()
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.
|
List<Layer> |
ImageOccurrenceOrBuilder.getLayerInfoList()
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.
|
Parser<Layer> |
Layer.getParserForType() |
static Parser<Layer> |
Layer.parser() |
Modifier and Type | Method and Description |
---|---|
ImageOccurrence.Builder |
ImageOccurrence.Builder.addLayerInfo(int index,
Layer value)
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 value)
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(Layer other) |
static Layer.Builder |
Layer.newBuilder(Layer prototype) |
ImageOccurrence.Builder |
ImageOccurrence.Builder.setLayerInfo(int index,
Layer value)
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.addAllLayerInfo(Iterable<? extends Layer> values)
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.