Class: Google::Cloud::Workflows::V1::UpdateWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1::UpdateWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/v1/workflows.rb
Overview
Request for the UpdateWorkflow method.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
List of fields to be updated.
-
#workflow ⇒ ::Google::Cloud::Workflows::V1::Workflow
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns List of fields to be updated. If not present, the entire workflow will be updated.
303 304 305 306 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 303 class UpdateWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow ⇒ ::Google::Cloud::Workflows::V1::Workflow
Returns Required. Workflow to be updated.
303 304 305 306 |
# File 'proto_docs/google/cloud/workflows/v1/workflows.rb', line 303 class UpdateWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |