Interface ListFeatureViewsResponseOrBuilder

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

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

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

    • getFeatureViewsList

      List<FeatureView> getFeatureViewsList()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViews

      FeatureView getFeatureViews(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsCount

      int getFeatureViewsCount()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsOrBuilderList

      List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsOrBuilder

      FeatureViewOrBuilder getFeatureViewsOrBuilder(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getNextPageToken

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