GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewRequest (google_api_bigtable_admin v0.31.0)
View SourceRequest message for BigtableInstanceAdmin.CreateLogicalView.
Attributes
-
logicalView
(type:GoogleApi.BigtableAdmin.V2.Model.LogicalView.t
, default:nil
) - Required. The logical view to create. -
logicalViewId
(type:String.t
, default:nil
) - Required. The ID to use for the logical view, which will become the final component of the logical view's resource name. -
parent
(type:String.t
, default:nil
) - Required. The parent instance where this logical view will be created. Format:projects/{project}/instances/{instance}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewRequest{ logicalView: GoogleApi.BigtableAdmin.V2.Model.LogicalView.t() | nil, logicalViewId: String.t() | nil, parent: String.t() | nil }