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 TypeMethodDescriptiongetEntries(int index) List of found entries including revision, ID and timestamps.intList of found entries including revision, ID and timestamps.List of found entries including revision, ID and timestamps.getEntriesOrBuilder(int index) 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.booleanPage information about the cursor.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntriesList
-
getEntries
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
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"];
-