Namespace google::cloud::dlp_v2 (2.11.0)

Classes

DlpServiceClient

The Cloud Data Loss Prevention (DLP) API is a service that allows clients to detect the presence of Personally Identifiable Information (PII) and other privacy-sensitive data in user-supplied, unstructured data streams, like text blocks or images.

DlpServiceConnection

The DlpServiceConnection object for DlpServiceClient.

DlpServiceConnectionIdempotencyPolicy

Structs

DlpServiceBackoffPolicyOption

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

DlpServiceConnectionIdempotencyPolicyOption

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

DlpServiceRetryPolicyOption

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

Functions

MakeDlpServiceConnection(Options)

A factory function to construct an object of type DlpServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the DlpServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< DlpServiceConnection >

MakeDefaultDlpServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< DlpServiceConnectionIdempotencyPolicy >

Type Aliases

DlpServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< dlp_v2_internal::DlpServiceRetryTraits >

DlpServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< dlp_v2_internal::DlpServiceRetryTraits >

DlpServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< dlp_v2_internal::DlpServiceRetryTraits >

DlpServicePolicyOptionList

Alias Of: OptionList< DlpServiceRetryPolicyOption, DlpServiceBackoffPolicyOption, DlpServiceConnectionIdempotencyPolicyOption >

The options applicable to DlpService.