Dataform v1beta1 API - Class CreateWorkflowInvocationRequest (1.0.0-beta06)

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

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

CreateWorkflowInvocation request message.

Inheritance

object > CreateWorkflowInvocationRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.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