Class: Google::Cloud::Dataform::V1beta1::UpdateWorkflowConfigRequest

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

Overview

UpdateWorkflowConfig request message.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.



1723
1724
1725
1726
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1723

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

#workflow_config::Google::Cloud::Dataform::V1beta1::WorkflowConfig

Returns Required. The workflow config to update.

Returns:



1723
1724
1725
1726
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1723

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