Interface CreateWorkflowInvocationRequestOrBuilder (0.41.0)

public interface CreateWorkflowInvocationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getWorkflowInvocation()

public abstract WorkflowInvocation getWorkflowInvocation()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkflowInvocation

The workflowInvocation.

getWorkflowInvocationOrBuilder()

public abstract WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkflowInvocationOrBuilder

hasWorkflowInvocation()

public abstract boolean hasWorkflowInvocation()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workflowInvocation field is set.