Google Cloud Build V2 Client - Class RunWorkflowCustomOperationMetadata (0.11.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class RunWorkflowCustomOperationMetadata.

Represents the custom metadata of the RunWorkflow long-running operation.

Generated from protobuf message google.devtools.cloudbuild.v2.RunWorkflowCustomOperationMetadata

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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.

↳ verb string

Output only. Name of the verb executed by the operation.

↳ requested_cancellation 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 Code.CANCELLED.

↳ api_version string

Output only. API version used to start the operation.

↳ target string

Output only. Server-defined resource path for the target of the operation.

↳ pipeline_run_id string

Output only. ID of the pipeline run created by RunWorkflow.

getCreateTime

Output only. The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getVerb

Output only. Name of the verb executed by the operation.

Returns
TypeDescription
string

setVerb

Output only. Name of the verb executed by the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedCancellation

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
TypeDescription
bool

setRequestedCancellation

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
NameDescription
var bool
Returns
TypeDescription
$this

getApiVersion

Output only. API version used to start the operation.

Returns
TypeDescription
string

setApiVersion

Output only. API version used to start the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTarget

Output only. Server-defined resource path for the target of the operation.

Returns
TypeDescription
string

setTarget

Output only. Server-defined resource path for the target of the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPipelineRunId

Output only. ID of the pipeline run created by RunWorkflow.

Returns
TypeDescription
string

setPipelineRunId

Output only. ID of the pipeline run created by RunWorkflow.

Parameter
NameDescription
var string
Returns
TypeDescription
$this