PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
DLP
/
Resource
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\DLP\Resource; use Google\Service\DLP\GooglePrivacyDlpV2ListInfoTypesResponse; /** * The "infoTypes" collection of methods. * Typical usage is: * <code> * $dlpService = new Google\Service\DLP(...); * $infoTypes = $dlpService->infoTypes; * </code> */ class LocationsInfoTypes extends \Google\Service\Resource { /** * Returns a list of the sensitive information types that the DLP API supports. * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. * (infoTypes.listLocationsInfoTypes) * * @param string $parent The parent resource name. The format of this value is * as follows: locations/ LOCATION_ID * @param array $optParams Optional parameters. * * @opt_param string filter filter to only return infoTypes supported by certain * parts of the API. Defaults to supported_by=INSPECT. * @opt_param string languageCode BCP-47 language code for localized infoType * friendly names. If omitted, or if localized strings are not available, en-US * strings will be returned. * @opt_param string locationId Deprecated. This field has no effect. * @return GooglePrivacyDlpV2ListInfoTypesResponse */ public function listLocationsInfoTypes($parent, $optParams = []) { $params = ['parent' => $parent]; $params = array_merge($params, $optParams); return $this->call('list', [$params], GooglePrivacyDlpV2ListInfoTypesResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationsInfoTypes::class, 'Google_Service_DLP_Resource_LocationsInfoTypes');
[-] Projects.php
[edit]
[-] ProjectsDlpJobs.php
[edit]
[-] OrganizationsLocations.php
[edit]
[-] OrganizationsLocationsJobTriggers.php
[edit]
[-] Organizations.php
[edit]
[-] ProjectsImage.php
[edit]
[-] ProjectsLocations.php
[edit]
[-] OrganizationsLocationsDeidentifyTemplates.php
[edit]
[+]
..
[-] ProjectsLocationsStoredInfoTypes.php
[edit]
[-] OrganizationsLocationsStoredInfoTypes.php
[edit]
[-] ProjectsDeidentifyTemplates.php
[edit]
[-] ProjectsLocationsDeidentifyTemplates.php
[edit]
[-] ProjectsLocationsImage.php
[edit]
[-] ProjectsLocationsInspectTemplates.php
[edit]
[-] ProjectsLocationsJobTriggers.php
[edit]
[-] ProjectsInspectTemplates.php
[edit]
[-] OrganizationsInspectTemplates.php
[edit]
[-] OrganizationsLocationsDlpJobs.php
[edit]
[-] OrganizationsLocationsInspectTemplates.php
[edit]
[-] ProjectsStoredInfoTypes.php
[edit]
[-] Locations.php
[edit]
[-] InfoTypes.php
[edit]
[-] OrganizationsStoredInfoTypes.php
[edit]
[-] ProjectsLocationsContent.php
[edit]
[-] OrganizationsDeidentifyTemplates.php
[edit]
[-] LocationsInfoTypes.php
[edit]
[-] ProjectsLocationsDlpJobs.php
[edit]
[-] ProjectsContent.php
[edit]
[-] ProjectsJobTriggers.php
[edit]