public static final class DlpServiceGrpc.DlpServiceFutureStub extends io.grpc.stub.AbstractStub<DlpServiceGrpc.DlpServiceFutureStub>
The 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. The service also includes methods for sensitive data redaction and scheduling of data scans on Google Cloud Platform based data sets.
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Operation> |
analyzeDataSourceRisk(AnalyzeDataSourceRiskRequest request)
Schedules a job to compute risk analysis metrics over content in a Google
Cloud Platform repository.
|
protected DlpServiceGrpc.DlpServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Operation> |
createInspectOperation(CreateInspectOperationRequest request)
Schedules a job scanning content in a Google Cloud Platform data
repository.
|
com.google.common.util.concurrent.ListenableFuture<DeidentifyContentResponse> |
deidentifyContent(DeidentifyContentRequest request)
De-identifies potentially sensitive info from a list of strings.
|
com.google.common.util.concurrent.ListenableFuture<InspectContentResponse> |
inspectContent(InspectContentRequest request)
Finds potentially sensitive info in a list of strings.
|
com.google.common.util.concurrent.ListenableFuture<ListInfoTypesResponse> |
listInfoTypes(ListInfoTypesRequest request)
Returns sensitive information types for given category.
|
com.google.common.util.concurrent.ListenableFuture<ListInspectFindingsResponse> |
listInspectFindings(ListInspectFindingsRequest request)
Returns list of results for given inspect operation result set id.
|
com.google.common.util.concurrent.ListenableFuture<ListRootCategoriesResponse> |
listRootCategories(ListRootCategoriesRequest request)
Returns the list of root categories of sensitive information.
|
com.google.common.util.concurrent.ListenableFuture<RedactContentResponse> |
redactContent(RedactContentRequest request)
Redacts potentially sensitive info from a list of strings.
|
protected DlpServiceGrpc.DlpServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<DlpServiceGrpc.DlpServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<InspectContentResponse> inspectContent(InspectContentRequest request)
Finds potentially sensitive info in a list of strings. This method has limits on input size, processing time, and output size.
public com.google.common.util.concurrent.ListenableFuture<RedactContentResponse> redactContent(RedactContentRequest request)
Redacts potentially sensitive info from a list of strings. This method has limits on input size, processing time, and output size.
public com.google.common.util.concurrent.ListenableFuture<DeidentifyContentResponse> deidentifyContent(DeidentifyContentRequest request)
De-identifies potentially sensitive info from a list of strings. This method has limits on input size and output size.
public com.google.common.util.concurrent.ListenableFuture<Operation> createInspectOperation(CreateInspectOperationRequest request)
Schedules a job scanning content in a Google Cloud Platform data repository.
public com.google.common.util.concurrent.ListenableFuture<Operation> analyzeDataSourceRisk(AnalyzeDataSourceRiskRequest request)
Schedules a job to compute risk analysis metrics over content in a Google Cloud Platform repository.
public com.google.common.util.concurrent.ListenableFuture<ListInspectFindingsResponse> listInspectFindings(ListInspectFindingsRequest request)
Returns list of results for given inspect operation result set id.
public com.google.common.util.concurrent.ListenableFuture<ListInfoTypesResponse> listInfoTypes(ListInfoTypesRequest request)
Returns sensitive information types for given category.
public com.google.common.util.concurrent.ListenableFuture<ListRootCategoriesResponse> listRootCategories(ListRootCategoriesRequest request)
Returns the list of root categories of sensitive information.