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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< FunctionServiceConnection > |
MakeDefaultFunctionServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< FunctionServiceConnectionIdempotencyPolicy > |