Uses of Class
com.google.privacy.dlp.v2.OrganizationLocationName
-
Packages that use OrganizationLocationName Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.privacy.dlp.v2 -
-
Uses of OrganizationLocationName in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 with parameters of type OrganizationLocationName Modifier and Type Method Description DeidentifyTemplate
DlpServiceClient. createDeidentifyTemplate(OrganizationLocationName parent, DeidentifyTemplate deidentifyTemplate)
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.InspectTemplate
DlpServiceClient. createInspectTemplate(OrganizationLocationName parent, InspectTemplate inspectTemplate)
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage.StoredInfoType
DlpServiceClient. createStoredInfoType(OrganizationLocationName parent, StoredInfoTypeConfig config)
Creates a pre-built stored infoType to be used for inspection.DlpServiceClient.ListDeidentifyTemplatesPagedResponse
DlpServiceClient. listDeidentifyTemplates(OrganizationLocationName parent)
Lists DeidentifyTemplates.DlpServiceClient.ListInspectTemplatesPagedResponse
DlpServiceClient. listInspectTemplates(OrganizationLocationName parent)
Lists InspectTemplates.DlpServiceClient.ListStoredInfoTypesPagedResponse
DlpServiceClient. listStoredInfoTypes(OrganizationLocationName parent)
Lists stored infoTypes. -
Uses of OrganizationLocationName in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return OrganizationLocationName Modifier and Type Method Description OrganizationLocationName
OrganizationLocationName.Builder. build()
static OrganizationLocationName
OrganizationLocationName. of(String organization, String location)
static OrganizationLocationName
OrganizationLocationName. parse(String formattedString)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type OrganizationLocationName Modifier and Type Method Description static List<OrganizationLocationName>
OrganizationLocationName. parseList(List<String> formattedStrings)
Method parameters in com.google.privacy.dlp.v2 with type arguments of type OrganizationLocationName Modifier and Type Method Description static List<String>
OrganizationLocationName. toStringList(List<OrganizationLocationName> values)
-