Interface V1Storage.VolumeAttachmentListOrBuilder

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

public static interface V1Storage.VolumeAttachmentListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getItems(int index)
    Items is the list of VolumeAttachments
    int
    Items is the list of VolumeAttachments
    Items is the list of VolumeAttachments
    getItemsOrBuilder(int index)
    Items is the list of VolumeAttachments
    Items is the list of VolumeAttachments
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
    boolean
    Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional

    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

    • hasMetadata

      boolean hasMetadata()
       Standard list metadata
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getMetadata

      Meta.ListMeta getMetadata()
       Standard list metadata
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ListMetaOrBuilder getMetadataOrBuilder()
       Standard list metadata
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getItemsList

       Items is the list of VolumeAttachments
       
      repeated .k8s.io.api.storage.v1.VolumeAttachment items = 2;
    • getItems

      V1Storage.VolumeAttachment getItems(int index)
       Items is the list of VolumeAttachments
       
      repeated .k8s.io.api.storage.v1.VolumeAttachment items = 2;
    • getItemsCount

      int getItemsCount()
       Items is the list of VolumeAttachments
       
      repeated .k8s.io.api.storage.v1.VolumeAttachment items = 2;
    • getItemsOrBuilderList

      List<? extends V1Storage.VolumeAttachmentOrBuilder> getItemsOrBuilderList()
       Items is the list of VolumeAttachments
       
      repeated .k8s.io.api.storage.v1.VolumeAttachment items = 2;
    • getItemsOrBuilder

      V1Storage.VolumeAttachmentOrBuilder getItemsOrBuilder(int index)
       Items is the list of VolumeAttachments
       
      repeated .k8s.io.api.storage.v1.VolumeAttachment items = 2;