Class DlpServiceGrpc.DlpServiceBlockingStub (3.1.4)

public static final class DlpServiceGrpc.DlpServiceBlockingStub extends AbstractBlockingStub<DlpServiceGrpc.DlpServiceBlockingStub>

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. The service also includes methods for sensitive data redaction and scheduling of data scans on Google Cloud Platform based data sets. To learn more about concepts and find how-to guides see https://cloud.google.com/dlp/docs/.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > DlpServiceGrpc.DlpServiceBlockingStub

Methods

activateJobTrigger(ActivateJobTriggerRequest request)

public DlpJob activateJobTrigger(ActivateJobTriggerRequest request)

Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

Parameter
NameDescription
requestActivateJobTriggerRequest
Returns
TypeDescription
DlpJob

build(Channel channel, CallOptions callOptions)

protected DlpServiceGrpc.DlpServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
DlpServiceGrpc.DlpServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

cancelDlpJob(CancelDlpJobRequest request)

public Empty cancelDlpJob(CancelDlpJobRequest request)

Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

Parameter
NameDescription
requestCancelDlpJobRequest
Returns
TypeDescription
Empty

createDeidentifyTemplate(CreateDeidentifyTemplateRequest request)

public DeidentifyTemplate createDeidentifyTemplate(CreateDeidentifyTemplateRequest request)

Creates a DeidentifyTemplate for re-using frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

Parameter
NameDescription
requestCreateDeidentifyTemplateRequest
Returns
TypeDescription
DeidentifyTemplate

createDlpJob(CreateDlpJobRequest request)

public DlpJob createDlpJob(CreateDlpJobRequest request)

Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

Parameter
NameDescription
requestCreateDlpJobRequest
Returns
TypeDescription
DlpJob

createInspectTemplate(CreateInspectTemplateRequest request)

public InspectTemplate createInspectTemplate(CreateInspectTemplateRequest request)

Creates an InspectTemplate for re-using frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

Parameter
NameDescription
requestCreateInspectTemplateRequest
Returns
TypeDescription
InspectTemplate

createJobTrigger(CreateJobTriggerRequest request)

public JobTrigger createJobTrigger(CreateJobTriggerRequest request)

Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

Parameter
NameDescription
requestCreateJobTriggerRequest
Returns
TypeDescription
JobTrigger

createStoredInfoType(CreateStoredInfoTypeRequest request)

public StoredInfoType createStoredInfoType(CreateStoredInfoTypeRequest request)

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Parameter
NameDescription
requestCreateStoredInfoTypeRequest
Returns
TypeDescription
StoredInfoType

deidentifyContent(DeidentifyContentRequest request)

public DeidentifyContentResponse deidentifyContent(DeidentifyContentRequest request)

De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

Parameter
NameDescription
requestDeidentifyContentRequest
Returns
TypeDescription
DeidentifyContentResponse

deleteDeidentifyTemplate(DeleteDeidentifyTemplateRequest request)

public Empty deleteDeidentifyTemplate(DeleteDeidentifyTemplateRequest request)

Deletes a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

Parameter
NameDescription
requestDeleteDeidentifyTemplateRequest
Returns
TypeDescription
Empty

deleteDlpJob(DeleteDlpJobRequest request)

public Empty deleteDlpJob(DeleteDlpJobRequest request)

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

Parameter
NameDescription
requestDeleteDlpJobRequest
Returns
TypeDescription
Empty

deleteInspectTemplate(DeleteInspectTemplateRequest request)

public Empty deleteInspectTemplate(DeleteInspectTemplateRequest request)

Deletes an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

Parameter
NameDescription
requestDeleteInspectTemplateRequest
Returns
TypeDescription
Empty

deleteJobTrigger(DeleteJobTriggerRequest request)

public Empty deleteJobTrigger(DeleteJobTriggerRequest request)

Deletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

Parameter
NameDescription
requestDeleteJobTriggerRequest
Returns
TypeDescription
Empty

deleteStoredInfoType(DeleteStoredInfoTypeRequest request)

public Empty deleteStoredInfoType(DeleteStoredInfoTypeRequest request)

Deletes a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Parameter
NameDescription
requestDeleteStoredInfoTypeRequest
Returns
TypeDescription
Empty

finishDlpJob(FinishDlpJobRequest request)

public Empty finishDlpJob(FinishDlpJobRequest request)

Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run.

Parameter
NameDescription
requestFinishDlpJobRequest
Returns
TypeDescription
Empty

getDeidentifyTemplate(GetDeidentifyTemplateRequest request)

public DeidentifyTemplate getDeidentifyTemplate(GetDeidentifyTemplateRequest request)

Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

Parameter
NameDescription
requestGetDeidentifyTemplateRequest
Returns
TypeDescription
DeidentifyTemplate

getDlpJob(GetDlpJobRequest request)

public DlpJob getDlpJob(GetDlpJobRequest request)

Gets the latest state of a long-running DlpJob. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

Parameter
NameDescription
requestGetDlpJobRequest
Returns
TypeDescription
DlpJob

