public interface InstantiateInlineWorkflowTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getRequestId()
Optional.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional.
|
WorkflowTemplate |
getTemplate()
Required.
|
WorkflowTemplateOrBuilder |
getTemplateOrBuilder()
Required.
|
boolean |
hasTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The "resource name" of the workflow template region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The "resource name" of the workflow template region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;boolean hasTemplate()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;WorkflowTemplate getTemplate()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;WorkflowTemplateOrBuilder getTemplateOrBuilder()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;String getRequestId()
Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries. It is recommended to always set this value to a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;com.google.protobuf.ByteString getRequestIdBytes()
Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries. It is recommended to always set this value to a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;Copyright © 2019 Google LLC. All rights reserved.