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 Summary

    Modifier and Type
    Method
    Description
    getEntryGroups(int index)
    Entry group details.
    int
    Entry group details.
    Entry group details.
    Entry group details.
    Entry group details.
    Pagination token to specify in the next call to retrieve the next page of results.
    com.google.protobuf.ByteString
    Pagination token to specify in the next call to retrieve the next page of results.

    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

    • getEntryGroupsList

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

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

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

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

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

      String getNextPageToken()
       Pagination token to specify in the next call to retrieve the next page of
       results. Empty if there are no more items.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Pagination token to specify in the next call to retrieve the next page of
       results. Empty if there are no more items.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.