getInspectTemplate(GetInspectTemplateRequest request)

public InspectTemplate getInspectTemplate(GetInspectTemplateRequest request)

Gets an InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

Parameter
NameDescription
requestGetInspectTemplateRequest
Returns
TypeDescription
InspectTemplate

getJobTrigger(GetJobTriggerRequest request)

public JobTrigger getJobTrigger(GetJobTriggerRequest request)

Gets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

Parameter
NameDescription
requestGetJobTriggerRequest
Returns
TypeDescription
JobTrigger

getStoredInfoType(GetStoredInfoTypeRequest request)

public StoredInfoType getStoredInfoType(GetStoredInfoTypeRequest request)

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Parameter
NameDescription
requestGetStoredInfoTypeRequest
Returns
TypeDescription
StoredInfoType

hybridInspectDlpJob(HybridInspectDlpJobRequest request)

public HybridInspectResponse hybridInspectDlpJob(HybridInspectDlpJobRequest request)

Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.

Parameter
NameDescription
requestHybridInspectDlpJobRequest
Returns
TypeDescription
HybridInspectResponse

hybridInspectJobTrigger(HybridInspectJobTriggerRequest request)

public HybridInspectResponse hybridInspectJobTrigger(HybridInspectJobTriggerRequest request)

Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.

Parameter
NameDescription
requestHybridInspectJobTriggerRequest
Returns
TypeDescription
HybridInspectResponse

inspectContent(InspectContentRequest request)

public InspectContentResponse inspectContent(InspectContentRequest request)

Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images and https://cloud.google.com/dlp/docs/inspecting-text,

Parameter
NameDescription
requestInspectContentRequest
Returns
TypeDescription
InspectContentResponse

listDeidentifyTemplates(ListDeidentifyTemplatesRequest request)

public ListDeidentifyTemplatesResponse listDeidentifyTemplates(ListDeidentifyTemplatesRequest request)

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

Parameter
NameDescription
requestListDeidentifyTemplatesRequest
Returns
TypeDescription
ListDeidentifyTemplatesResponse

listDlpJobs(ListDlpJobsRequest request)

public ListDlpJobsResponse listDlpJobs(ListDlpJobsRequest request)

Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

Parameter
NameDescription
requestListDlpJobsRequest
Returns
TypeDescription
ListDlpJobsResponse

listInfoTypes(ListInfoTypesRequest request)

public ListInfoTypesResponse listInfoTypes(ListInfoTypesRequest request)

Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.

Parameter
NameDescription
requestListInfoTypesRequest
Returns
TypeDescription
ListInfoTypesResponse

listInspectTemplates(ListInspectTemplatesRequest request)

public ListInspectTemplatesResponse listInspectTemplates(ListInspectTemplatesRequest request)

Lists InspectTemplates. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

Parameter
NameDescription
requestListInspectTemplatesRequest
Returns
TypeDescription
ListInspectTemplatesResponse

listJobTriggers(ListJobTriggersRequest request)

public ListJobTriggersResponse listJobTriggers(ListJobTriggersRequest request)

Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

Parameter
NameDescription
requestListJobTriggersRequest
Returns
TypeDescription
ListJobTriggersResponse

listStoredInfoTypes(ListStoredInfoTypesRequest request)

public ListStoredInfoTypesResponse listStoredInfoTypes(ListStoredInfoTypesRequest request)

Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Parameter
NameDescription
requestListStoredInfoTypesRequest
Returns
TypeDescription
ListStoredInfoTypesResponse

redactImage(RedactImageRequest request)

public RedactImageResponse redactImage(RedactImageRequest request)

Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

Parameter
NameDescription
requestRedactImageRequest
Returns
TypeDescription
RedactImageResponse

reidentifyContent(ReidentifyContentRequest request)

public ReidentifyContentResponse reidentifyContent(ReidentifyContentRequest request)

Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.

Parameter
NameDescription
requestReidentifyContentRequest
Returns
TypeDescription
ReidentifyContentResponse

updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request)

public DeidentifyTemplate updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request)

Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.

Parameter
NameDescription
requestUpdateDeidentifyTemplateRequest
Returns
TypeDescription
DeidentifyTemplate

updateInspectTemplate(UpdateInspectTemplateRequest request)

public InspectTemplate updateInspectTemplate(UpdateInspectTemplateRequest request)

Updates the InspectTemplate. See https://cloud.google.com/dlp/docs/creating-templates to learn more.

Parameter
NameDescription
requestUpdateInspectTemplateRequest
Returns
TypeDescription
InspectTemplate

updateJobTrigger(UpdateJobTriggerRequest request)

public JobTrigger updateJobTrigger(UpdateJobTriggerRequest request)

Updates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.

Parameter
NameDescription
requestUpdateJobTriggerRequest
Returns
TypeDescription
JobTrigger

updateStoredInfoType(UpdateStoredInfoTypeRequest request)

public StoredInfoType updateStoredInfoType(UpdateStoredInfoTypeRequest request)

Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Parameter
NameDescription
requestUpdateStoredInfoTypeRequest
Returns
TypeDescription
StoredInfoType