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.
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 projects/{project}/instances/{instance}/tables/{table}
.
↳ 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
getParent
Required. The parent resource where this schema bundle will be created.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
.
string
setParent
Required. The parent resource where this schema bundle will be created.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
.
var
string
$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.
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.
var
string
$this
getSchemaBundle
Required. The schema bundle to create.
hasSchemaBundle
clearSchemaBundle
setSchemaBundle
Required. The schema bundle to create.
$this
static::build
parent
string
Required. The parent resource where this schema bundle will be created.
Values are of the form projects/{project}/instances/{instance}/tables/{table}
. Please see BigtableTableAdminClient::tableName()
for help formatting this field.
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