Interface ListEntriesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntries(int index)
    Entry details.
    int
    Entry details.
    Entry details.
    Entry details.
    List<? extends EntryOrBuilder>
    Entry details.
    Pagination token of the next results page.
    com.google.protobuf.ByteString
    Pagination token of the next results 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

    • getEntriesList

      List<Entry> getEntriesList()
       Entry details.
       
      repeated .google.cloud.datacatalog.v1.Entry entries = 1;
    • getEntries

      Entry getEntries(int index)
       Entry details.
       
      repeated .google.cloud.datacatalog.v1.Entry entries = 1;
    • getEntriesCount

      int getEntriesCount()
       Entry details.
       
      repeated .google.cloud.datacatalog.v1.Entry entries = 1;
    • getEntriesOrBuilderList

      List<? extends EntryOrBuilder> getEntriesOrBuilderList()
       Entry details.
       
      repeated .google.cloud.datacatalog.v1.Entry entries = 1;
    • getEntriesOrBuilder

      EntryOrBuilder getEntriesOrBuilder(int index)
       Entry details.
       
      repeated .google.cloud.datacatalog.v1.Entry entries = 1;
    • getNextPageToken

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

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