public static interface V1.ContainerImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
Names by which this image is known.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Names by which this image is known.
|
int |
getNamesCount()
Names by which this image is known.
|
List<String> |
getNamesList()
Names by which this image is known.
|
long |
getSizeBytes()
The size of the image in bytes.
|
boolean |
hasSizeBytes()
The size of the image in bytes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNamesList()
Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
repeated string names = 1;int getNamesCount()
Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
repeated string names = 1;String getNames(int index)
Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
repeated string names = 1;com.google.protobuf.ByteString getNamesBytes(int index)
Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
repeated string names = 1;boolean hasSizeBytes()
The size of the image in bytes. +optional
optional int64 sizeBytes = 2;long getSizeBytes()
The size of the image in bytes. +optional
optional int64 sizeBytes = 2;Copyright © 2021. All rights reserved.