Interface ListFeatureOnlineStoresResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The FeatureOnlineStores matching the request.
    int
    The FeatureOnlineStores matching the request.
    The FeatureOnlineStores matching the request.
    The FeatureOnlineStores matching the request.
    The FeatureOnlineStores matching the request.
    A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.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

    • getFeatureOnlineStoresList

      List<FeatureOnlineStore> getFeatureOnlineStoresList()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStores

      FeatureOnlineStore getFeatureOnlineStores(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresCount

      int getFeatureOnlineStoresCount()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresOrBuilderList

      List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresOrBuilder

      FeatureOnlineStoreOrBuilder getFeatureOnlineStoresOrBuilder(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.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
       [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1.ListFeatureOnlineStoresRequest.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.