Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateSchemaBundleMetadata.
The metadata for the Operation returned by CreateSchemaBundle.
Generated from protobuf message google.bigtable.admin.v2.CreateSchemaBundleMetadata
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The unique name identifying this schema bundle. Values are of the form |
↳ start_time |
Google\Protobuf\Timestamp
The time at which this operation started. |
↳ end_time |
Google\Protobuf\Timestamp
If set, the time at which this operation finished or was canceled. |
getName
The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Returns | |
---|---|
Type | Description |
string |
setName
The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
The time at which this operation started.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
The time at which this operation started.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
If set, the time at which this operation finished or was canceled.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
If set, the time at which this operation finished or was canceled.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |