public static final class RunQueryRequest.Builder extends GeneratedMessageV3.Builder<RunQueryRequest.Builder> implements RunQueryRequestOrBuilder
The request for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].Protobuf type
google.datastore.v1.RunQueryRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic RunQueryRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic RunQueryRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic RunQueryRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder mergeFrom(RunQueryRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public RunQueryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<RunQueryRequest.Builder>java.io.IOExceptionpublic RunQueryRequest.QueryTypeCase getQueryTypeCase()
getQueryTypeCase in interface RunQueryRequestOrBuilderpublic RunQueryRequest.Builder clearQueryType()
public java.lang.String getProjectId()
The ID of the project against which to make the request.
string project_id = 8;getProjectId in interface RunQueryRequestOrBuilderpublic ByteString getProjectIdBytes()
The ID of the project against which to make the request.
string project_id = 8;getProjectIdBytes in interface RunQueryRequestOrBuilderpublic RunQueryRequest.Builder setProjectId(java.lang.String value)
The ID of the project against which to make the request.
string project_id = 8;public RunQueryRequest.Builder clearProjectId()
The ID of the project against which to make the request.
string project_id = 8;public RunQueryRequest.Builder setProjectIdBytes(ByteString value)
The ID of the project against which to make the request.
string project_id = 8;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 RunQueryRequestOrBuilderpublic 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 RunQueryRequestOrBuilderpublic RunQueryRequest.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 RunQueryRequest.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 RunQueryRequest.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 RunQueryRequest.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 RunQueryRequestOrBuilderpublic boolean hasReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;hasReadOptions in interface RunQueryRequestOrBuilderpublic ReadOptions getReadOptions()
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;getReadOptions in interface RunQueryRequestOrBuilderpublic RunQueryRequest.Builder setReadOptions(ReadOptions value)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunQueryRequest.Builder setReadOptions(ReadOptions.Builder builderForValue)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunQueryRequest.Builder mergeReadOptions(ReadOptions value)
The options for this query.
.google.datastore.v1.ReadOptions read_options = 1;public RunQueryRequest.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 RunQueryRequestOrBuilderpublic boolean hasQuery()
The query to run.
.google.datastore.v1.Query query = 3;hasQuery in interface RunQueryRequestOrBuilderpublic Query getQuery()
The query to run.
.google.datastore.v1.Query query = 3;getQuery in interface RunQueryRequestOrBuilderpublic RunQueryRequest.Builder setQuery(Query value)
The query to run.
.google.datastore.v1.Query query = 3;public RunQueryRequest.Builder setQuery(Query.Builder builderForValue)
The query to run.
.google.datastore.v1.Query query = 3;public RunQueryRequest.Builder mergeQuery(Query value)
The query to run.
.google.datastore.v1.Query query = 3;public RunQueryRequest.Builder clearQuery()
The query to run.
.google.datastore.v1.Query query = 3;public Query.Builder getQueryBuilder()
The query to run.
.google.datastore.v1.Query query = 3;public QueryOrBuilder getQueryOrBuilder()
The query to run.
.google.datastore.v1.Query query = 3;getQueryOrBuilder in interface RunQueryRequestOrBuilderpublic boolean hasGqlQuery()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;hasGqlQuery in interface RunQueryRequestOrBuilderpublic GqlQuery getGqlQuery()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;getGqlQuery in interface RunQueryRequestOrBuilderpublic RunQueryRequest.Builder setGqlQuery(GqlQuery value)
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;public RunQueryRequest.Builder setGqlQuery(GqlQuery.Builder builderForValue)
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;public RunQueryRequest.Builder mergeGqlQuery(GqlQuery value)
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;public RunQueryRequest.Builder clearGqlQuery()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;public GqlQuery.Builder getGqlQueryBuilder()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;public GqlQueryOrBuilder getGqlQueryOrBuilder()
The GQL query to run.
.google.datastore.v1.GqlQuery gql_query = 7;getGqlQueryOrBuilder in interface RunQueryRequestOrBuilderpublic final RunQueryRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>public final RunQueryRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<RunQueryRequest.Builder>