public interface RunAggregationQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AggregationQuery |
getAggregationQuery()
The query to run.
|
AggregationQueryOrBuilder |
getAggregationQueryOrBuilder()
The query to run.
|
String |
getDatabaseId()
The ID of the database against which to make the request.
|
com.google.protobuf.ByteString |
getDatabaseIdBytes()
The ID of the database against which to make the request.
|
GqlQuery |
getGqlQuery()
The GQL query to run.
|
GqlQueryOrBuilder |
getGqlQueryOrBuilder()
The GQL query to run.
|
PartitionId |
getPartitionId()
Entities are partitioned into subsets, identified by a partition ID.
|
PartitionIdOrBuilder |
getPartitionIdOrBuilder()
Entities are partitioned into subsets, identified by a partition ID.
|
String |
getProjectId()
Required.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required.
|
RunAggregationQueryRequest.QueryTypeCase |
getQueryTypeCase() |
ReadOptions |
getReadOptions()
The options for this query.
|
ReadOptionsOrBuilder |
getReadOptionsOrBuilder()
The options for this query.
|
boolean |
hasAggregationQuery()
The query to run.
|
boolean |
hasGqlQuery()
The GQL query to run.
|
boolean |
hasPartitionId()
Entities are partitioned into subsets, identified by a partition ID.
|
boolean |
hasReadOptions()
The options for this query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
String getDatabaseId()
The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
string database_id = 9;
com.google.protobuf.ByteString getDatabaseIdBytes()
The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
string database_id = 9;
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;
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;
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;
boolean hasReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
ReadOptions getReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
ReadOptionsOrBuilder getReadOptionsOrBuilder()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
boolean hasAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
AggregationQuery getAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
AggregationQueryOrBuilder getAggregationQueryOrBuilder()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
boolean hasGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
GqlQuery getGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
GqlQueryOrBuilder getGqlQueryOrBuilder()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase()
Copyright © 2023 Google LLC. All rights reserved.