Namespace google::cloud::bigquery_datapolicies_v1 (2.11.0)

Classes

DataPolicyServiceClient

Data Policy Service provides APIs for managing the label-policy bindings.

DataPolicyServiceConnection

The DataPolicyServiceConnection object for DataPolicyServiceClient.

DataPolicyServiceConnectionIdempotencyPolicy

Structs

DataPolicyServiceBackoffPolicyOption

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

DataPolicyServiceConnectionIdempotencyPolicyOption

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

DataPolicyServiceRetryPolicyOption

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

Functions

MakeDataPolicyServiceConnection(Options)

A factory function to construct an object of type DataPolicyServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the DataPolicyServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< DataPolicyServiceConnection >

MakeDefaultDataPolicyServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< DataPolicyServiceConnectionIdempotencyPolicy >

Type Aliases

DataPolicyServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_datapolicies_v1_internal::DataPolicyServiceRetryTraits >

DataPolicyServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_datapolicies_v1_internal::DataPolicyServiceRetryTraits >

DataPolicyServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_datapolicies_v1_internal::DataPolicyServiceRetryTraits >

DataPolicyServicePolicyOptionList

Alias Of: OptionList< DataPolicyServiceRetryPolicyOption, DataPolicyServiceBackoffPolicyOption, DataPolicyServiceConnectionIdempotencyPolicyOption >

The options applicable to DataPolicyService.