15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_OPTIONS_H
16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_OPTIONS_H
41 #include "google/cloud/bigtable/idempotent_mutation_policy.h"
42 #include "google/cloud/bigtable/rpc_retry_policy.h"
43 #include "google/cloud/bigtable/version.h"
44 #include "google/cloud/backoff_policy.h"
45 #include "google/cloud/options.h"
74 using Type = std::string;
83 using Type = std::string;
92 using Type = std::string;
105 using Type = std::string;
114 using Type = std::chrono::milliseconds;
128 using Type = std::chrono::milliseconds;
132 using ClientOptionList =
137 using DataRetryPolicy = ::
google::
cloud::internal::TraitBasedRetryPolicy<
140 using DataLimitedTimeRetryPolicy =
144 using DataLimitedErrorCountRetryPolicy =
145 ::
google::
cloud::internal::LimitedErrorCountRetryPolicy<
150 using Type = std::shared_ptr<DataRetryPolicy>;
155 using Type = std::shared_ptr<BackoffPolicy>;
163 using DataPolicyOptionList =