Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class UpdateWorkflowConfigRequest.
UpdateWorkflowConfig request message.
Generated from protobuf message google.cloud.dataform.v1beta1.UpdateWorkflowConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ update_mask | 
        
          Google\Protobuf\FieldMask
          Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.  | 
      
↳ workflow_config | 
        
          WorkflowConfig
          Required. The workflow config to update.  | 
      
getUpdateMask
Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\FieldMask|null | 
        |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Protobuf\FieldMask
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getWorkflowConfig
Required. The workflow config to update.
| Returns | |
|---|---|
| Type | Description | 
WorkflowConfig|null | 
        |
hasWorkflowConfig
clearWorkflowConfig
setWorkflowConfig
Required. The workflow config to update.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          WorkflowConfig
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
workflowConfig | 
        
          WorkflowConfig
          Required. The workflow config to update.  | 
      
updateMask | 
        
          Google\Protobuf\FieldMask
          Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.  | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateWorkflowConfigRequest | 
        |