Google Cloud BigQuery C++ Client 2.10.1
A C++ Client Library for Google Cloud BigQuery
Loading...
Searching...
No Matches
data_policy_connection_idempotency_policy.h
1// Copyright 2022 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/cloud/bigquery/datapolicies/v1/datapolicy.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_DATAPOLICIES_V1_DATA_POLICY_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_DATAPOLICIES_V1_DATA_POLICY_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/cloud/bigquery/datapolicies/v1/datapolicy.grpc.pb.h>
26#include <memory>
27
28namespace google {
29namespace cloud {
31GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
32
34 public:
36
37 /// Create a new copy of this object.
39 const;
40
42 google::cloud::bigquery::datapolicies::v1::CreateDataPolicyRequest const&
43 request);
44
46 google::cloud::bigquery::datapolicies::v1::UpdateDataPolicyRequest const&
47 request);
48
50 google::cloud::bigquery::datapolicies::v1::RenameDataPolicyRequest const&
51 request);
52
54 google::cloud::bigquery::datapolicies::v1::DeleteDataPolicyRequest const&
55 request);
56
58 google::cloud::bigquery::datapolicies::v1::GetDataPolicyRequest const&
59 request);
60
62 google::cloud::bigquery::datapolicies::v1::ListDataPoliciesRequest
63 request);
64
66 google::iam::v1::GetIamPolicyRequest const& request);
67
69 google::iam::v1::SetIamPolicyRequest const& request);
70
72 google::iam::v1::TestIamPermissionsRequest const& request);
73};
74
77
78GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
79} // namespace bigquery_datapolicies_v1
80} // namespace cloud
81} // namespace google
82
83#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_DATAPOLICIES_V1_DATA_POLICY_CONNECTION_IDEMPOTENCY_POLICY_H
Definition: data_policy_connection_idempotency_policy.h:33
virtual google::cloud::Idempotency GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &request)
virtual google::cloud::Idempotency GetDataPolicy(google::cloud::bigquery::datapolicies::v1::GetDataPolicyRequest 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 ListDataPolicies(google::cloud::bigquery::datapolicies::v1::ListDataPoliciesRequest request)
virtual google::cloud::Idempotency DeleteDataPolicy(google::cloud::bigquery::datapolicies::v1::DeleteDataPolicyRequest const &request)
virtual google::cloud::Idempotency CreateDataPolicy(google::cloud::bigquery::datapolicies::v1::CreateDataPolicyRequest const &request)
virtual std::unique_ptr< DataPolicyServiceConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
virtual google::cloud::Idempotency RenameDataPolicy(google::cloud::bigquery::datapolicies::v1::RenameDataPolicyRequest const &request)
virtual google::cloud::Idempotency UpdateDataPolicy(google::cloud::bigquery::datapolicies::v1::UpdateDataPolicyRequest const &request)
Definition: data_policy_client.h:32
std::unique_ptr< DataPolicyServiceConnectionIdempotencyPolicy > MakeDefaultDataPolicyServiceConnectionIdempotencyPolicy()
Definition: analytics_hub_client.h:30