Classes
LicenseManagerClient
Service describing handlers for resources.
LicenseManagerConnection
The LicenseManagerConnection object for LicenseManagerClient.
LicenseManagerConnectionIdempotencyPolicy
LicenseManagerLimitedErrorCountRetryPolicy
A retry policy for LicenseManagerConnection based on counting errors.
LicenseManagerLimitedTimeRetryPolicy
A retry policy for LicenseManagerConnection based on elapsed time.
LicenseManagerRetryPolicy
The retry policy for LicenseManagerConnection.
Structs
LicenseManagerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
LicenseManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
LicenseManagerPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
LicenseManagerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeLicenseManagerConnection(Options)
A factory function to construct an object of type LicenseManagerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LicenseManagerClient.
The optional options argument may be used to configure aspects of the returned LicenseManagerConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< LicenseManagerConnection > |
|
MakeDefaultLicenseManagerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< LicenseManagerConnectionIdempotencyPolicy > |
|