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