Package io.kubernetes.client.proto
Interface Meta.ListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.List,Meta.List.Builder
- Enclosing class:
- Meta
public static interface Meta.ListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) List of objectsintList of objectsList of objectsgetItemsOrBuilder(int index) List of objectsList<? extends Runtime.RawExtensionOrBuilder>List of objectsStandard list metadata.Standard list metadata.booleanStandard list metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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#types-kinds +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#types-kinds +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#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<Runtime.RawExtension> getItemsList()List of objects
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension items = 2; -
getItems
List of objects
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension items = 2; -
getItemsCount
int getItemsCount()List of objects
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension items = 2; -
getItemsOrBuilderList
List<? extends Runtime.RawExtensionOrBuilder> getItemsOrBuilderList()List of objects
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension items = 2; -
getItemsOrBuilder
List of objects
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension items = 2;
-