Resource Settings API C++ Client 2.13.0
A C++ Client Library for the Resource Settings API
|
An idiomatic C++ client library for the Resource Settings API. The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.
While this library is GA, please note Google Cloud C++ client libraries do not follow Semantic Versioning.
The following shows the code that you'll run in the google/cloud/resourcesettings/quickstart/
directory, which should give you a taste of the Resource Settings API C++ client library API.
The main class in this library is `resourcesettings_v1::ResourceSettingsServiceClient`. All RPCs are exposed as member functions of this class. Other classes provide helpers, configuration parameters, and infrastructure to mock `resourcesettings_v1::ResourceSettingsServiceClient` when testing your application.