public interface CreateWorkflowInvocationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent resource of the WorkflowInvocation type.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource of the WorkflowInvocation type.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getWorkflowInvocation()
public abstract WorkflowInvocation getWorkflowInvocation()Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocation |
The workflowInvocation. |
getWorkflowInvocationOrBuilder()
public abstract WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationOrBuilder |
|
hasWorkflowInvocation()
public abstract boolean hasWorkflowInvocation()Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workflowInvocation field is set. |