Classes
DatastreamClient
Datastream service.
DatastreamConnection
The DatastreamConnection object for DatastreamClient.
DatastreamConnectionIdempotencyPolicy
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 |
(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DatastreamConnection > |
|
MakeDefaultDatastreamConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DatastreamConnectionIdempotencyPolicy > |
|
Type Aliases
DatastreamRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< datastream_v1_internal::DatastreamRetryTraits >
DatastreamLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< datastream_v1_internal::DatastreamRetryTraits >
DatastreamLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< datastream_v1_internal::DatastreamRetryTraits >
DatastreamPolicyOptionList
OptionList< DatastreamRetryPolicyOption, DatastreamBackoffPolicyOption, DatastreamPollingPolicyOption, DatastreamConnectionIdempotencyPolicyOption >
The options applicable to Datastream.