public static interface DatastoreV1.RunQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatastoreV1.GqlQuery |
getGqlQuery()
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.PartitionIdOrBuilder |
getPartitionIdOrBuilder()
optional .api.services.datastore.PartitionId partition_id = 2; |
DatastoreV1.Query |
getQuery()
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.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; |
boolean hasReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
DatastoreV1.ReadOptions getReadOptions()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
DatastoreV1.ReadOptionsOrBuilder getReadOptionsOrBuilder()
optional .api.services.datastore.ReadOptions read_options = 1;
The options for this query.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2013. All Rights Reserved.