View Source GoogleApi.Spanner.V1.Model.PartitionResponse (google_api_spanner v0.39.0)

The response for PartitionQuery or PartitionRead

Attributes

  • partitions (type: list(GoogleApi.Spanner.V1.Model.Partition.t), default: nil) - Partitions created by this request.
  • transaction (type: GoogleApi.Spanner.V1.Model.Transaction.t, default: nil) - Transaction created by this request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.PartitionResponse{
  partitions: [GoogleApi.Spanner.V1.Model.Partition.t()] | nil,
  transaction: GoogleApi.Spanner.V1.Model.Transaction.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.