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 DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(OrganizationLocationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.InspectTemplateDlpServiceClient. createInspectTemplate(OrganizationLocationName parent, InspectTemplate inspectTemplate)Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage.StoredInfoTypeDlpServiceClient. createStoredInfoType(OrganizationLocationName parent, StoredInfoTypeConfig config)Creates a pre-built stored infoType to be used for inspection.DlpServiceClient.ListDeidentifyTemplatesPagedResponseDlpServiceClient. listDeidentifyTemplates(OrganizationLocationName parent)Lists DeidentifyTemplates.DlpServiceClient.ListInspectTemplatesPagedResponseDlpServiceClient. listInspectTemplates(OrganizationLocationName parent)Lists InspectTemplates.DlpServiceClient.ListStoredInfoTypesPagedResponseDlpServiceClient. 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 OrganizationLocationNameOrganizationLocationName.Builder. build()static OrganizationLocationNameOrganizationLocationName. of(String organization, String location)static OrganizationLocationNameOrganizationLocationName. 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)
-