google_api_datastore v0.2.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 section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.