Interface QueryResponseOrBuilder

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

public interface QueryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEntries(int index)
    List of found entries including revision, ID and timestamps.
    int
    List of found entries including revision, ID and timestamps.
    List of found entries including revision, ID and timestamps.
    List of found entries including revision, ID and timestamps.
    List<? extends EntryOrBuilder>
    List of found entries including revision, ID and timestamps.
    Page information about the cursor.
    Page information about the cursor.
    boolean
    Page information about the cursor.

    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()
      List of found entries including revision, ID and timestamps.
      
      repeated .octopus_sdk.v1.Entry entries = 1 [json_name = "entries"];
    • getEntries

      Entry getEntries(int index)
      List of found entries including revision, ID and timestamps.
      
      repeated .octopus_sdk.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesCount

      int getEntriesCount()
      List of found entries including revision, ID and timestamps.
      
      repeated .octopus_sdk.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesOrBuilderList

      List<? extends EntryOrBuilder> getEntriesOrBuilderList()
      List of found entries including revision, ID and timestamps.
      
      repeated .octopus_sdk.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesOrBuilder

      EntryOrBuilder getEntriesOrBuilder(int index)
      List of found entries including revision, ID and timestamps.
      
      repeated .octopus_sdk.v1.Entry entries = 1 [json_name = "entries"];
    • hasPageInfo

      boolean hasPageInfo()
      Page information about the cursor.
      
      .octopus_sdk.v1.PageInfo page_info = 2 [json_name = "pageInfo"];
      Returns:
      Whether the pageInfo field is set.
    • getPageInfo

      PageInfo getPageInfo()
      Page information about the cursor.
      
      .octopus_sdk.v1.PageInfo page_info = 2 [json_name = "pageInfo"];
      Returns:
      The pageInfo.
    • getPageInfoOrBuilder

      PageInfoOrBuilder getPageInfoOrBuilder()
      Page information about the cursor.
      
      .octopus_sdk.v1.PageInfo page_info = 2 [json_name = "pageInfo"];