Interface Generated.APIResourceListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.APIResourceList,Generated.APIResourceList.Builder
- Enclosing class:
- Generated
public static interface Generated.APIResourceListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupVersion()groupVersion is the group and version this APIResourceList is for.com.google.protobuf.ByteStringgetGroupVersionBytes()groupVersion is the group and version this APIResourceList is for.Generated.APIResourcegetResources(int index)resources contains the name of the resources and if they are namespaced.intgetResourcesCount()resources contains the name of the resources and if they are namespaced.List<Generated.APIResource>getResourcesList()resources contains the name of the resources and if they are namespaced.Generated.APIResourceOrBuildergetResourcesOrBuilder(int index)resources contains the name of the resources and if they are namespaced.List<? extends Generated.APIResourceOrBuilder>getResourcesOrBuilderList()resources contains the name of the resources and if they are namespaced.booleanhasGroupVersion()groupVersion is the group and version this APIResourceList is for.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGroupVersion
boolean hasGroupVersion()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;- Returns:
- Whether the groupVersion field is set.
-
getGroupVersion
String getGroupVersion()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;- Returns:
- The groupVersion.
-
getGroupVersionBytes
com.google.protobuf.ByteString getGroupVersionBytes()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;- Returns:
- The bytes for groupVersion.
-
getResourcesList
List<Generated.APIResource> getResourcesList()
resources contains the name of the resources and if they are namespaced. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
-
getResources
Generated.APIResource getResources(int index)
resources contains the name of the resources and if they are namespaced. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
-
getResourcesCount
int getResourcesCount()
resources contains the name of the resources and if they are namespaced. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
-
getResourcesOrBuilderList
List<? extends Generated.APIResourceOrBuilder> getResourcesOrBuilderList()
resources contains the name of the resources and if they are namespaced. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
-
getResourcesOrBuilder
Generated.APIResourceOrBuilder getResourcesOrBuilder(int index)
resources contains the name of the resources and if they are namespaced. +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
-
-