Interface ListFeatureGroupsResponseOrBuilder

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

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

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

    • getFeatureGroupsList

      List<FeatureGroup> getFeatureGroupsList()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroups

      FeatureGroup getFeatureGroups(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsCount

      int getFeatureGroupsCount()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsOrBuilderList

      List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsOrBuilder

      FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getNextPageToken

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