Interface UpdateWorkflowConfigRequestOrBuilder (0.35.0)

public interface UpdateWorkflowConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

getWorkflowConfig()

public abstract WorkflowConfig getWorkflowConfig()

Required. The workflow config to update.

.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkflowConfig

The workflowConfig.

getWorkflowConfigOrBuilder()

public abstract WorkflowConfigOrBuilder getWorkflowConfigOrBuilder()

Required. The workflow config to update.

.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkflowConfigOrBuilder

hasUpdateMask()

public abstract boolean hasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.

hasWorkflowConfig()

public abstract boolean hasWorkflowConfig()

Required. The workflow config to update.

.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workflowConfig field is set.