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