Namespace google::cloud::functions_v2 (2.23.0-rc)

Classes

FunctionServiceClient

Google Cloud Functions is used to deploy functions that are executed by Google in response to various events.

FunctionServiceConnection

The FunctionServiceConnection object for FunctionServiceClient.

FunctionServiceConnectionIdempotencyPolicy

FunctionServiceLimitedErrorCountRetryPolicy

A retry policy for FunctionServiceConnection based on counting errors.

FunctionServiceLimitedTimeRetryPolicy

A retry policy for FunctionServiceConnection based on elapsed time.

FunctionServiceRetryPolicy

The retry policy for FunctionServiceConnection.

Structs

FunctionServiceBackoffPolicyOption

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

FunctionServiceConnectionIdempotencyPolicyOption

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

FunctionServicePollingPolicyOption

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

FunctionServiceRetryPolicyOption

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

Functions

MakeFunctionServiceConnection(Options)

A factory function to construct an object of type FunctionServiceConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the FunctionServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< FunctionServiceConnection >

MakeDefaultFunctionServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< FunctionServiceConnectionIdempotencyPolicy >

Type Aliases

FunctionServicePolicyOptionList

Alias Of: OptionList< FunctionServiceRetryPolicyOption, FunctionServiceBackoffPolicyOption, FunctionServicePollingPolicyOption, FunctionServiceConnectionIdempotencyPolicyOption >

The options applicable to FunctionService.