Reference documentation and code samples for the Memorystore for Memcached V1beta2 Client class OperationMetadata.
Represents the metadata of a long-running operation.
Generated from protobuf message google.cloud.memcache.v1beta2.OperationMetadata
Namespace
Google \ Cloud \ Memcache \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time when the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. Time when the operation finished running. |
↳ target |
string
Output only. Server-defined resource path for the target of the operation. |
↳ verb |
string
Output only. Name of the verb executed by the operation. |
↳ status_detail |
string
Output only. Human-readable status of the operation, if any. |
↳ cancel_requested |
bool
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to |
↳ api_version |
string
Output only. API version used to start the operation. |
getCreateTime
Output only. Time when the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. Time when the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. Time when the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getTarget
Output only. Server-defined resource path for the target of the operation.
Returns | |
---|---|
Type | Description |
string |
setTarget
Output only. Server-defined resource path for the target of the operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVerb
Output only. Name of the verb executed by the operation.
Returns | |
---|---|
Type | Description |
string |
setVerb
Output only. Name of the verb executed by the operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatusDetail
Output only. Human-readable status of the operation, if any.
Returns | |
---|---|
Type | Description |
string |
setStatusDetail
Output only. Human-readable status of the operation, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCancelRequested
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have Operation.error value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED
.
Returns | |
---|---|
Type | Description |
bool |
setCancelRequested
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have Operation.error value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getApiVersion
Output only. API version used to start the operation.
Returns | |
---|---|
Type | Description |
string |
setApiVersion
Output only. API version used to start the operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |