| Package | Description |
|---|---|
| io.grafeas.v1beta1.image |
| 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 |
Derived.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 |
Derived.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 |
DerivedOrBuilder.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(byte[] data) |
static Layer |
Layer.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(ByteBuffer data) |
static Layer |
Layer.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(com.google.protobuf.ByteString data) |
static Layer |
Layer.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(com.google.protobuf.CodedInputStream input) |
static Layer |
Layer.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layer |
Layer.parseFrom(InputStream input) |
static Layer |
Layer.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
Derived.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> |
Derived.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> |
DerivedOrBuilder.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.
|
com.google.protobuf.Parser<Layer> |
Layer.getParserForType() |
static com.google.protobuf.Parser<Layer> |
Layer.parser() |
| Modifier and Type | Method and Description |
|---|---|
Derived.Builder |
Derived.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.
|
Derived.Builder |
Derived.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) |
Derived.Builder |
Derived.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 |
|---|---|
Derived.Builder |
Derived.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.