Reference documentation and code samples for the Cloud Bigtable V2 Client class PartialUpdateClusterMetadata.
The metadata for the Operation returned by PartialUpdateCluster.
Generated from protobuf message google.bigtable.admin.v2.PartialUpdateClusterMetadata
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
↳ original_request |
Google\Cloud\Bigtable\Admin\V2\PartialUpdateClusterRequest
The original request for PartialUpdateCluster. |
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 |
getOriginalRequest
The original request for PartialUpdateCluster.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\PartialUpdateClusterRequest|null |
hasOriginalRequest
clearOriginalRequest
setOriginalRequest
The original request for PartialUpdateCluster.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\Admin\V2\PartialUpdateClusterRequest
|
Returns | |
---|---|
Type | Description |
$this |