Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
QueryResultBatch |
QueryResultBatch.Builder.build() |
QueryResultBatch |
QueryResultBatch.Builder.buildPartial() |
QueryResultBatch |
RunQueryResponseOrBuilder.getBatch()
A batch of query results (always present).
|
QueryResultBatch |
RunQueryResponse.getBatch()
A batch of query results (always present).
|
QueryResultBatch |
RunQueryResponse.Builder.getBatch()
A batch of query results (always present).
|
static QueryResultBatch |
QueryResultBatch.getDefaultInstance() |
QueryResultBatch |
QueryResultBatch.getDefaultInstanceForType() |
QueryResultBatch |
QueryResultBatch.Builder.getDefaultInstanceForType() |
static QueryResultBatch |
QueryResultBatch.parseDelimitedFrom(InputStream input) |
static QueryResultBatch |
QueryResultBatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResultBatch |
QueryResultBatch.parseFrom(byte[] data) |
static QueryResultBatch |
QueryResultBatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResultBatch |
QueryResultBatch.parseFrom(ByteBuffer data) |
static QueryResultBatch |
QueryResultBatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResultBatch |
QueryResultBatch.parseFrom(com.google.protobuf.ByteString data) |
static QueryResultBatch |
QueryResultBatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResultBatch |
QueryResultBatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static QueryResultBatch |
QueryResultBatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResultBatch |
QueryResultBatch.parseFrom(InputStream input) |
static QueryResultBatch |
QueryResultBatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<QueryResultBatch> |
QueryResultBatch.getParserForType() |
static com.google.protobuf.Parser<QueryResultBatch> |
QueryResultBatch.parser() |
Modifier and Type | Method and Description |
---|---|
RunQueryResponse.Builder |
RunQueryResponse.Builder.mergeBatch(QueryResultBatch value)
A batch of query results (always present).
|
QueryResultBatch.Builder |
QueryResultBatch.Builder.mergeFrom(QueryResultBatch other) |
static QueryResultBatch.Builder |
QueryResultBatch.newBuilder(QueryResultBatch prototype) |
RunQueryResponse.Builder |
RunQueryResponse.Builder.setBatch(QueryResultBatch value)
A batch of query results (always present).
|
Copyright © 2023 Google LLC. All rights reserved.