GoogleApi.BigtableAdmin.V2.Model.CreateMaterializedViewRequest (google_api_bigtable_admin v0.31.0)
View SourceRequest message for BigtableInstanceAdmin.CreateMaterializedView.
Attributes
-
materializedView
(type:GoogleApi.BigtableAdmin.V2.Model.MaterializedView.t
, default:nil
) - Required. The materialized view to create. -
materializedViewId
(type:String.t
, default:nil
) - Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name. -
parent
(type:String.t
, default:nil
) - Required. The parent instance where this materialized 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.CreateMaterializedViewRequest{ materializedView: GoogleApi.BigtableAdmin.V2.Model.MaterializedView.t() | nil, materializedViewId: String.t() | nil, parent: String.t() | nil }