public static interface V1Storage.CSINodeListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Storage.CSINode |
getItems(int index)
items is the list of CSINode
|
int |
getItemsCount()
items is the list of CSINode
|
List<V1Storage.CSINode> |
getItemsList()
items is the list of CSINode
|
V1Storage.CSINodeOrBuilder |
getItemsOrBuilder(int index)
items is the list of CSINode
|
List<? extends V1Storage.CSINodeOrBuilder> |
getItemsOrBuilderList()
items is the list of CSINode
|
Meta.ListMeta |
getMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
boolean |
hasMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;List<V1Storage.CSINode> getItemsList()
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;V1Storage.CSINode getItems(int index)
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;int getItemsCount()
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;List<? extends V1Storage.CSINodeOrBuilder> getItemsOrBuilderList()
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;V1Storage.CSINodeOrBuilder getItemsOrBuilder(int index)
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;Copyright © 2023. All rights reserved.