Namespace google::cloud::compute_ssl_certificates_v1 (2.16.0)

Classes

SslCertificatesClient

Service for the sslCertificates resource.

SslCertificatesConnection

The SslCertificatesConnection object for SslCertificatesClient.

SslCertificatesConnectionIdempotencyPolicy

SslCertificatesLimitedErrorCountRetryPolicy

A retry policy for SslCertificatesConnection based on counting errors.

SslCertificatesLimitedTimeRetryPolicy

A retry policy for SslCertificatesConnection based on elapsed time.

SslCertificatesRetryPolicy

The retry policy for SslCertificatesConnection.

Structs

SslCertificatesBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

SslCertificatesConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

SslCertificatesPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

SslCertificatesRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDefaultSslCertificatesConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< SslCertificatesConnectionIdempotencyPolicy >

MakeSslCertificatesConnectionRest(Options)

A factory function to construct an object of type SslCertificatesConnection that uses REST over HTTP as transport in lieu of gRPC.

REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of SslCertificatesClient.

The optional options argument may be used to configure aspects of the returned SslCertificatesConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the SslCertificatesConnection created by this function.

Returns
Type Description
std::shared_ptr< SslCertificatesConnection >

Type Aliases

SslCertificatesPolicyOptionList

Alias Of: OptionList< SslCertificatesRetryPolicyOption, SslCertificatesBackoffPolicyOption, SslCertificatesPollingPolicyOption, SslCertificatesConnectionIdempotencyPolicyOption >

The options applicable to SslCertificates.