public sealed class UpdateWorkflowConfigRequest : IMessage<UpdateWorkflowConfigRequest>, IEquatable<UpdateWorkflowConfigRequest>, IDeepCloneable<UpdateWorkflowConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class UpdateWorkflowConfigRequest.
UpdateWorkflowConfig request message.
Implements
IMessageUpdateWorkflowConfigRequest, IEquatableUpdateWorkflowConfigRequest, IDeepCloneableUpdateWorkflowConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
UpdateWorkflowConfigRequest()
public UpdateWorkflowConfigRequest()UpdateWorkflowConfigRequest(UpdateWorkflowConfigRequest)
public UpdateWorkflowConfigRequest(UpdateWorkflowConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateWorkflowConfigRequest |
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 | |
|---|---|
| Type | Description |
FieldMask |
|
WorkflowConfig
public WorkflowConfig WorkflowConfig { get; set; }Required. The workflow config to update.
| Property Value | |
|---|---|
| Type | Description |
WorkflowConfig |
|