Interface ListEntryGroupsResponseOrBuilder

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

@Generated public interface ListEntryGroupsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEntryGroupsList

      List<EntryGroup> getEntryGroupsList()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroups

      EntryGroup getEntryGroups(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsCount

      int getEntryGroupsCount()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsOrBuilderList

      List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsOrBuilder

      EntryGroupOrBuilder getEntryGroupsOrBuilder(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getNextPageToken

      String getNextPageToken()
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.