Namespace google::cloud::functions_v1 (2.13.0)

Classes

CloudFunctionsServiceClient

A service that application uses to manipulate triggers and functions.

CloudFunctionsServiceConnection

The CloudFunctionsServiceConnection object for CloudFunctionsServiceClient.

CloudFunctionsServiceConnectionIdempotencyPolicy

Structs

CloudFunctionsServiceBackoffPolicyOption

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

CloudFunctionsServiceConnectionIdempotencyPolicyOption

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

CloudFunctionsServicePollingPolicyOption

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

CloudFunctionsServiceRetryPolicyOption

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

Functions

MakeCloudFunctionsServiceConnection(Options)

A factory function to construct an object of type CloudFunctionsServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the CloudFunctionsServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< CloudFunctionsServiceConnection >

MakeDefaultCloudFunctionsServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< CloudFunctionsServiceConnectionIdempotencyPolicy >

Type Aliases

CloudFunctionsServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< functions_v1_internal::CloudFunctionsServiceRetryTraits >

CloudFunctionsServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< functions_v1_internal::CloudFunctionsServiceRetryTraits >

CloudFunctionsServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< functions_v1_internal::CloudFunctionsServiceRetryTraits >

CloudFunctionsServicePolicyOptionList

Alias Of: OptionList< CloudFunctionsServiceRetryPolicyOption, CloudFunctionsServiceBackoffPolicyOption, CloudFunctionsServicePollingPolicyOption, CloudFunctionsServiceConnectionIdempotencyPolicyOption >

The options applicable to CloudFunctionsService.