Interface RunQueryResponseOrBuilder (2.4.0)

public interface RunQueryResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBatch()

public abstract QueryResultBatch getBatch()

A batch of query results (always present).

.google.datastore.v1.QueryResultBatch batch = 1;

Returns
TypeDescription
QueryResultBatch

The batch.

getBatchOrBuilder()

public abstract QueryResultBatchOrBuilder getBatchOrBuilder()

A batch of query results (always present).

.google.datastore.v1.QueryResultBatch batch = 1;

Returns
TypeDescription
QueryResultBatchOrBuilder

getQuery()

public abstract Query getQuery()

The parsed form of the GqlQuery from the request, if it was set.

.google.datastore.v1.Query query = 2;

Returns
TypeDescription
Query

The query.

getQueryOrBuilder()

public abstract QueryOrBuilder getQueryOrBuilder()

The parsed form of the GqlQuery from the request, if it was set.

.google.datastore.v1.Query query = 2;

Returns
TypeDescription
QueryOrBuilder

hasBatch()

public abstract boolean hasBatch()

A batch of query results (always present).

.google.datastore.v1.QueryResultBatch batch = 1;

Returns
TypeDescription
boolean

Whether the batch field is set.

hasQuery()

public abstract boolean hasQuery()

The parsed form of the GqlQuery from the request, if it was set.

.google.datastore.v1.Query query = 2;

Returns
TypeDescription
boolean

Whether the query field is set.