public static interface DatastoreV1.RunQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.QueryResultBatch |
getBatch()
optional .api.services.datastore.QueryResultBatch batch = 1; |
DatastoreV1.QueryResultBatchOrBuilder |
getBatchOrBuilder()
optional .api.services.datastore.QueryResultBatch batch = 1; |
boolean |
hasBatch()
optional .api.services.datastore.QueryResultBatch batch = 1; |
boolean hasBatch()
optional .api.services.datastore.QueryResultBatch batch = 1;
A batch of query results (always present).
DatastoreV1.QueryResultBatch getBatch()
optional .api.services.datastore.QueryResultBatch batch = 1;
A batch of query results (always present).
DatastoreV1.QueryResultBatchOrBuilder getBatchOrBuilder()
optional .api.services.datastore.QueryResultBatch batch = 1;
A batch of query results (always present).
Copyright © 2013. All Rights Reserved.