19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_CONTAINER_V1_CLUSTER_MANAGER_OPTIONS_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_CONTAINER_V1_CLUSTER_MANAGER_OPTIONS_H
22#include "google/cloud/container/v1/cluster_manager_connection.h"
23#include "google/cloud/container/v1/cluster_manager_connection_idempotency_policy.h"
24#include "google/cloud/backoff_policy.h"
25#include "google/cloud/options.h"
26#include "google/cloud/version.h"
32GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
35
36
37
38
40 using Type = std::shared_ptr<ClusterManagerRetryPolicy>;
44
45
46
47
49 using Type = std::shared_ptr<BackoffPolicy>;
53
54
55
56
62
63
64
65
66using ClusterManagerPolicyOptionList =
71GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: cluster_manager_connection_idempotency_policy.h:33
Definition: cluster_manager_client.h:33
Use with google::cloud::Options to configure the backoff policy.
Definition: cluster_manager_options.h:48
Use with google::cloud::Options to configure which operations are retried.
Definition: cluster_manager_options.h:57
Use with google::cloud::Options to configure the retry policy.
Definition: cluster_manager_options.h:39