Class: Google::Cloud::Dataproc::V1::InstantiateInlineWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::InstantiateInlineWorkflowTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A request to instantiate an inline workflow template.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#template ⇒ ::Google::Cloud::Dataproc::V1::WorkflowTemplate
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates,instantiateinline
, the resource name of the region has the following format:projects/{project_id}/regions/{region}
For
projects.locations.workflowTemplates.instantiateinline
, the resource name of the location has the following format:projects/{project_id}/locations/{location}
.
644 645 646 647 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 644 class InstantiateInlineWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns 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.
The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
644 645 646 647 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 644 class InstantiateInlineWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#template ⇒ ::Google::Cloud::Dataproc::V1::WorkflowTemplate
Returns Required. The workflow template to instantiate.
644 645 646 647 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 644 class InstantiateInlineWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |