publicfinalclass RunAggregationQueryRequestextendsGeneratedMessageV3implementsRunAggregationQueryRequestOrBuilder
The request for
Datastore.RunAggregationQuery.
Protobuf type google.datastore.v1.RunAggregationQueryRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AGGREGATION_QUERY_FIELD_NUMBER
publicstaticfinalintAGGREGATION_QUERY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATABASE_ID_FIELD_NUMBER
publicstaticfinalintDATABASE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EXPLAIN_OPTIONS_FIELD_NUMBER
publicstaticfinalintEXPLAIN_OPTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
GQL_QUERY_FIELD_NUMBER
publicstaticfinalintGQL_QUERY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARTITION_ID_FIELD_NUMBER
publicstaticfinalintPARTITION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PROJECT_ID_FIELD_NUMBER
publicstaticfinalintPROJECT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
READ_OPTIONS_FIELD_NUMBER
publicstaticfinalintREAD_OPTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticRunAggregationQueryRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticRunAggregationQueryRequest.BuildernewBuilder()
newBuilder(RunAggregationQueryRequest prototype)
publicstaticRunAggregationQueryRequest.BuildernewBuilder(RunAggregationQueryRequestprototype)
publicstaticRunAggregationQueryRequestparseDelimitedFrom(InputStreaminput)
publicstaticRunAggregationQueryRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticRunAggregationQueryRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticRunAggregationQueryRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticRunAggregationQueryRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticRunAggregationQueryRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticRunAggregationQueryRequestparseFrom(CodedInputStreaminput)
publicstaticRunAggregationQueryRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticRunAggregationQueryRequestparseFrom(InputStreaminput)
publicstaticRunAggregationQueryRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticRunAggregationQueryRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticRunAggregationQueryRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<RunAggregationQueryRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAggregationQuery()
publicAggregationQuerygetAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
getAggregationQueryOrBuilder()
publicAggregationQueryOrBuildergetAggregationQueryOrBuilder()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
getDatabaseId()
publicStringgetDatabaseId()
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;
| Returns |
| Type |
Description |
String |
The databaseId.
|
getDatabaseIdBytes()
publicByteStringgetDatabaseIdBytes()
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;
| Returns |
| Type |
Description |
ByteString |
The bytes for databaseId.
|
getDefaultInstanceForType()
publicRunAggregationQueryRequestgetDefaultInstanceForType()
getExplainOptions()
publicExplainOptionsgetExplainOptions()
Optional. Explain options for the query. If set, additional query
statistics will be returned. If not, only query results will be returned.
.google.datastore.v1.ExplainOptions explain_options = 11 [(.google.api.field_behavior) = OPTIONAL];
getExplainOptionsOrBuilder()
publicExplainOptionsOrBuildergetExplainOptionsOrBuilder()
Optional. Explain options for the query. If set, additional query
statistics will be returned. If not, only query results will be returned.
.google.datastore.v1.ExplainOptions explain_options = 11 [(.google.api.field_behavior) = OPTIONAL];
getGqlQuery()
publicGqlQuerygetGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
| Returns |
| Type |
Description |
GqlQuery |
The gqlQuery.
|
getGqlQueryOrBuilder()
publicGqlQueryOrBuildergetGqlQueryOrBuilder()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
getParserForType()
publicParser<RunAggregationQueryRequest>getParserForType()
Overrides
getPartitionId()
publicPartitionIdgetPartitionId()
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;
getPartitionIdOrBuilder()
publicPartitionIdOrBuildergetPartitionIdOrBuilder()
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;
getProjectId()
publicStringgetProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The projectId.
|
getProjectIdBytes()
publicByteStringgetProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for projectId.
|
getQueryTypeCase()
publicRunAggregationQueryRequest.QueryTypeCasegetQueryTypeCase()
getReadOptions()
publicReadOptionsgetReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
getReadOptionsOrBuilder()
publicReadOptionsOrBuildergetReadOptionsOrBuilder()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasAggregationQuery()
publicbooleanhasAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;
| Returns |
| Type |
Description |
boolean |
Whether the aggregationQuery field is set.
|
hasExplainOptions()
publicbooleanhasExplainOptions()
Optional. Explain options for the query. If set, additional query
statistics will be returned. If not, only query results will be returned.
.google.datastore.v1.ExplainOptions explain_options = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the explainOptions field is set.
|
hasGqlQuery()
publicbooleanhasGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;
| Returns |
| Type |
Description |
boolean |
Whether the gqlQuery field is set.
|
hasPartitionId()
publicbooleanhasPartitionId()
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;
| Returns |
| Type |
Description |
boolean |
Whether the partitionId field is set.
|
hasReadOptions()
publicbooleanhasReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;
| Returns |
| Type |
Description |
boolean |
Whether the readOptions field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicRunAggregationQueryRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedRunAggregationQueryRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicRunAggregationQueryRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides