public class DLP.Organizations.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DLP.Organizations.Locations.DeidentifyTemplates
The "deidentifyTemplates" collection of methods.
|
class |
DLP.Organizations.Locations.DlpJobs
The "dlpJobs" collection of methods.
|
class |
DLP.Organizations.Locations.InspectTemplates
The "inspectTemplates" collection of methods.
|
class |
DLP.Organizations.Locations.JobTriggers
The "jobTriggers" collection of methods.
|
class |
DLP.Organizations.Locations.StoredInfoTypes
The "storedInfoTypes" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
DLP.Organizations.Locations.DeidentifyTemplates |
deidentifyTemplates()
An accessor for creating requests from the DeidentifyTemplates collection.
|
DLP.Organizations.Locations.DlpJobs |
dlpJobs()
An accessor for creating requests from the DlpJobs collection.
|
DLP.Organizations.Locations.InspectTemplates |
inspectTemplates()
An accessor for creating requests from the InspectTemplates collection.
|
DLP.Organizations.Locations.JobTriggers |
jobTriggers()
An accessor for creating requests from the JobTriggers collection.
|
DLP.Organizations.Locations.StoredInfoTypes |
storedInfoTypes()
An accessor for creating requests from the StoredInfoTypes collection.
|
public DLP.Organizations.Locations.DeidentifyTemplates deidentifyTemplates()
The typical use is:
DLP dlp = new DLP(...);DLP.DeidentifyTemplates.List request = dlp.deidentifyTemplates().list(parameters ...)
public DLP.Organizations.Locations.DlpJobs dlpJobs()
The typical use is:
DLP dlp = new DLP(...);DLP.DlpJobs.List request = dlp.dlpJobs().list(parameters ...)
public DLP.Organizations.Locations.InspectTemplates inspectTemplates()
The typical use is:
DLP dlp = new DLP(...);DLP.InspectTemplates.List request = dlp.inspectTemplates().list(parameters ...)
public DLP.Organizations.Locations.JobTriggers jobTriggers()
The typical use is:
DLP dlp = new DLP(...);DLP.JobTriggers.List request = dlp.jobTriggers().list(parameters ...)
public DLP.Organizations.Locations.StoredInfoTypes storedInfoTypes()
The typical use is:
DLP dlp = new DLP(...);DLP.StoredInfoTypes.List request = dlp.storedInfoTypes().list(parameters ...)
Copyright © 2011–2020 Google. All rights reserved.