public static final class DatastoreV1.RunQueryRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder> implements DatastoreV1.RunQueryRequestOrBuilder
api.services.datastore.RunQueryRequest
The request for RunQuery.
Modifier and Type | Method and Description |
---|---|
DatastoreV1.RunQueryRequest |
build() |
DatastoreV1.RunQueryRequest |
buildPartial() |
DatastoreV1.RunQueryRequest.Builder |
clear() |
DatastoreV1.RunQueryRequest.Builder |
clearGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.RunQueryRequest.Builder |
clearPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.RunQueryRequest.Builder |
clearQuery()
optional .api.services.datastore.Query query = 3; |
DatastoreV1.RunQueryRequest.Builder |
clearReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.RunQueryRequest.Builder |
clone() |
DatastoreV1.RunQueryRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DatastoreV1.GqlQuery |
getGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.GqlQuery.Builder |
getGqlQueryBuilder()
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.GqlQueryOrBuilder |
getGqlQueryOrBuilder()
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.PartitionId |
getPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.PartitionId.Builder |
getPartitionIdBuilder()
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.PartitionIdOrBuilder |
getPartitionIdOrBuilder()
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.Query |
getQuery()
optional .api.services.datastore.Query query = 3; |
DatastoreV1.Query.Builder |
getQueryBuilder()
optional .api.services.datastore.Query query = 3; |
DatastoreV1.QueryOrBuilder |
getQueryOrBuilder()
optional .api.services.datastore.Query query = 3; |
DatastoreV1.ReadOptions |
getReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.ReadOptions.Builder |
getReadOptionsBuilder()
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.ReadOptionsOrBuilder |
getReadOptionsOrBuilder()
optional .api.services.datastore.ReadOptions read_options = 1; |
boolean |
hasGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7; |
boolean |
hasPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2; |
boolean |
hasQuery()
optional .api.services.datastore.Query query = 3; |
boolean |
hasReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DatastoreV1.RunQueryRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DatastoreV1.RunQueryRequest.Builder |
mergeFrom(DatastoreV1.RunQueryRequest other) |
DatastoreV1.RunQueryRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
DatastoreV1.RunQueryRequest.Builder |
mergeGqlQuery(DatastoreV1.GqlQuery value)
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.RunQueryRequest.Builder |
mergePartitionId(DatastoreV1.PartitionId value)
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.RunQueryRequest.Builder |
mergeQuery(DatastoreV1.Query value)
optional .api.services.datastore.Query query = 3; |
DatastoreV1.RunQueryRequest.Builder |
mergeReadOptions(DatastoreV1.ReadOptions value)
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.RunQueryRequest.Builder |
setGqlQuery(DatastoreV1.GqlQuery.Builder builderForValue)
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.RunQueryRequest.Builder |
setGqlQuery(DatastoreV1.GqlQuery value)
optional .api.services.datastore.GqlQuery gql_query = 7; |
DatastoreV1.RunQueryRequest.Builder |
setPartitionId(DatastoreV1.PartitionId.Builder builderForValue)
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.RunQueryRequest.Builder |
setPartitionId(DatastoreV1.PartitionId value)
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.RunQueryRequest.Builder |
setQuery(DatastoreV1.Query.Builder builderForValue)
optional .api.services.datastore.Query query = 3; |
DatastoreV1.RunQueryRequest.Builder |
setQuery(DatastoreV1.Query value)
optional .api.services.datastore.Query query = 3; |
DatastoreV1.RunQueryRequest.Builder |
setReadOptions(DatastoreV1.ReadOptions.Builder builderForValue)
optional .api.services.datastore.ReadOptions read_options = 1; |
DatastoreV1.RunQueryRequest.Builder |
setReadOptions(DatastoreV1.ReadOptions value)
optional .api.services.datastore.ReadOptions read_options = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public DatastoreV1.RunQueryRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public DatastoreV1.RunQueryRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public DatastoreV1.RunQueryRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DatastoreV1.RunQueryRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.RunQueryRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.RunQueryRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public DatastoreV1.RunQueryRequest.Builder mergeFrom(DatastoreV1.RunQueryRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
public DatastoreV1.RunQueryRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.RunQueryRequest.Builder>
IOException
public boolean hasReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
hasReadOptions
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.ReadOptions getReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
getReadOptions
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.RunQueryRequest.Builder setReadOptions(DatastoreV1.ReadOptions value)
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
public DatastoreV1.RunQueryRequest.Builder setReadOptions(DatastoreV1.ReadOptions.Builder builderForValue)
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
public DatastoreV1.RunQueryRequest.Builder mergeReadOptions(DatastoreV1.ReadOptions value)
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
public DatastoreV1.RunQueryRequest.Builder clearReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
public DatastoreV1.ReadOptions.Builder getReadOptionsBuilder()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
public DatastoreV1.ReadOptionsOrBuilder getReadOptionsOrBuilder()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
getReadOptionsOrBuilder
in interface DatastoreV1.RunQueryRequestOrBuilder
public boolean hasPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
hasPartitionId
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.PartitionId getPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
getPartitionId
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.RunQueryRequest.Builder setPartitionId(DatastoreV1.PartitionId value)
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
public DatastoreV1.RunQueryRequest.Builder setPartitionId(DatastoreV1.PartitionId.Builder builderForValue)
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
public DatastoreV1.RunQueryRequest.Builder mergePartitionId(DatastoreV1.PartitionId value)
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
public DatastoreV1.RunQueryRequest.Builder clearPartitionId()
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
public DatastoreV1.PartitionId.Builder getPartitionIdBuilder()
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
public DatastoreV1.PartitionIdOrBuilder getPartitionIdOrBuilder()
optional .api.services.datastore.PartitionId partition_id = 2;
Entities are partitioned into subsets, identified by a dataset (usually implicitly specified by the project) and namespace ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID, but all other partition IDs in RunQueryRequest are normalized with this partition ID as the context partition ID.
getPartitionIdOrBuilder
in interface DatastoreV1.RunQueryRequestOrBuilder
public boolean hasQuery()
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
hasQuery
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.Query getQuery()
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
getQuery
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.RunQueryRequest.Builder setQuery(DatastoreV1.Query value)
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder setQuery(DatastoreV1.Query.Builder builderForValue)
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder mergeQuery(DatastoreV1.Query value)
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder clearQuery()
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
public DatastoreV1.Query.Builder getQueryBuilder()
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
public DatastoreV1.QueryOrBuilder getQueryOrBuilder()
optional .api.services.datastore.Query query = 3;
The query to run. Either this field or field gql_query must be set, but not both.
getQueryOrBuilder
in interface DatastoreV1.RunQueryRequestOrBuilder
public boolean hasGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
hasGqlQuery
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.GqlQuery getGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
getGqlQuery
in interface DatastoreV1.RunQueryRequestOrBuilder
public DatastoreV1.RunQueryRequest.Builder setGqlQuery(DatastoreV1.GqlQuery value)
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder setGqlQuery(DatastoreV1.GqlQuery.Builder builderForValue)
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder mergeGqlQuery(DatastoreV1.GqlQuery value)
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
public DatastoreV1.RunQueryRequest.Builder clearGqlQuery()
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
public DatastoreV1.GqlQuery.Builder getGqlQueryBuilder()
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
public DatastoreV1.GqlQueryOrBuilder getGqlQueryOrBuilder()
optional .api.services.datastore.GqlQuery gql_query = 7;
The GQL query to run. Either this field or field query must be set, but not both.
getGqlQueryOrBuilder
in interface DatastoreV1.RunQueryRequestOrBuilder
Copyright © 2013. All Rights Reserved.