Package io.kubernetes.client.proto
Interface V1alpha1Rbac.RoleListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Rbac.RoleList,V1alpha1Rbac.RoleList.Builder
- Enclosing class:
- V1alpha1Rbac
public static interface V1alpha1Rbac.RoleListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) Items is a list of RolesintItems is a list of RolesItems is a list of RolesgetItemsOrBuilder(int index) Items is a list of RolesList<? extends V1alpha1Rbac.RoleOrBuilder>Items is a list of RolesStandard object's metadata.Standard object's metadata.booleanStandard object's 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 object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1alpha1Rbac.Role> getItemsList()Items is a list of Roles
repeated .k8s.io.api.rbac.v1alpha1.Role items = 2; -
getItems
Items is a list of Roles
repeated .k8s.io.api.rbac.v1alpha1.Role items = 2; -
getItemsCount
int getItemsCount()Items is a list of Roles
repeated .k8s.io.api.rbac.v1alpha1.Role items = 2; -
getItemsOrBuilderList
List<? extends V1alpha1Rbac.RoleOrBuilder> getItemsOrBuilderList()Items is a list of Roles
repeated .k8s.io.api.rbac.v1alpha1.Role items = 2; -
getItemsOrBuilder
Items is a list of Roles
repeated .k8s.io.api.rbac.v1alpha1.Role items = 2;
-