Dataform v1beta1 API - Class UpdateWorkflowConfigRequest (1.0.0-beta05)

public sealed class UpdateWorkflowConfigRequest : IMessage<UpdateWorkflowConfigRequest>, IEquatable<UpdateWorkflowConfigRequest>, IDeepCloneable<UpdateWorkflowConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class UpdateWorkflowConfigRequest.

UpdateWorkflowConfig request message.

Inheritance

object > UpdateWorkflowConfigRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

UpdateWorkflowConfigRequest()

public UpdateWorkflowConfigRequest()

UpdateWorkflowConfigRequest(UpdateWorkflowConfigRequest)

public UpdateWorkflowConfigRequest(UpdateWorkflowConfigRequest other)
Parameter
NameDescription
otherUpdateWorkflowConfigRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask

WorkflowConfig

public WorkflowConfig WorkflowConfig { get; set; }

Required. The workflow config to update.

Property Value
TypeDescription
WorkflowConfig