Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
bigtable_instance_admin_options.h
1// Copyright 2021 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// https://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Generated by the Codegen C++ plugin.
16// If you make any local changes, they will be lost.
17// source: google/bigtable/admin/v2/bigtable_instance_admin.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_INSTANCE_ADMIN_OPTIONS_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_INSTANCE_ADMIN_OPTIONS_H
21
22#include "google/cloud/bigtable/admin/bigtable_instance_admin_connection.h"
23#include "google/cloud/bigtable/admin/bigtable_instance_admin_connection_idempotency_policy.h"
24#include "google/cloud/backoff_policy.h"
25#include "google/cloud/options.h"
26#include "google/cloud/version.h"
27#include <memory>
28
29namespace google {
30namespace cloud {
31namespace bigtable_admin {
32GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
33
34/**
35 * Use with `google::cloud::Options` to configure the retry policy.
36 *
37 * @ingroup google-cloud-bigtable-options
38 */
40 using Type = std::shared_ptr<BigtableInstanceAdminRetryPolicy>;
41};
42
43/**
44 * Use with `google::cloud::Options` to configure the backoff policy.
45 *
46 * @ingroup google-cloud-bigtable-options
47 */
49 using Type = std::shared_ptr<BackoffPolicy>;
50};
51
52/**
53 * Use with `google::cloud::Options` to configure which operations are retried.
54 *
55 * @ingroup google-cloud-bigtable-options
56 */
58 using Type =
60};
61
62/**
63 * Use with `google::cloud::Options` to configure the long-running operations
64 * polling policy.
65 *
66 * @ingroup google-cloud-bigtable-options
67 */
69 using Type = std::shared_ptr<PollingPolicy>;
70};
71
72/**
73 * The options applicable to BigtableInstanceAdmin.
74 *
75 * @ingroup google-cloud-bigtable-options
76 */
77using BigtableInstanceAdminPolicyOptionList =
82
83GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
84} // namespace bigtable_admin
85} // namespace cloud
86} // namespace google
87
88#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_INSTANCE_ADMIN_OPTIONS_H
Definition: bigtable_instance_admin_connection_idempotency_policy.h:33
Definition: bigtable_instance_admin_client.h:35
Use with google::cloud::Options to configure the backoff policy.
Definition: bigtable_instance_admin_options.h:48
Use with google::cloud::Options to configure which operations are retried.
Definition: bigtable_instance_admin_options.h:57
Use with google::cloud::Options to configure the long-running operations polling policy.
Definition: bigtable_instance_admin_options.h:68
Use with google::cloud::Options to configure the retry policy.
Definition: bigtable_instance_admin_options.h:39