Reference documentation and code samples for the Cloud Spanner V1 Client class OperationProgress.
Encapsulates progress related information for a Cloud Spanner long running instance operations.
Generated from protobuf message google.spanner.admin.instance.v1.OperationProgress
Namespace
Google \ Cloud \ Spanner \ Admin \ Instance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ progress_percent |
int
Percent completion of the operation. Values are between 0 and 100 inclusive. |
↳ start_time |
Google\Protobuf\Timestamp
Time the request was received. |
↳ end_time |
Google\Protobuf\Timestamp
If set, the time at which this operation failed or was completed successfully. |
getProgressPercent
Percent completion of the operation.
Values are between 0 and 100 inclusive.
Returns | |
---|---|
Type | Description |
int |
setProgressPercent
Percent completion of the operation.
Values are between 0 and 100 inclusive.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Time the request was received.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Time the request was received.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
If set, the time at which this operation failed or was completed successfully.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
If set, the time at which this operation failed or was completed successfully.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |