Interface V1.ContainerImageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ContainerImage, V1.ContainerImage.Builder
Enclosing class:
V1

public static interface V1.ContainerImageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    Names by which this image is known.
    Names by which this image is known.
    long
    The size of the image in bytes.
    boolean
    The size of the image in bytes.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNamesList

      List<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"]
       +optional
       
      repeated string names = 1;
    • getNamesCount

      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"]
       +optional
       
      repeated string names = 1;
    • getNames

      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"]
       +optional
       
      repeated string names = 1;
    • getNamesBytes

      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"]
       +optional
       
      repeated string names = 1;
    • hasSizeBytes

      boolean hasSizeBytes()
       The size of the image in bytes.
       +optional
       
      optional int64 sizeBytes = 2;
    • getSizeBytes

      long getSizeBytes()
       The size of the image in bytes.
       +optional
       
      optional int64 sizeBytes = 2;