lib/google/cloud/dataproc/v1beta2/workflow_template_service/client.rb in google-cloud-dataproc-v1beta2-0.2.5 vs lib/google/cloud/dataproc/v1beta2/workflow_template_service/client.rb in google-cloud-dataproc-v1beta2-0.3.0
- old
+ new
@@ -492,10 +492,11 @@
##
# Instantiates a template and begins execution.
#
# This method is equivalent to executing the sequence
- # {::Google::Cloud::Dataproc::V1beta2::WorkflowTemplateService::Client#create_workflow_template CreateWorkflowTemplate}, {::Google::Cloud::Dataproc::V1beta2::WorkflowTemplateService::Client#instantiate_workflow_template InstantiateWorkflowTemplate},
+ # {::Google::Cloud::Dataproc::V1beta2::WorkflowTemplateService::Client#create_workflow_template CreateWorkflowTemplate},
+ # {::Google::Cloud::Dataproc::V1beta2::WorkflowTemplateService::Client#instantiate_workflow_template InstantiateWorkflowTemplate},
# {::Google::Cloud::Dataproc::V1beta2::WorkflowTemplateService::Client#delete_workflow_template DeleteWorkflowTemplate}.
#
# The returned Operation can be used to track execution of
# workflow by polling
# operations.get.