Interface CreateWorkflowInvocationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateWorkflowInvocationRequest
,CreateWorkflowInvocationRequest.Builder
public interface CreateWorkflowInvocationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.WorkflowInvocation
getWorkflowInvocation()
Required.WorkflowInvocationOrBuilder
getWorkflowInvocationOrBuilder()
Required.boolean
hasWorkflowInvocation()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasWorkflowInvocation
boolean hasWorkflowInvocation()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the workflowInvocation field is set.
-
getWorkflowInvocation
WorkflowInvocation getWorkflowInvocation()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The workflowInvocation.
-
getWorkflowInvocationOrBuilder
WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
-
-