Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class WorkflowTemplateServiceConnection (2.32.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.32.0keyboard_arrow_down
Functions
virtual options()
Returns
Type
Description
Options
virtual CreateWorkflowTemplate(google::cloud::dataproc::v1::CreateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::CreateWorkflowTemplateRequest const &
Returns
Type
Description
StatusOr< google::cloud::dataproc::v1::WorkflowTemplate >
virtual GetWorkflowTemplate(google::cloud::dataproc::v1::GetWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::GetWorkflowTemplateRequest const &
Returns
Type
Description
StatusOr< google::cloud::dataproc::v1::WorkflowTemplate >
virtual InstantiateWorkflowTemplate(google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dataproc::v1::WorkflowMetadata > >
virtual InstantiateWorkflowTemplate(NoAwaitTag, google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual InstantiateWorkflowTemplate(google::longrunning::Operation const &)
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dataproc::v1::WorkflowMetadata > >
virtual InstantiateInlineWorkflowTemplate(google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::dataproc::v1::WorkflowMetadata > >
virtual InstantiateInlineWorkflowTemplate(NoAwaitTag, google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &)
Parameters
Name
Description
NoAwaitTag
request
google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual InstantiateInlineWorkflowTemplate(google::longrunning::Operation const &)
Parameter
Name
Description
operation
google::longrunning::Operation const &
Returns
Type
Description
future< StatusOr< google::cloud::dataproc::v1::WorkflowMetadata > >
virtual UpdateWorkflowTemplate(google::cloud::dataproc::v1::UpdateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::UpdateWorkflowTemplateRequest const &
Returns
Type
Description
StatusOr< google::cloud::dataproc::v1::WorkflowTemplate >
virtual ListWorkflowTemplates(google::cloud::dataproc::v1::ListWorkflowTemplatesRequest)
Parameter
Name
Description
request
google::cloud::dataproc::v1::ListWorkflowTemplatesRequest
Returns
Type
Description
StreamRange< google::cloud::dataproc::v1::WorkflowTemplate >
virtual DeleteWorkflowTemplate(google::cloud::dataproc::v1::DeleteWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::DeleteWorkflowTemplateRequest const &
Returns
Type
Description
Status
virtual SetIamPolicy(google::iam::v1::SetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::SetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::Policy >
virtual GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::GetIamPolicyRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::Policy >
virtual TestIamPermissions(google::iam::v1::TestIamPermissionsRequest const &)
Parameter
Name
Description
request
google::iam::v1::TestIamPermissionsRequest const &
Returns
Type
Description
StatusOr< google::iam::v1::TestIamPermissionsResponse >
virtual ListOperations(google::longrunning::ListOperationsRequest)
Parameter
Name
Description
request
google::longrunning::ListOperationsRequest
Returns
Type
Description
StreamRange< google::longrunning::Operation >
virtual GetOperation(google::longrunning::GetOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::GetOperationRequest const &
Returns
Type
Description
StatusOr< google::longrunning::Operation >
virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::DeleteOperationRequest const &
Returns
Type
Description
Status
virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::CancelOperationRequest const &
Returns
Type
Description
Status
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `WorkflowTemplateServiceConnection` class, which provides an interface for interacting with `WorkflowTemplateServiceClient` in the Google Cloud Dataproc API."],["The latest version available is `2.37.0-rc`, and the page specifically refers to version `2.32.0`, which has a dedicated section."],["The interface supports a wide array of operations, including creating, getting, updating, deleting, and listing workflow templates, as well as managing their execution."],["The class allows for the injection of custom behavior for testing purposes, particularly through the use of mock objects, such as `MockWorkflowTemplateServiceConnection`."],["The page also includes methods for handling operations, managing IAM policies, and dealing with long-running operations, offering comprehensive control over Dataproc workflow templates."]]],[]]