Package k8s.io.api.core.v1
Interface Generated.NamespaceListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NamespaceList,Generated.NamespaceList.Builder
- Enclosing class:
- Generated
public static interface Generated.NamespaceListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.NamespacegetItems(int index)Items is the list of Namespace objects in the list.intgetItemsCount()Items is the list of Namespace objects in the list.List<Generated.Namespace>getItemsList()Items is the list of Namespace objects in the list.Generated.NamespaceOrBuildergetItemsOrBuilder(int index)Items is the list of Namespace objects in the list.List<? extends Generated.NamespaceOrBuilder>getItemsOrBuilderList()Items is the list of Namespace objects in the list.Generated.ListMetagetMetadata()Standard list metadata.Generated.ListMetaOrBuildergetMetadataOrBuilder()Standard list metadata.booleanhasMetadata()Standard list metadata.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;- Returns:
- Whether the metadata field is set.
-
getMetadata
Generated.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;- Returns:
- The metadata.
-
getMetadataOrBuilder
Generated.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<Generated.Namespace> getItemsList()
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
repeated .k8s.io.api.core.v1.Namespace items = 2;
-
getItems
Generated.Namespace getItems(int index)
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
repeated .k8s.io.api.core.v1.Namespace items = 2;
-
getItemsCount
int getItemsCount()
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
repeated .k8s.io.api.core.v1.Namespace items = 2;
-
getItemsOrBuilderList
List<? extends Generated.NamespaceOrBuilder> getItemsOrBuilderList()
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
repeated .k8s.io.api.core.v1.Namespace items = 2;
-
getItemsOrBuilder
Generated.NamespaceOrBuilder getItemsOrBuilder(int index)
Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
repeated .k8s.io.api.core.v1.Namespace items = 2;
-
-