public interface CreateWorkflowInvocationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
WorkflowInvocation |
getWorkflowInvocation()
Required.
|
WorkflowInvocationOrBuilder |
getWorkflowInvocationOrBuilder()
Required.
|
boolean |
hasWorkflowInvocation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the WorkflowInvocation type.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the WorkflowInvocation type.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasWorkflowInvocation()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
WorkflowInvocation getWorkflowInvocation()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()
Required. The workflow invocation resource to create.
.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.