@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/privacy/dlp/v2beta1/dlp.proto")
public final class DlpServiceGrpc
extends java.lang.Object
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 | Class and Description |
|---|---|
static class |
DlpServiceGrpc.DlpServiceBlockingStub
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.
|
static class |
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.
|
static class |
DlpServiceGrpc.DlpServiceImplBase
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.
|
static class |
DlpServiceGrpc.DlpServiceStub
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.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<AnalyzeDataSourceRiskRequest,Operation> |
METHOD_ANALYZE_DATA_SOURCE_RISK |
static io.grpc.MethodDescriptor<CreateInspectOperationRequest,Operation> |
METHOD_CREATE_INSPECT_OPERATION |
static io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse> |
METHOD_DEIDENTIFY_CONTENT |
static io.grpc.MethodDescriptor<InspectContentRequest,InspectContentResponse> |
METHOD_INSPECT_CONTENT |
static io.grpc.MethodDescriptor<ListInfoTypesRequest,ListInfoTypesResponse> |
METHOD_LIST_INFO_TYPES |
static io.grpc.MethodDescriptor<ListInspectFindingsRequest,ListInspectFindingsResponse> |
METHOD_LIST_INSPECT_FINDINGS |
static io.grpc.MethodDescriptor<ListRootCategoriesRequest,ListRootCategoriesResponse> |
METHOD_LIST_ROOT_CATEGORIES |
static io.grpc.MethodDescriptor<RedactContentRequest,RedactContentResponse> |
METHOD_REDACT_CONTENT |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static DlpServiceGrpc.DlpServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DlpServiceGrpc.DlpServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static DlpServiceGrpc.DlpServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<InspectContentRequest,InspectContentResponse> METHOD_INSPECT_CONTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<RedactContentRequest,RedactContentResponse> METHOD_REDACT_CONTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse> METHOD_DEIDENTIFY_CONTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateInspectOperationRequest,Operation> METHOD_CREATE_INSPECT_OPERATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnalyzeDataSourceRiskRequest,Operation> METHOD_ANALYZE_DATA_SOURCE_RISK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListInspectFindingsRequest,ListInspectFindingsResponse> METHOD_LIST_INSPECT_FINDINGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListInfoTypesRequest,ListInfoTypesResponse> METHOD_LIST_INFO_TYPES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListRootCategoriesRequest,ListRootCategoriesResponse> METHOD_LIST_ROOT_CATEGORIES
public static DlpServiceGrpc.DlpServiceStub newStub(io.grpc.Channel channel)
public static DlpServiceGrpc.DlpServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DlpServiceGrpc.DlpServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()