Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ServiceManagerConnectionIdempotencyPolicy (2.18.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.18.0keyboard_arrow_down
Functions
virtual clone() const
Create a new copy of this object.
Returns
Type
Description
std::unique_ptr< ServiceManagerConnectionIdempotencyPolicy >
virtual ListServices(google::api::servicemanagement::v1::ListServicesRequest)
Parameter
Name
Description
request
google::api::servicemanagement::v1::ListServicesRequest
Returns
Type
Description
google::cloud::Idempotency
virtual GetService(google::api::servicemanagement::v1::GetServiceRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::GetServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual CreateService(google::api::servicemanagement::v1::CreateServiceRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::CreateServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual DeleteService(google::api::servicemanagement::v1::DeleteServiceRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::DeleteServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual UndeleteService(google::api::servicemanagement::v1::UndeleteServiceRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::UndeleteServiceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListServiceConfigs(google::api::servicemanagement::v1::ListServiceConfigsRequest)
Parameter
Name
Description
request
google::api::servicemanagement::v1::ListServiceConfigsRequest
Returns
Type
Description
google::cloud::Idempotency
virtual GetServiceConfig(google::api::servicemanagement::v1::GetServiceConfigRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::GetServiceConfigRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual CreateServiceConfig(google::api::servicemanagement::v1::CreateServiceConfigRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::CreateServiceConfigRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual SubmitConfigSource(google::api::servicemanagement::v1::SubmitConfigSourceRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::SubmitConfigSourceRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual ListServiceRollouts(google::api::servicemanagement::v1::ListServiceRolloutsRequest)
Parameter
Name
Description
request
google::api::servicemanagement::v1::ListServiceRolloutsRequest
Returns
Type
Description
google::cloud::Idempotency
virtual GetServiceRollout(google::api::servicemanagement::v1::GetServiceRolloutRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::GetServiceRolloutRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual CreateServiceRollout(google::api::servicemanagement::v1::CreateServiceRolloutRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::CreateServiceRolloutRequest const &
Returns
Type
Description
google::cloud::Idempotency
virtual GenerateConfigReport(google::api::servicemanagement::v1::GenerateConfigReportRequest const &)
Parameter
Name
Description
request
google::api::servicemanagement::v1::GenerateConfigReportRequest 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-07-18 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-18 UTC."],[[["This document provides a version history and function reference for the `ServiceManagerConnectionIdempotencyPolicy` class, with the latest version being 2.37.0-rc."],["The class supports a variety of service management operations, including listing, getting, creating, deleting, and undeleting services, along with related operations like managing service configurations and rollouts."],["Each service management function within the class accepts a specific request parameter and returns a `google::cloud::Idempotency` type."],["The `clone()` function allows users to create a copy of the `ServiceManagerConnectionIdempotencyPolicy` object."],["The document details the input parameters and return types for each available virtual function."]]],[]]