Interface ListFeaturesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListFeaturesResponse, ListFeaturesResponse.Builder

    public interface ListFeaturesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourcesList

        List<Feature> getResourcesList()
         The list of matching Features
         
        repeated .google.cloud.gkehub.v1.Feature resources = 1;
      • getResources

        Feature getResources​(int index)
         The list of matching Features
         
        repeated .google.cloud.gkehub.v1.Feature resources = 1;
      • getResourcesCount

        int getResourcesCount()
         The list of matching Features
         
        repeated .google.cloud.gkehub.v1.Feature resources = 1;
      • getResourcesOrBuilderList

        List<? extends FeatureOrBuilder> getResourcesOrBuilderList()
         The list of matching Features
         
        repeated .google.cloud.gkehub.v1.Feature resources = 1;
      • getResourcesOrBuilder

        FeatureOrBuilder getResourcesOrBuilder​(int index)
         The list of matching Features
         
        repeated .google.cloud.gkehub.v1.Feature resources = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to request the next page of resources from the
         `ListFeatures` method. The value of an empty string means
         that there are no more resources to return.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to request the next page of resources from the
         `ListFeatures` method. The value of an empty string means
         that there are no more resources to return.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.