Interface Meta.APIResourceListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.APIResourceList, Meta.APIResourceList.Builder
Enclosing class:
Meta

public static interface Meta.APIResourceListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    groupVersion is the group and version this APIResourceList is for.
    com.google.protobuf.ByteString
    groupVersion is the group and version this APIResourceList is for.
    getResources(int index)
    resources contains the name of the resources and if they are namespaced.
    int
    resources contains the name of the resources and if they are namespaced.
    resources contains the name of the resources and if they are namespaced.
    resources contains the name of the resources and if they are namespaced.
    resources contains the name of the resources and if they are namespaced.
    boolean
    groupVersion is the group and version this APIResourceList is for.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasGroupVersion

      boolean hasGroupVersion()
       groupVersion is the group and version this APIResourceList is for.
       
      optional string groupVersion = 1;
    • getGroupVersion

      String getGroupVersion()
       groupVersion is the group and version this APIResourceList is for.
       
      optional string groupVersion = 1;
    • getGroupVersionBytes

      com.google.protobuf.ByteString getGroupVersionBytes()
       groupVersion is the group and version this APIResourceList is for.
       
      optional string groupVersion = 1;
    • getResourcesList

      List<Meta.APIResource> getResourcesList()
       resources contains the name of the resources and if they are namespaced.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
    • getResources

      Meta.APIResource getResources(int index)
       resources contains the name of the resources and if they are namespaced.
       
      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.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
    • getResourcesOrBuilderList

      List<? extends Meta.APIResourceOrBuilder> getResourcesOrBuilderList()
       resources contains the name of the resources and if they are namespaced.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
    • getResourcesOrBuilder

      Meta.APIResourceOrBuilder getResourcesOrBuilder(int index)
       resources contains the name of the resources and if they are namespaced.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;