Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::UpdateWorkflowConfigRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::UpdateWorkflowConfigRequest.

UpdateWorkflowConfig request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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.

#workflow_config

def workflow_config() -> ::Google::Cloud::Dataform::V1beta1::WorkflowConfig
Returns

#workflow_config=

def workflow_config=(value) -> ::Google::Cloud::Dataform::V1beta1::WorkflowConfig
Parameter
Returns