public class DLP.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DLP.Projects.Locations.Content
The "content" collection of methods.
|
class |
DLP.Projects.Locations.DeidentifyTemplates
The "deidentifyTemplates" collection of methods.
|
class |
DLP.Projects.Locations.DlpJobs
The "dlpJobs" collection of methods.
|
class |
DLP.Projects.Locations.Image
The "image" collection of methods.
|
class |
DLP.Projects.Locations.InspectTemplates
The "inspectTemplates" collection of methods.
|
class |
DLP.Projects.Locations.JobTriggers
The "jobTriggers" collection of methods.
|
class |
DLP.Projects.Locations.StoredInfoTypes
The "storedInfoTypes" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
DLP.Projects.Locations.Content |
content()
An accessor for creating requests from the Content collection.
|
DLP.Projects.Locations.DeidentifyTemplates |
deidentifyTemplates()
An accessor for creating requests from the DeidentifyTemplates collection.
|
DLP.Projects.Locations.DlpJobs |
dlpJobs()
An accessor for creating requests from the DlpJobs collection.
|
DLP.Projects.Locations.Image |
image()
An accessor for creating requests from the Image collection.
|
DLP.Projects.Locations.InspectTemplates |
inspectTemplates()
An accessor for creating requests from the InspectTemplates collection.
|
DLP.Projects.Locations.JobTriggers |
jobTriggers()
An accessor for creating requests from the JobTriggers collection.
|
DLP.Projects.Locations.StoredInfoTypes |
storedInfoTypes()
An accessor for creating requests from the StoredInfoTypes collection.
|
public DLP.Projects.Locations.Content content()
The typical use is:
DLP dlp = new DLP(...);DLP.Content.List request = dlp.content().list(parameters ...)
public DLP.Projects.Locations.DeidentifyTemplates deidentifyTemplates()
The typical use is:
DLP dlp = new DLP(...);DLP.DeidentifyTemplates.List request = dlp.deidentifyTemplates().list(parameters ...)
public DLP.Projects.Locations.DlpJobs dlpJobs()
The typical use is:
DLP dlp = new DLP(...);DLP.DlpJobs.List request = dlp.dlpJobs().list(parameters ...)
public DLP.Projects.Locations.Image image()
The typical use is:
DLP dlp = new DLP(...);DLP.Image.List request = dlp.image().list(parameters ...)
public DLP.Projects.Locations.InspectTemplates inspectTemplates()
The typical use is:
DLP dlp = new DLP(...);DLP.InspectTemplates.List request = dlp.inspectTemplates().list(parameters ...)
public DLP.Projects.Locations.JobTriggers jobTriggers()
The typical use is:
DLP dlp = new DLP(...);DLP.JobTriggers.List request = dlp.jobTriggers().list(parameters ...)
public DLP.Projects.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.