GoogleApi.BigtableAdmin.V2.Model.UpdateLogicalViewRequest (google_api_bigtable_admin v0.31.0)
View SourceRequest message for BigtableInstanceAdmin.UpdateLogicalView.
Attributes
-
logicalView
(type:GoogleApi.BigtableAdmin.V2.Model.LogicalView.t
, default:nil
) - Required. The logical view to update. The logical view'sname
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
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.UpdateLogicalViewRequest{ logicalView: GoogleApi.BigtableAdmin.V2.Model.LogicalView.t() | nil, updateMask: String.t() | nil }