GoogleApi.Datastore.V1.Model.RunQueryRequest (google_api_datastore v0.17.2) View Source
The request for Datastore.RunQuery.
Attributes
-
gqlQuery
(type:GoogleApi.Datastore.V1.Model.GqlQuery.t
, default:nil
) - The GQL query to run. -
partitionId
(type:GoogleApi.Datastore.V1.Model.PartitionId.t
, default:nil
) - 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. -
query
(type:GoogleApi.Datastore.V1.Model.Query.t
, default:nil
) - The query to run. -
readOptions
(type:GoogleApi.Datastore.V1.Model.ReadOptions.t
, default:nil
) - The options for this query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastore.V1.Model.RunQueryRequest{ gqlQuery: GoogleApi.Datastore.V1.Model.GqlQuery.t(), partitionId: GoogleApi.Datastore.V1.Model.PartitionId.t(), query: GoogleApi.Datastore.V1.Model.Query.t(), readOptions: GoogleApi.Datastore.V1.Model.ReadOptions.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.