Interface ListFeaturestoresResponseOrBuilder

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

@Generated public interface ListFeaturestoresResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFeaturestores(int index)
    The Featurestores matching the request.
    int
    The Featurestores matching the request.
    The Featurestores matching the request.
    The Featurestores matching the request.
    The Featurestores matching the request.
    A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page.

    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

    • getFeaturestoresList

      List<Featurestore> getFeaturestoresList()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestores

      Featurestore getFeaturestores(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresCount

      int getFeaturestoresCount()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresOrBuilderList

      List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresOrBuilder

      FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.