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

View Source

Request message for BigtableInstanceAdmin.UpdateLogicalView.

Attributes

  • logicalView (type: GoogleApi.BigtableAdmin.V2.Model.LogicalView.t, default: nil) - Required. The logical view to update. The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.
  • updateMask (type: String.t, default: nil) - Optional. The list of fields to update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.UpdateLogicalViewRequest{
  logicalView: GoogleApi.BigtableAdmin.V2.Model.LogicalView.t() | nil,
  updateMask: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.