Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateLogicalViewRequest.
Request message for BigtableInstanceAdmin.CreateLogicalView.
Generated from protobuf message google.bigtable.admin.v2.CreateLogicalViewRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent instance where this logical view will be created. Format: projects/{project}/instances/{instance}
.
↳ logical_view_id
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
getParent
Required. The parent instance where this logical view will be created.
Format: projects/{project}/instances/{instance}
.
string
setParent
Required. The parent instance where this logical view will be created.
Format: projects/{project}/instances/{instance}
.
var
string
$this
getLogicalViewId
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
string
setLogicalViewId
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
var
string
$this
getLogicalView
Required. The logical view to create.
hasLogicalView
clearLogicalView
setLogicalView
Required. The logical view to create.
$this
static::build
parent
string
Required. The parent instance where this logical view will be created.
Format: projects/{project}/instances/{instance}
. Please see BigtableInstanceAdminClient::instanceName()
for help formatting this field.
logicalView
logicalViewId
string
Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.