View Source GoogleApi.BigQuery.V2.Model.MaterializedViewStatus (google_api_big_query v0.79.0)

Status of a materialized view. The last refresh timestamp status is omitted here, but is present in the MaterializedViewDefinition message.

Attributes

  • lastRefreshStatus (type: GoogleApi.BigQuery.V2.Model.ErrorProto.t, default: nil) - Output only. Error result of the last automatic refresh. If present, indicates that the last automatic refresh was unsuccessful.
  • refreshWatermark (type: DateTime.t, default: nil) - Output only. Refresh watermark of materialized view. The base tables' data were collected into the materialized view cache until this time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.MaterializedViewStatus{
  lastRefreshStatus: GoogleApi.BigQuery.V2.Model.ErrorProto.t() | nil,
  refreshWatermark: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.