Google Cloud BigQuery C++ Client 2.11.0
A C++ Client Library for Google Cloud BigQuery
Loading...
Searching...
No Matches
analytics_hub_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/analyticshub/v1/analyticshub.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_ANALYTICSHUB_V1_ANALYTICS_HUB_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_ANALYTICSHUB_V1_ANALYTICS_HUB_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/analyticshub/v1/analyticshub.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 clone() const;
40
42 google::cloud::bigquery::analyticshub::v1::ListDataExchangesRequest
43 request);
44
46 google::cloud::bigquery::analyticshub::v1::ListOrgDataExchangesRequest
47 request);
48
50 google::cloud::bigquery::analyticshub::v1::GetDataExchangeRequest const&
51 request);
52
54 google::cloud::bigquery::analyticshub::v1::
55 CreateDataExchangeRequest const& request);
56
58 google::cloud::bigquery::analyticshub::v1::
59 UpdateDataExchangeRequest const& request);
60
62 google::cloud::bigquery::analyticshub::v1::
63 DeleteDataExchangeRequest const& request);
64
66 google::cloud::bigquery::analyticshub::v1::ListListingsRequest request);
67
69 google::cloud::bigquery::analyticshub::v1::GetListingRequest const&
70 request);
71
73 google::cloud::bigquery::analyticshub::v1::CreateListingRequest const&
74 request);
75
77 google::cloud::bigquery::analyticshub::v1::UpdateListingRequest const&
78 request);
79
81 google::cloud::bigquery::analyticshub::v1::DeleteListingRequest const&
82 request);
83
85 google::cloud::bigquery::analyticshub::v1::SubscribeListingRequest const&
86 request);
87
89 google::iam::v1::GetIamPolicyRequest const& request);
90
92 google::iam::v1::SetIamPolicyRequest const& request);
93
95 google::iam::v1::TestIamPermissionsRequest const& request);
96};
97
100
101GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
102} // namespace bigquery_analyticshub_v1
103} // namespace cloud
104} // namespace google
105
106#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_ANALYTICSHUB_V1_ANALYTICS_HUB_CONNECTION_IDEMPOTENCY_POLICY_H
Definition: analytics_hub_connection_idempotency_policy.h:33
virtual google::cloud::Idempotency SetIamPolicy(google::iam::v1::SetIamPolicyRequest const &request)
virtual google::cloud::Idempotency GetDataExchange(google::cloud::bigquery::analyticshub::v1::GetDataExchangeRequest const &request)
virtual google::cloud::Idempotency SubscribeListing(google::cloud::bigquery::analyticshub::v1::SubscribeListingRequest const &request)
virtual google::cloud::Idempotency DeleteListing(google::cloud::bigquery::analyticshub::v1::DeleteListingRequest const &request)
virtual google::cloud::Idempotency GetListing(google::cloud::bigquery::analyticshub::v1::GetListingRequest const &request)
virtual google::cloud::Idempotency UpdateDataExchange(google::cloud::bigquery::analyticshub::v1::UpdateDataExchangeRequest const &request)
virtual google::cloud::Idempotency ListDataExchanges(google::cloud::bigquery::analyticshub::v1::ListDataExchangesRequest request)
virtual google::cloud::Idempotency CreateDataExchange(google::cloud::bigquery::analyticshub::v1::CreateDataExchangeRequest const &request)
virtual google::cloud::Idempotency DeleteDataExchange(google::cloud::bigquery::analyticshub::v1::DeleteDataExchangeRequest const &request)
virtual google::cloud::Idempotency GetIamPolicy(google::iam::v1::GetIamPolicyRequest const &request)
virtual google::cloud::Idempotency UpdateListing(google::cloud::bigquery::analyticshub::v1::UpdateListingRequest const &request)
virtual google::cloud::Idempotency TestIamPermissions(google::iam::v1::TestIamPermissionsRequest const &request)
virtual google::cloud::Idempotency CreateListing(google::cloud::bigquery::analyticshub::v1::CreateListingRequest const &request)
virtual google::cloud::Idempotency ListListings(google::cloud::bigquery::analyticshub::v1::ListListingsRequest request)
virtual std::unique_ptr< AnalyticsHubServiceConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
virtual google::cloud::Idempotency ListOrgDataExchanges(google::cloud::bigquery::analyticshub::v1::ListOrgDataExchangesRequest request)
Definition: analytics_hub_client.h:32
std::unique_ptr< AnalyticsHubServiceConnectionIdempotencyPolicy > MakeDefaultAnalyticsHubServiceConnectionIdempotencyPolicy()
Definition: analytics_hub_client.h:30