Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateMaterializedViewRequest.
Request message for BigtableInstanceAdmin.CreateMaterializedView.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#materialized_view
def materialized_view() -> ::Google::Cloud::Bigtable::Admin::V2::MaterializedView
Returns
- (::Google::Cloud::Bigtable::Admin::V2::MaterializedView) — Required. The materialized view to create.
#materialized_view=
def materialized_view=(value) -> ::Google::Cloud::Bigtable::Admin::V2::MaterializedView
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::MaterializedView) — Required. The materialized view to create.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::MaterializedView) — Required. The materialized view to create.
#materialized_view_id
def materialized_view_id() -> ::String
Returns
- (::String) — Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
#materialized_view_id=
def materialized_view_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
Returns
- (::String) — Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent instance where this materialized view will be created.
Format:
projects/{project}/instances/{instance}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent instance where this materialized view will be created.
Format:
projects/{project}/instances/{instance}
.
Returns
-
(::String) — Required. The parent instance where this materialized view will be created.
Format:
projects/{project}/instances/{instance}
.