Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateMaterializedViewRequest.
Request message for BigtableInstanceAdmin.CreateMaterializedView.
Generated from protobuf message google.bigtable.admin.v2.CreateMaterializedViewRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent instance where this materialized view will be created. Format: |
↳ materialized_view_id |
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 |
MaterializedView
Required. The materialized view to create. |
getParent
Required. The parent instance where this materialized view will be created.
Format: projects/{project}/instances/{instance}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent instance where this materialized view will be created.
Format: projects/{project}/instances/{instance}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaterializedViewId
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
Returns | |
---|---|
Type | Description |
string |
setMaterializedViewId
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaterializedView
Required. The materialized view to create.
Returns | |
---|---|
Type | Description |
MaterializedView|null |
hasMaterializedView
clearMaterializedView
setMaterializedView
Required. The materialized view to create.
Parameter | |
---|---|
Name | Description |
var |
MaterializedView
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent instance where this materialized view will be created.
Format: |
materializedView |
MaterializedView
Required. The materialized view to create. |
materializedViewId |
string
Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name. |
Returns | |
---|---|
Type | Description |
CreateMaterializedViewRequest |