Class WorkflowTemplateServiceConnectionIdempotencyPolicy (2.33.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.33.0keyboard_arrow_down
Functions
virtual clone() const
Create a new copy of this object.
Returns
Type
Description
std::unique_ptr< WorkflowTemplateServiceConnectionIdempotencyPolicy >
virtual CreateWorkflowTemplate(google::cloud::dataproc::v1::CreateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::CreateWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetWorkflowTemplate(google::cloud::dataproc::v1::GetWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::GetWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual InstantiateWorkflowTemplate(google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::InstantiateWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual InstantiateInlineWorkflowTemplate(google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::InstantiateInlineWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual UpdateWorkflowTemplate(google::cloud::dataproc::v1::UpdateWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::UpdateWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListWorkflowTemplates(google::cloud::dataproc::v1::ListWorkflowTemplatesRequest)
Parameter
Name
Description
request
google::cloud::dataproc::v1::ListWorkflowTemplatesRequest
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteWorkflowTemplate(google::cloud::dataproc::v1::DeleteWorkflowTemplateRequest const &)
Parameter
Name
Description
request
google::cloud::dataproc::v1::DeleteWorkflowTemplateRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SetIamPolicy(google::iam::v1::SetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::SetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &)
Parameter
Name
Description
request
google::iam::v1::GetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual TestIamPermissions(google::iam::v1::TestIamPermissionsRequest const &)
Parameter
Name
Description
request
google::iam::v1::TestIamPermissionsRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListOperations(google::longrunning::ListOperationsRequest)
Parameter
Name
Description
request
google::longrunning::ListOperationsRequest
Returns
Type
Description
google::cloud::Idempotency
virtual GetOperation(google::longrunning::GetOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::GetOperationRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::DeleteOperationRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
Parameter
Name
Description
request
google::longrunning::CancelOperationRequest const &
Returns
Type
Description
google::cloud::Idempotency
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-08-14 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-08-14 UTC."],[[["This webpage provides documentation for the `WorkflowTemplateServiceConnectionIdempotencyPolicy` class within the Google Cloud Dataproc C++ library."],["It lists available versions of the class, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0, with the currently selected version being 2.33.0."],["The page details the functions within the `WorkflowTemplateServiceConnectionIdempotencyPolicy` class, including functions to create, get, instantiate, update, list, and delete workflow templates, as well as manage IAM policies and operations."],["The page gives a description of the functions parameters, what they are, and the types they return."],["There is a virtual clone function to create a copy of this object."]]],[]]