public static final class RunAggregationQueryRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder> implements RunAggregationQueryRequestOrBuilder
The request for [Datastore.RunAggregationQuery][google.datastore.v1.Datastore.RunAggregationQuery].Protobuf type
google.datastore.v1.RunAggregationQueryRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RunAggregationQueryRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RunAggregationQueryRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RunAggregationQueryRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder mergeFrom(RunAggregationQueryRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public RunAggregationQueryRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RunAggregationQueryRequest.Builder>IOExceptionpublic RunAggregationQueryRequest.QueryTypeCase getQueryTypeCase()
getQueryTypeCase in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder clearQueryType()
public String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];getProjectId in interface RunAggregationQueryRequestOrBuilderpublic 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];getProjectIdBytes in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setProjectId(String value)
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];value - The projectId to set.public RunAggregationQueryRequest.Builder clearProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];public RunAggregationQueryRequest.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];value - The bytes for projectId to set.public 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;getDatabaseId in interface RunAggregationQueryRequestOrBuilderpublic 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;getDatabaseIdBytes in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setDatabaseId(String value)
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;value - The databaseId to set.public RunAggregationQueryRequest.Builder clearDatabaseId()
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;public RunAggregationQueryRequest.Builder setDatabaseIdBytes(com.google.protobuf.ByteString value)
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;value - The bytes for databaseId to set.public 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;hasPartitionId in interface RunAggregationQueryRequestOrBuilderpublic 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;getPartitionId in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setPartitionId(PartitionId value)
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;public RunAggregationQueryRequest.Builder setPartitionId(PartitionId.Builder builderForValue)
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;public RunAggregationQueryRequest.Builder mergePartitionId(PartitionId value)
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;public RunAggregationQueryRequest.Builder clearPartitionId()
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;public PartitionId.Builder getPartitionIdBuilder()
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;public 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;getPartitionIdOrBuilder in interface RunAggregationQueryRequestOrBuilderpublic boolean hasReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;hasReadOptions in interface RunAggregationQueryRequestOrBuilderpublic ReadOptions getReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;getReadOptions in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setReadOptions(ReadOptions value)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunAggregationQueryRequest.Builder setReadOptions(ReadOptions.Builder builderForValue)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunAggregationQueryRequest.Builder mergeReadOptions(ReadOptions value)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunAggregationQueryRequest.Builder clearReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public ReadOptions.Builder getReadOptionsBuilder()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public ReadOptionsOrBuilder getReadOptionsOrBuilder()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;getReadOptionsOrBuilder in interface RunAggregationQueryRequestOrBuilderpublic boolean hasAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;hasAggregationQuery in interface RunAggregationQueryRequestOrBuilderpublic AggregationQuery getAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;getAggregationQuery in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setAggregationQuery(AggregationQuery value)
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;public RunAggregationQueryRequest.Builder setAggregationQuery(AggregationQuery.Builder builderForValue)
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;public RunAggregationQueryRequest.Builder mergeAggregationQuery(AggregationQuery value)
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;public RunAggregationQueryRequest.Builder clearAggregationQuery()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;public AggregationQuery.Builder getAggregationQueryBuilder()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;public AggregationQueryOrBuilder getAggregationQueryOrBuilder()
The query to run.
.google.datastore.v1.AggregationQuery aggregation_query = 3;getAggregationQueryOrBuilder in interface RunAggregationQueryRequestOrBuilderpublic boolean hasGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;hasGqlQuery in interface RunAggregationQueryRequestOrBuilderpublic GqlQuery getGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;getGqlQuery in interface RunAggregationQueryRequestOrBuilderpublic RunAggregationQueryRequest.Builder setGqlQuery(GqlQuery value)
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;public RunAggregationQueryRequest.Builder setGqlQuery(GqlQuery.Builder builderForValue)
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;public RunAggregationQueryRequest.Builder mergeGqlQuery(GqlQuery value)
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;public RunAggregationQueryRequest.Builder clearGqlQuery()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;public GqlQuery.Builder getGqlQueryBuilder()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;public GqlQueryOrBuilder getGqlQueryOrBuilder()
The GQL query to run. This query must be an aggregation query.
.google.datastore.v1.GqlQuery gql_query = 7;getGqlQueryOrBuilder in interface RunAggregationQueryRequestOrBuilderpublic final RunAggregationQueryRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>public final RunAggregationQueryRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunAggregationQueryRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.