Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateTableFromSnapshotMetadata.
The metadata for the Operation returned by CreateTableFromSnapshot.
Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.
Generated from protobuf message google.bigtable.admin.v2.CreateTableFromSnapshotMetadata
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ original_request | Google\Cloud\Bigtable\Admin\V2\CreateTableFromSnapshotRequest The request that prompted the initiation of this CreateTableFromSnapshot operation. |
↳ request_time | Google\Protobuf\Timestamp The time at which the original request was received. |
↳ finish_time | Google\Protobuf\Timestamp The time at which the operation failed or was completed successfully. |
getOriginalRequest
The request that prompted the initiation of this CreateTableFromSnapshot operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\CreateTableFromSnapshotRequest|null |
hasOriginalRequest
clearOriginalRequest
setOriginalRequest
The request that prompted the initiation of this CreateTableFromSnapshot operation.
Parameter | |
---|---|
Name | Description |
var | Google\Cloud\Bigtable\Admin\V2\CreateTableFromSnapshotRequest |
Returns | |
---|---|
Type | Description |
$this |
getRequestTime
The time at which the original request was received.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasRequestTime
clearRequestTime
setRequestTime
The time at which the original request was received.
Parameter | |
---|---|
Name | Description |
var | Google\Protobuf\Timestamp |
Returns | |
---|---|
Type | Description |
$this |
getFinishTime
The time at which the operation failed or was completed successfully.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasFinishTime
clearFinishTime
setFinishTime
The time at which the operation failed or was completed successfully.
Parameter | |
---|---|
Name | Description |
var | Google\Protobuf\Timestamp |
Returns | |
---|---|
Type | Description |
$this |