Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateSchemaBundleRequest.
The request for CreateSchemaBundle.
Generated from protobuf message google.bigtable.admin.v2.CreateSchemaBundleRequest
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 resource where this schema bundle will be created. Values are of the form |
↳ schema_bundle_id |
string
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name. |
↳ schema_bundle |
SchemaBundle
Required. The schema bundle to create. |
getParent
Required. The parent resource where this schema bundle will be created.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this schema bundle will be created.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSchemaBundleId
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.
Returns | |
---|---|
Type | Description |
string |
setSchemaBundleId
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSchemaBundle
Required. The schema bundle to create.
Returns | |
---|---|
Type | Description |
SchemaBundle|null |
hasSchemaBundle
clearSchemaBundle
setSchemaBundle
Required. The schema bundle to create.
Parameter | |
---|---|
Name | Description |
var |
SchemaBundle
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this schema bundle will be created.
Values are of the form
|
schemaBundleId |
string
Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name. |
schemaBundle |
SchemaBundle
Required. The schema bundle to create. |
Returns | |
---|---|
Type | Description |
CreateSchemaBundleRequest |