19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_SCHEMA_OPTIONS_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_SCHEMA_OPTIONS_H
22#include "google/cloud/pubsub/schema_connection.h"
23#include "google/cloud/pubsub/schema_connection_idempotency_policy.h"
24#include "google/cloud/backoff_policy.h"
25#include "google/cloud/options.h"
26#include "google/cloud/version.h"
32GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
35
36
37
38
40 using Type = std::shared_ptr<SchemaServiceRetryPolicy>;
44
45
46
47
49 using Type = std::shared_ptr<BackoffPolicy>;
53
54
55
56
62
63
64
65
66using SchemaServicePolicyOptionList =
70GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: schema_connection_idempotency_policy.h:33
Contains all the Cloud Pub/Sub C++ client types and functions.
Definition: ack_handler.h:25
The namespace Google Cloud Platform C++ client libraries.
Use with google::cloud::Options to configure the backoff policy.
Definition: schema_options.h:48
Use with google::cloud::Options to configure which operations are retried.
Definition: schema_options.h:57
Use with google::cloud::Options to configure the retry policy.
Definition: schema_options.h:39