Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
bigtable_table_admin_connection_idempotency_policy.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_table_admin.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_TABLE_ADMIN_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_TABLE_ADMIN_CONNECTION_IDEMPOTENCY_POLICY_H
21
22#include "google/cloud/idempotency.h"
23#include "google/cloud/internal/retry_policy.h"
24#include "google/cloud/version.h"
25#include <google/bigtable/admin/v2/bigtable_table_admin.grpc.pb.h>
26#include <memory>
27
28namespace google {
29namespace cloud {
30namespace bigtable_admin {
31GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
32
34 public:
36
37 /// Create a new copy of this object.
39 const;
40
42 google::bigtable::admin::v2::CreateTableRequest const& request);
43
45 google::bigtable::admin::v2::ListTablesRequest request);
46
48 google::bigtable::admin::v2::GetTableRequest const& request);
49
51 google::bigtable::admin::v2::UpdateTableRequest const& request);
52
54 google::bigtable::admin::v2::DeleteTableRequest const& request);
55
57 google::bigtable::admin::v2::UndeleteTableRequest const& request);
58
60 google::bigtable::admin::v2::ModifyColumnFamiliesRequest const& request);
61
63 google::bigtable::admin::v2::DropRowRangeRequest const& request);
64
66 google::bigtable::admin::v2::GenerateConsistencyTokenRequest const&
67 request);
68
70 google::bigtable::admin::v2::CheckConsistencyRequest const& request);
71
73 google::bigtable::admin::v2::CreateBackupRequest const& request);
74
76 google::bigtable::admin::v2::GetBackupRequest const& request);
77
79 google::bigtable::admin::v2::UpdateBackupRequest const& request);
80
82 google::bigtable::admin::v2::DeleteBackupRequest const& request);
83
85 google::bigtable::admin::v2::ListBackupsRequest request);
86
88 google::bigtable::admin::v2::RestoreTableRequest const& request);
89
91 google::iam::v1::GetIamPolicyRequest const& request);
92
94 google::iam::v1::SetIamPolicyRequest const& request);
95
97 google::iam::v1::TestIamPermissionsRequest const& request);
98};
99
102
103GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
104} // namespace bigtable_admin
105} // namespace cloud
106} // namespace google
107
108#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ADMIN_BIGTABLE_TABLE_ADMIN_CONNECTION_IDEMPOTENCY_POLICY_H
Definition: bigtable_table_admin_connection_idempotency_policy.h:33
virtual google::cloud::Idempotency UndeleteTable(google::bigtable::admin::v2::UndeleteTableRequest const &request)
virtual google::cloud::Idempotency GetTable(google::bigtable::admin::v2::GetTableRequest const &request)
virtual google::cloud::Idempotency DeleteBackup(google::bigtable::admin::v2::DeleteBackupRequest const &request)
virtual google::cloud::Idempotency ModifyColumnFamilies(google::bigtable::admin::v2::ModifyColumnFamiliesRequest const &request)
virtual google::cloud::Idempotency CheckConsistency(google::bigtable::admin::v2::CheckConsistencyRequest const &request)
virtual google::cloud::Idempotency UpdateBackup(google::bigtable::admin::v2::UpdateBackupRequest const &request)
virtual google::cloud::Idempotency ListTables(google::bigtable::admin::v2::ListTablesRequest request)
virtual google::cloud::Idempotency CreateBackup(google::bigtable::admin::v2::CreateBackupRequest const &request)
virtual google::cloud::Idempotency GetBackup(google::bigtable::admin::v2::GetBackupRequest const &request)
virtual google::cloud::Idempotency GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &request)
virtual google::cloud::Idempotency RestoreTable(google::bigtable::admin::v2::RestoreTableRequest const &request)
virtual google::cloud::Idempotency TestIamPermissions(google::iam::v1::TestIamPermissionsRequest const &request)
virtual google::cloud::Idempotency SetIamPolicy(google::iam::v1::SetIamPolicyRequest const &request)
virtual google::cloud::Idempotency ListBackups(google::bigtable::admin::v2::ListBackupsRequest request)
virtual google::cloud::Idempotency DropRowRange(google::bigtable::admin::v2::DropRowRangeRequest const &request)
virtual google::cloud::Idempotency CreateTable(google::bigtable::admin::v2::CreateTableRequest const &request)
virtual google::cloud::Idempotency GenerateConsistencyToken(google::bigtable::admin::v2::GenerateConsistencyTokenRequest const &request)
virtual std::unique_ptr< BigtableTableAdminConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
virtual google::cloud::Idempotency UpdateTable(google::bigtable::admin::v2::UpdateTableRequest const &request)
virtual google::cloud::Idempotency DeleteTable(google::bigtable::admin::v2::DeleteTableRequest const &request)
Definition: bigtable_instance_admin_client.h:35
std::unique_ptr< BigtableTableAdminConnectionIdempotencyPolicy > MakeDefaultBigtableTableAdminConnectionIdempotencyPolicy()