Classes
DatastreamClient
Datastream service.
DatastreamConnection
The DatastreamConnection object for DatastreamClient.
DatastreamConnectionIdempotencyPolicy
DatastreamLimitedErrorCountRetryPolicy
A retry policy for DatastreamConnection based on counting errors.
DatastreamLimitedTimeRetryPolicy
A retry policy for DatastreamConnection based on elapsed time.
DatastreamRetryPolicy
The retry policy for DatastreamConnection.
Structs
DatastreamBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DatastreamConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DatastreamPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DatastreamRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDatastreamConnection(Options)
A factory function to construct an object of type DatastreamConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DatastreamClient.
The optional options argument may be used to configure aspects of the returned DatastreamConnection. 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< DatastreamConnection > |
|
MakeDefaultDatastreamConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DatastreamConnectionIdempotencyPolicy > |
|