diff --git a/java/grpc-google-cloud-dlp-v2beta1/0.1.29/apidocs/allclasses-frame.html b/java/grpc-google-cloud-dlp-v2beta1/0.1.29/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..2d7a07506c --- /dev/null +++ b/java/grpc-google-cloud-dlp-v2beta1/0.1.29/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class DlpServiceGrpc.DlpServiceBlockingStub +extends io.grpc.stub.AbstractStub<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. + 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.longrunning.Operation |
+analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request)
+
+ Schedules a job to compute risk analysis metrics over content in a Google
+ Cloud Platform repository.
+ |
+
protected DlpServiceGrpc.DlpServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.longrunning.Operation |
+createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request)
+
+ Schedules a job scanning content in a Google Cloud Platform data
+ repository.
+ |
+
com.google.privacy.dlp.v2beta1.DeidentifyContentResponse |
+deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request)
+
+ De-identifies potentially sensitive info from a list of strings.
+ |
+
com.google.privacy.dlp.v2beta1.InspectContentResponse |
+inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request)
+
+ Finds potentially sensitive info in a list of strings.
+ |
+
com.google.privacy.dlp.v2beta1.ListInfoTypesResponse |
+listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request)
+
+ Returns sensitive information types for given category.
+ |
+
com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse |
+listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request)
+
+ Returns list of results for given inspect operation result set id.
+ |
+
com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse |
+listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request)
+
+ Returns the list of root categories of sensitive information.
+ |
+
com.google.privacy.dlp.v2beta1.RedactContentResponse |
+redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request)
+
+ Redacts potentially sensitive info from a list of strings.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected DlpServiceGrpc.DlpServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<DlpServiceGrpc.DlpServiceBlockingStub>public com.google.privacy.dlp.v2beta1.InspectContentResponse inspectContent(com.google.privacy.dlp.v2beta1.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.privacy.dlp.v2beta1.RedactContentResponse redactContent(com.google.privacy.dlp.v2beta1.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.privacy.dlp.v2beta1.DeidentifyContentResponse deidentifyContent(com.google.privacy.dlp.v2beta1.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.longrunning.Operation createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request)+
+ Schedules a job scanning content in a Google Cloud Platform data + repository. +
public com.google.longrunning.Operation analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request)+
+ Schedules a job to compute risk analysis metrics over content in a Google + Cloud Platform repository. +
public com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request)+
+ Returns list of results for given inspect operation result set id. +
public com.google.privacy.dlp.v2beta1.ListInfoTypesResponse listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request)+
+ Returns sensitive information types for given category. +
public com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request)+
+ Returns the list of root categories of sensitive information. +
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<com.google.longrunning.Operation> |
+analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.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<com.google.longrunning.Operation> |
+createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request)
+
+ Schedules a job scanning content in a Google Cloud Platform data
+ repository.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> |
+deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request)
+
+ De-identifies potentially sensitive info from a list of strings.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.InspectContentResponse> |
+inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request)
+
+ Finds potentially sensitive info in a list of strings.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> |
+listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request)
+
+ Returns sensitive information types for given category.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> |
+listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request)
+
+ Returns list of results for given inspect operation result set id.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> |
+listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request)
+
+ Returns the list of root categories of sensitive information.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.RedactContentResponse> |
+redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request)
+
+ Redacts potentially sensitive info from a list of strings.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected 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<com.google.privacy.dlp.v2beta1.InspectContentResponse> inspectContent(com.google.privacy.dlp.v2beta1.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<com.google.privacy.dlp.v2beta1.RedactContentResponse> redactContent(com.google.privacy.dlp.v2beta1.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<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> deidentifyContent(com.google.privacy.dlp.v2beta1.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<com.google.longrunning.Operation> createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request)+
+ Schedules a job scanning content in a Google Cloud Platform data + repository. +
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.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<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request)+
+ Returns list of results for given inspect operation result set id. +
public com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request)+
+ Returns sensitive information types for given category. +
public com.google.common.util.concurrent.ListenableFuture<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request)+
+ Returns the list of root categories of sensitive information. +
public abstract static class DlpServiceGrpc.DlpServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ 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. +
| Constructor and Description | +
|---|
DlpServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Schedules a job to compute risk analysis metrics over content in a Google
+ Cloud Platform repository.
+ |
+
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Schedules a job scanning content in a Google Cloud Platform data
+ repository.
+ |
+
void |
+deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> responseObserver)
+
+ De-identifies potentially sensitive info from a list of strings.
+ |
+
void |
+inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.InspectContentResponse> responseObserver)
+
+ Finds potentially sensitive info in a list of strings.
+ |
+
void |
+listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> responseObserver)
+
+ Returns sensitive information types for given category.
+ |
+
void |
+listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> responseObserver)
+
+ Returns list of results for given inspect operation result set id.
+ |
+
void |
+listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> responseObserver)
+
+ Returns the list of root categories of sensitive information.
+ |
+
void |
+redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.RedactContentResponse> responseObserver)
+
+ Redacts potentially sensitive info from a list of strings.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.InspectContentResponse> responseObserver)+
+ Finds potentially sensitive info in a list of strings. + This method has limits on input size, processing time, and output size. +
public void redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.RedactContentResponse> responseObserver)+
+ Redacts potentially sensitive info from a list of strings. + This method has limits on input size, processing time, and output size. +
public void deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> responseObserver)+
+ De-identifies potentially sensitive info from a list of strings. + This method has limits on input size and output size. +
public void createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Schedules a job scanning content in a Google Cloud Platform data + repository. +
public void analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Schedules a job to compute risk analysis metrics over content in a Google + Cloud Platform repository. +
public void listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> responseObserver)+
+ Returns list of results for given inspect operation result set id. +
public void listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> responseObserver)+
+ Returns sensitive information types for given category. +
public void listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> responseObserver)+
+ Returns the list of root categories of sensitive information. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class DlpServiceGrpc.DlpServiceStub +extends io.grpc.stub.AbstractStub<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. + 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 | +
|---|---|
void |
+analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Schedules a job to compute risk analysis metrics over content in a Google
+ Cloud Platform repository.
+ |
+
protected DlpServiceGrpc.DlpServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Schedules a job scanning content in a Google Cloud Platform data
+ repository.
+ |
+
void |
+deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> responseObserver)
+
+ De-identifies potentially sensitive info from a list of strings.
+ |
+
void |
+inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.InspectContentResponse> responseObserver)
+
+ Finds potentially sensitive info in a list of strings.
+ |
+
void |
+listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> responseObserver)
+
+ Returns sensitive information types for given category.
+ |
+
void |
+listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> responseObserver)
+
+ Returns list of results for given inspect operation result set id.
+ |
+
void |
+listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> responseObserver)
+
+ Returns the list of root categories of sensitive information.
+ |
+
void |
+redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request,
+ io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.RedactContentResponse> responseObserver)
+
+ Redacts potentially sensitive info from a list of strings.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected DlpServiceGrpc.DlpServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<DlpServiceGrpc.DlpServiceStub>public void inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.InspectContentResponse> responseObserver)+
+ Finds potentially sensitive info in a list of strings. + This method has limits on input size, processing time, and output size. +
public void redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.RedactContentResponse> responseObserver)+
+ Redacts potentially sensitive info from a list of strings. + This method has limits on input size, processing time, and output size. +
public void deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> responseObserver)+
+ De-identifies potentially sensitive info from a list of strings. + This method has limits on input size and output size. +
public void createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Schedules a job scanning content in a Google Cloud Platform data + repository. +
public void analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Schedules a job to compute risk analysis metrics over content in a Google + Cloud Platform repository. +
public void listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> responseObserver)+
+ Returns list of results for given inspect operation result set id. +
public void listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> responseObserver)+
+ Returns sensitive information types for given category. +
public void listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request, + io.grpc.stub.StreamObserver<com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> responseObserver)+
+ Returns the list of root categories of sensitive information. +
@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<com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest,com.google.longrunning.Operation> |
+METHOD_ANALYZE_DATA_SOURCE_RISK |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest,com.google.longrunning.Operation> |
+METHOD_CREATE_INSPECT_OPERATION |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.DeidentifyContentRequest,com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> |
+METHOD_DEIDENTIFY_CONTENT |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.InspectContentRequest,com.google.privacy.dlp.v2beta1.InspectContentResponse> |
+METHOD_INSPECT_CONTENT |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListInfoTypesRequest,com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> |
+METHOD_LIST_INFO_TYPES |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest,com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> |
+METHOD_LIST_INSPECT_FINDINGS |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest,com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse> |
+METHOD_LIST_ROOT_CATEGORIES |
+
static io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.RedactContentRequest,com.google.privacy.dlp.v2beta1.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
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.InspectContentRequest,com.google.privacy.dlp.v2beta1.InspectContentResponse> METHOD_INSPECT_CONTENT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.RedactContentRequest,com.google.privacy.dlp.v2beta1.RedactContentResponse> METHOD_REDACT_CONTENT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.DeidentifyContentRequest,com.google.privacy.dlp.v2beta1.DeidentifyContentResponse> METHOD_DEIDENTIFY_CONTENT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest,com.google.longrunning.Operation> METHOD_CREATE_INSPECT_OPERATION+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest,com.google.longrunning.Operation> METHOD_ANALYZE_DATA_SOURCE_RISK+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest,com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse> METHOD_LIST_INSPECT_FINDINGS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListInfoTypesRequest,com.google.privacy.dlp.v2beta1.ListInfoTypesResponse> METHOD_LIST_INFO_TYPES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest,com.google.privacy.dlp.v2beta1.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()+
| Class | +Description | +
|---|---|
| DlpServiceGrpc | +
+
+ 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.
+ |
+
| 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.
+ |
+
| 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.
+ |
+
| 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.
+ |
+
| 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 | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.privacy.dlp.v2beta1.DlpService" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+