Send feedback
Class BackendServicesConnectionIdempotencyPolicy (2.40.0-rc)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
Functions
virtual clone() const
Create a new copy of this object.
Returns
Type
Description
std::unique_ptr< BackendServicesConnectionIdempotencyPolicy >
virtual AddSignedUrlKey(google::cloud::cpp::compute::backend_services::v1::AddSignedUrlKeyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::AddSignedUrlKeyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual AggregatedListBackendServices(google::cloud::cpp::compute::backend_services::v1::AggregatedListBackendServicesRequest)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::AggregatedListBackendServicesRequest
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteBackendService(google::cloud::cpp::compute::backend_services::v1::DeleteBackendServiceRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::DeleteBackendServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteSignedUrlKey(google::cloud::cpp::compute::backend_services::v1::DeleteSignedUrlKeyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::DeleteSignedUrlKeyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetBackendService(google::cloud::cpp::compute::backend_services::v1::GetBackendServiceRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::GetBackendServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetHealth(google::cloud::cpp::compute::backend_services::v1::GetHealthRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::GetHealthRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GetIamPolicy(google::cloud::cpp::compute::backend_services::v1::GetIamPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::GetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual InsertBackendService(google::cloud::cpp::compute::backend_services::v1::InsertBackendServiceRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::InsertBackendServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListBackendServices(google::cloud::cpp::compute::backend_services::v1::ListBackendServicesRequest)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::ListBackendServicesRequest
Returns
Type
Description
google::cloud::Idempotency
virtual ListUsable(google::cloud::cpp::compute::backend_services::v1::ListUsableRequest)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::ListUsableRequest
Returns
Type
Description
google::cloud::Idempotency
virtual PatchBackendService(google::cloud::cpp::compute::backend_services::v1::PatchBackendServiceRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::PatchBackendServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SetEdgeSecurityPolicy(google::cloud::cpp::compute::backend_services::v1::SetEdgeSecurityPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::SetEdgeSecurityPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SetIamPolicy(google::cloud::cpp::compute::backend_services::v1::SetIamPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::SetIamPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SetSecurityPolicy(google::cloud::cpp::compute::backend_services::v1::SetSecurityPolicyRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::SetSecurityPolicyRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual TestIamPermissions(google::cloud::cpp::compute::backend_services::v1::TestIamPermissionsRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::TestIamPermissionsRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual UpdateBackendService(google::cloud::cpp::compute::backend_services::v1::UpdateBackendServiceRequest const &)
Parameter
Name
Description
request
google::cloud::cpp::compute::backend_services::v1::UpdateBackendServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
Send feedback
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.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document details the `BackendServicesConnectionIdempotencyPolicy` class within the Google Cloud C++ Compute API, outlining its functionality across multiple versions."],["The latest version of this class is `2.37.0-rc`, with a history of versions spanning back to `2.15.1`, providing access to its evolution over time."],["The `BackendServicesConnectionIdempotencyPolicy` class includes virtual functions for various operations on backend services, such as adding, deleting, getting, listing, and updating."],["Each virtual function, such as `AddSignedUrlKey`, `AggregatedListBackendServices`, and `DeleteBackendService`, accepts a specific request type and returns a `google::cloud::Idempotency` type."],["There is also a `virtual clone() const` function that creates a new copy of the current object and returns a `std::unique_ptr` to the new object."]]],[]]