Google_Service_DLP
extends Google_Service
in package
Service definition for DLP (v2).
Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- $availableScopes : mixed
- $batchPath : mixed
- $infoTypes : mixed
- $locations_infoTypes : mixed
- $organizations_deidentifyTemplates : mixed
- $organizations_inspectTemplates : mixed
- $organizations_locations_deidentifyTemplates : mixed
- $organizations_locations_inspectTemplates : mixed
- $organizations_locations_storedInfoTypes : mixed
- $organizations_storedInfoTypes : mixed
- $projects_content : mixed
- $projects_deidentifyTemplates : mixed
- $projects_dlpJobs : mixed
- $projects_image : mixed
- $projects_inspectTemplates : mixed
- $projects_jobTriggers : mixed
- $projects_locations_content : mixed
- $projects_locations_deidentifyTemplates : mixed
- $projects_locations_dlpJobs : mixed
- $projects_locations_image : mixed
- $projects_locations_inspectTemplates : mixed
- $projects_locations_jobTriggers : mixed
- $projects_locations_storedInfoTypes : mixed
- $projects_storedInfoTypes : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the DLP service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$infoTypes
public
mixed
$infoTypes
$locations_infoTypes
public
mixed
$locations_infoTypes
$organizations_deidentifyTemplates
public
mixed
$organizations_deidentifyTemplates
$organizations_inspectTemplates
public
mixed
$organizations_inspectTemplates
$organizations_locations_deidentifyTemplates
public
mixed
$organizations_locations_deidentifyTemplates
$organizations_locations_inspectTemplates
public
mixed
$organizations_locations_inspectTemplates
$organizations_locations_storedInfoTypes
public
mixed
$organizations_locations_storedInfoTypes
$organizations_storedInfoTypes
public
mixed
$organizations_storedInfoTypes
$projects_content
public
mixed
$projects_content
$projects_deidentifyTemplates
public
mixed
$projects_deidentifyTemplates
$projects_dlpJobs
public
mixed
$projects_dlpJobs
$projects_image
public
mixed
$projects_image
$projects_inspectTemplates
public
mixed
$projects_inspectTemplates
$projects_jobTriggers
public
mixed
$projects_jobTriggers
$projects_locations_content
public
mixed
$projects_locations_content
$projects_locations_deidentifyTemplates
public
mixed
$projects_locations_deidentifyTemplates
$projects_locations_dlpJobs
public
mixed
$projects_locations_dlpJobs
$projects_locations_image
public
mixed
$projects_locations_image
$projects_locations_inspectTemplates
public
mixed
$projects_locations_inspectTemplates
$projects_locations_jobTriggers
public
mixed
$projects_locations_jobTriggers
$projects_locations_storedInfoTypes
public
mixed
$projects_locations_storedInfoTypes
$projects_storedInfoTypes
public
mixed
$projects_storedInfoTypes
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the DLP service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client