Reference documentation and code samples for the Google Cloud Workflows V1 Client class UpdateWorkflowRequest.
Request for the UpdateWorkflow method.
Generated from protobuf message google.cloud.workflows.v1.UpdateWorkflowRequest
Namespace
Google \ Cloud \ Workflows \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ workflow
↳ update_mask
Google\Protobuf\FieldMask
List of fields to be updated. If not present, the entire workflow will be updated.
getWorkflow
Required. Workflow to be updated.
hasWorkflow
clearWorkflow
setWorkflow
Required. Workflow to be updated.
$this
getUpdateMask
List of fields to be updated. If not present, the entire workflow will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
List of fields to be updated. If not present, the entire workflow will be updated.
$this
static::build
workflow
updateMask
Google\Protobuf\FieldMask
List of fields to be updated. If not present, the entire workflow will be updated.