google_api_firestore v0.9.0 GoogleApi.Firestore.V1beta1.Model.RunQueryRequest View Source

The request for Firestore.RunQuery.

Attributes

  • newTransaction (type: GoogleApi.Firestore.V1beta1.Model.TransactionOptions.t, default: nil) - Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
  • readTime (type: DateTime.t, default: nil) - Reads documents as they were at the given time. This may not be older than 60 seconds.
  • structuredQuery (type: GoogleApi.Firestore.V1beta1.Model.StructuredQuery.t, default: nil) - A structured query.
  • transaction (type: String.t, default: nil) - Reads documents in a transaction.

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.Firestore.V1beta1.Model.RunQueryRequest{
  newTransaction: GoogleApi.Firestore.V1beta1.Model.TransactionOptions.t(),
  readTime: DateTime.t(),
  structuredQuery: GoogleApi.Firestore.V1beta1.Model.StructuredQuery.t(),
  transaction: String.t()
}

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.