Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class OperationMetadata.
The metadata for the long-running operation.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.OperationMetadata
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time the operation finished running. |
↳ target |
string
Output only. The server-defined resource path for the target of the operation. |
↳ verb |
string
Output only. The name of the verb that was executed by the operation. |
↳ status_message |
string
Output only. The human-readable status of the operation, if any. |
↳ requested_cancellation |
bool
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED. |
↳ api_version |
string
Output only. The API version that was used to start the operation. |
getCreateTime
Output only. The time the operation was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
Output only. The time the operation finished running.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTarget
Output only. The server-defined resource path for the target of the operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTarget
Output only. The server-defined resource path for the target of the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVerb
Output only. The name of the verb that was executed by the operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVerb
Output only. The name of the verb that was executed by the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatusMessage
Output only. The human-readable status of the operation, if any.
| Returns | |
|---|---|
| Type | Description |
string |
|
setStatusMessage
Output only. The human-readable status of the operation, if any.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestedCancellation
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setRequestedCancellation
Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field google.longrunning.Operation.error contains the value google.rpc.Code.CANCELLED.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApiVersion
Output only. The API version that was used to start the operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setApiVersion
Output only. The API version that was used to start the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|