Namespace google::cloud::accesscontextmanager_v1 (2.11.0)

Classes

AccessContextManagerClient

API for setting [access levels] [google.identity.accesscontextmanager.v1.AccessLevel] and [service perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] for Google Cloud projects.

AccessContextManagerConnection

The AccessContextManagerConnection object for AccessContextManagerClient.

AccessContextManagerConnectionIdempotencyPolicy

Structs

AccessContextManagerBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

AccessContextManagerConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

AccessContextManagerPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

AccessContextManagerRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeAccessContextManagerConnection(Options)

A factory function to construct an object of type AccessContextManagerConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AccessContextManagerClient.

The optional options argument may be used to configure aspects of the returned AccessContextManagerConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the AccessContextManagerConnection created by this function.

Returns
Type Description
std::shared_ptr< AccessContextManagerConnection >

MakeDefaultAccessContextManagerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< AccessContextManagerConnectionIdempotencyPolicy >

Type Aliases

AccessContextManagerRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< accesscontextmanager_v1_internal::AccessContextManagerRetryTraits >

AccessContextManagerLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< accesscontextmanager_v1_internal::AccessContextManagerRetryTraits >

AccessContextManagerLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< accesscontextmanager_v1_internal::AccessContextManagerRetryTraits >

AccessContextManagerPolicyOptionList

Alias Of: OptionList< AccessContextManagerRetryPolicyOption, AccessContextManagerBackoffPolicyOption, AccessContextManagerPollingPolicyOption, AccessContextManagerConnectionIdempotencyPolicyOption >

The options applicable to AccessContextManager.