Class: Google::Cloud::Dataform::V1beta1::UpdateWorkflowConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::UpdateWorkflowConfigRequest
- 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
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#workflow_config ⇒ ::Google::Cloud::Dataform::V1beta1::WorkflowConfig
Required.
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.
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.
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 |