public sealed class CreateWorkflowInvocationRequest : IMessage<CreateWorkflowInvocationRequest>, IEquatable<CreateWorkflowInvocationRequest>, IDeepCloneable<CreateWorkflowInvocationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CreateWorkflowInvocationRequest.
CreateWorkflowInvocation request message.
Implements
IMessageCreateWorkflowInvocationRequest, IEquatableCreateWorkflowInvocationRequest, IDeepCloneableCreateWorkflowInvocationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
CreateWorkflowInvocationRequest()
public CreateWorkflowInvocationRequest()CreateWorkflowInvocationRequest(CreateWorkflowInvocationRequest)
public CreateWorkflowInvocationRequest(CreateWorkflowInvocationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateWorkflowInvocationRequest |
Properties
Parent
public string Parent { get; set; }Required. The repository in which to create the workflow invocation. Must
be in the format projects/*/locations/*/repositories/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }RepositoryName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|
WorkflowInvocation
public WorkflowInvocation WorkflowInvocation { get; set; }Required. The workflow invocation resource to create.
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocation |
|