Google Cloud IAM C++ Client 2.13.0
A C++ Client Library for Google Cloud IAM
Loading...
Searching...
No Matches
policies_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/iam/v2/policy.proto
18
19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_IAM_V2_POLICIES_CONNECTION_IDEMPOTENCY_POLICY_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_IAM_V2_POLICIES_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/iam/v2/policy.grpc.pb.h>
26#include <memory>
27
28namespace google {
29namespace cloud {
30namespace iam_v2 {
31GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
32
34 public:
36
37 /// Create a new copy of this object.
38 virtual std::unique_ptr<PoliciesConnectionIdempotencyPolicy> clone() const;
39
41 google::iam::v2::ListPoliciesRequest request);
42
44 google::iam::v2::GetPolicyRequest const& request);
45
47 google::iam::v2::CreatePolicyRequest const& request);
48
50 google::iam::v2::UpdatePolicyRequest const& request);
51
53 google::iam::v2::DeletePolicyRequest const& request);
54};
55
58
59GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
60} // namespace iam_v2
61} // namespace cloud
62} // namespace google
63
64#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_IAM_V2_POLICIES_CONNECTION_IDEMPOTENCY_POLICY_H
Definition: policies_connection_idempotency_policy.h:33
virtual std::unique_ptr< PoliciesConnectionIdempotencyPolicy > clone() const
Create a new copy of this object.
virtual google::cloud::Idempotency ListPolicies(google::iam::v2::ListPoliciesRequest request)
virtual google::cloud::Idempotency DeletePolicy(google::iam::v2::DeletePolicyRequest const &request)
virtual google::cloud::Idempotency UpdatePolicy(google::iam::v2::UpdatePolicyRequest const &request)
virtual google::cloud::Idempotency GetPolicy(google::iam::v2::GetPolicyRequest const &request)
virtual google::cloud::Idempotency CreatePolicy(google::iam::v2::CreatePolicyRequest const &request)
Definition: policies_client.h:34
std::unique_ptr< PoliciesConnectionIdempotencyPolicy > MakeDefaultPoliciesConnectionIdempotencyPolicy()