Reference documentation and code samples for the Google Cloud Workflows V1beta Client class UpdateWorkflowRequest.
Request for the UpdateWorkflow method.
Generated from protobuf message google.cloud.workflows.v1beta.UpdateWorkflowRequest
Namespace
Google \ Cloud \ Workflows \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ workflow |
Google\Cloud\Workflows\V1beta\Workflow
Required. Workflow to be updated. |
↳ 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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Workflows\V1beta\Workflow|null |
hasWorkflow
clearWorkflow
setWorkflow
Required. Workflow to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Workflows\V1beta\Workflow
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
List of fields to be updated. If not present, the entire workflow will be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
List of fields to be updated. If not present, the entire workflow will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |