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
DlpServiceLimitedErrorCountRetryPolicy
A retry policy for DlpServiceConnection
based on counting errors.
DlpServiceLimitedTimeRetryPolicy
A retry policy for DlpServiceConnection
based on elapsed time.
DlpServiceRetryPolicy
The retry policy for DlpServiceConnection
.
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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DlpServiceConnection > |
MakeDefaultDlpServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DlpServiceConnectionIdempotencyPolicy > |
Type Aliases
DlpServicePolicyOptionList
OptionList< DlpServiceRetryPolicyOption, DlpServiceBackoffPolicyOption, DlpServiceConnectionIdempotencyPolicyOption >
The options applicable to DlpService.