Class CreateLogicalViewRequest (2.32.0)

CreateLogicalViewRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for BigtableInstanceAdmin.CreateLogicalView.

Attributes

Name Description
parent str
Required. The parent instance where this logical view will be created. Format: projects/{project}/instances/{instance}.
logical_view_id str
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
logical_view google.cloud.bigtable_admin_v2.types.LogicalView
Required. The logical view to create.