Class: Google::Cloud::Workflows::V1beta::UpdateWorkflowRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/v1beta/workflows.rb

Overview

Request for the UpdateWorkflow method.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns List of fields to be updated. If not present, the entire workflow will be updated.

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 214

class UpdateWorkflowRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workflow::Google::Cloud::Workflows::V1beta::Workflow

Returns Required. Workflow to be updated.

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 214

class UpdateWorkflowRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end