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