GoogleApi.BigtableAdmin.V2.Model.LogicalView (google_api_bigtable_admin v0.31.0)

View Source

A SQL logical view object that can be referenced in SQL queries.

Attributes

  • etag (type: String.t, default: nil) - Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
  • name (type: String.t, default: nil) - Identifier. The unique name of the logical view. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}
  • query (type: String.t, default: nil) - Required. The logical view's select query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.LogicalView{
  etag: String.t() | nil,
  name: String.t() | nil,
  query: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.