Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
AggregationQuery |
AggregationQuery.Builder.build() |
AggregationQuery |
AggregationQuery.Builder.buildPartial() |
AggregationQuery |
RunAggregationQueryRequest.getAggregationQuery()
The query to run.
|
AggregationQuery |
RunAggregationQueryRequest.Builder.getAggregationQuery()
The query to run.
|
AggregationQuery |
RunAggregationQueryRequestOrBuilder.getAggregationQuery()
The query to run.
|
static AggregationQuery |
AggregationQuery.getDefaultInstance() |
AggregationQuery |
AggregationQuery.getDefaultInstanceForType() |
AggregationQuery |
AggregationQuery.Builder.getDefaultInstanceForType() |
AggregationQuery |
RunAggregationQueryResponseOrBuilder.getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
AggregationQuery |
RunAggregationQueryResponse.getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
AggregationQuery |
RunAggregationQueryResponse.Builder.getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
static AggregationQuery |
AggregationQuery.parseDelimitedFrom(InputStream input) |
static AggregationQuery |
AggregationQuery.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery |
AggregationQuery.parseFrom(byte[] data) |
static AggregationQuery |
AggregationQuery.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery |
AggregationQuery.parseFrom(ByteBuffer data) |
static AggregationQuery |
AggregationQuery.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery |
AggregationQuery.parseFrom(com.google.protobuf.ByteString data) |
static AggregationQuery |
AggregationQuery.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery |
AggregationQuery.parseFrom(com.google.protobuf.CodedInputStream input) |
static AggregationQuery |
AggregationQuery.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AggregationQuery |
AggregationQuery.parseFrom(InputStream input) |
static AggregationQuery |
AggregationQuery.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AggregationQuery> |
AggregationQuery.getParserForType() |
static com.google.protobuf.Parser<AggregationQuery> |
AggregationQuery.parser() |
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest.Builder |
RunAggregationQueryRequest.Builder.mergeAggregationQuery(AggregationQuery value)
The query to run.
|
AggregationQuery.Builder |
AggregationQuery.Builder.mergeFrom(AggregationQuery other) |
RunAggregationQueryResponse.Builder |
RunAggregationQueryResponse.Builder.mergeQuery(AggregationQuery value)
The parsed form of the `GqlQuery` from the request, if it was set.
|
static AggregationQuery.Builder |
AggregationQuery.newBuilder(AggregationQuery prototype) |
RunAggregationQueryRequest.Builder |
RunAggregationQueryRequest.Builder.setAggregationQuery(AggregationQuery value)
The query to run.
|
RunAggregationQueryResponse.Builder |
RunAggregationQueryResponse.Builder.setQuery(AggregationQuery value)
The parsed form of the `GqlQuery` from the request, if it was set.
|
Copyright © 2023 Google LLC. All rights reserved.