public interface RunQueryRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGqlQuery()
public abstract GqlQuery getGqlQuery()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;
Type | Description |
GqlQuery | The gqlQuery. |
getGqlQueryOrBuilder()
public abstract GqlQueryOrBuilder getGqlQueryOrBuilder()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;
Type | Description |
GqlQueryOrBuilder |
getPartitionId()
public abstract PartitionId getPartitionId()
Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
.google.datastore.v1.PartitionId partition_id = 2;
Type | Description |
PartitionId | The partitionId. |
getPartitionIdOrBuilder()
public abstract PartitionIdOrBuilder getPartitionIdOrBuilder()
Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
.google.datastore.v1.PartitionId partition_id = 2;
Type | Description |
PartitionIdOrBuilder |
getProjectId()
public abstract String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for projectId. |
getQuery()
public abstract Query getQuery()
The query to run.
.google.datastore.v1.Query query = 3;
Type | Description |
Query | The query. |
getQueryOrBuilder()
public abstract QueryOrBuilder getQueryOrBuilder()
The query to run.
.google.datastore.v1.Query query = 3;
Type | Description |
QueryOrBuilder |
getQueryTypeCase()
public abstract RunQueryRequest.QueryTypeCase getQueryTypeCase()
Type | Description |
RunQueryRequest.QueryTypeCase |
getReadOptions()
public abstract ReadOptions getReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
Type | Description |
ReadOptions | The readOptions. |
getReadOptionsOrBuilder()
public abstract ReadOptionsOrBuilder getReadOptionsOrBuilder()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
Type | Description |
ReadOptionsOrBuilder |
hasGqlQuery()
public abstract boolean hasGqlQuery()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;
Type | Description |
boolean | Whether the gqlQuery field is set. |
hasPartitionId()
public abstract boolean hasPartitionId()
Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
.google.datastore.v1.PartitionId partition_id = 2;
Type | Description |
boolean | Whether the partitionId field is set. |
hasQuery()
public abstract boolean hasQuery()
The query to run.
.google.datastore.v1.Query query = 3;
Type | Description |
boolean | Whether the query field is set. |
hasReadOptions()
public abstract boolean hasReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
Type | Description |
boolean | Whether the readOptions field is set. |