Classes
ConfidentialComputingClient
Service describing handlers for resources.
ConfidentialComputingConnection
The ConfidentialComputingConnection object for ConfidentialComputingClient.
ConfidentialComputingConnectionIdempotencyPolicy
ConfidentialComputingLimitedErrorCountRetryPolicy
A retry policy for ConfidentialComputingConnection based on counting errors.
ConfidentialComputingLimitedTimeRetryPolicy
A retry policy for ConfidentialComputingConnection based on elapsed time.
ConfidentialComputingRetryPolicy
The retry policy for ConfidentialComputingConnection.
Structs
ConfidentialComputingBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ConfidentialComputingConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ConfidentialComputingRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeConfidentialComputingConnection(Options)
A factory function to construct an object of type ConfidentialComputingConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ConfidentialComputingClient.
The optional options argument may be used to configure aspects of the returned ConfidentialComputingConnection. 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< ConfidentialComputingConnection > |
|
MakeDefaultConfidentialComputingConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ConfidentialComputingConnectionIdempotencyPolicy > |
|