Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2ListStoredInfoTypesResponse (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/
H A DOrganizationsStoredInfoTypes.php21 use Google\Service\DLP\GooglePrivacyDlpV2ListStoredInfoTypesResponse; alias
129 * @return GooglePrivacyDlpV2ListStoredInfoTypesResponse
135 return $this->call('list', [$params], GooglePrivacyDlpV2ListStoredInfoTypesResponse::class);
H A DProjectsStoredInfoTypes.php21 use Google\Service\DLP\GooglePrivacyDlpV2ListStoredInfoTypesResponse; alias
128 * @return GooglePrivacyDlpV2ListStoredInfoTypesResponse
134 return $this->call('list', [$params], GooglePrivacyDlpV2ListStoredInfoTypesResponse::class);
H A DOrganizationsLocationsStoredInfoTypes.php21 use Google\Service\DLP\GooglePrivacyDlpV2ListStoredInfoTypesResponse; alias
129 * @return GooglePrivacyDlpV2ListStoredInfoTypesResponse
135 return $this->call('list', [$params], GooglePrivacyDlpV2ListStoredInfoTypesResponse::class);
H A DProjectsLocationsStoredInfoTypes.php21 use Google\Service\DLP\GooglePrivacyDlpV2ListStoredInfoTypesResponse; alias
129 * @return GooglePrivacyDlpV2ListStoredInfoTypesResponse
135 return $this->call('list', [$params], GooglePrivacyDlpV2ListStoredInfoTypesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ListStoredInfoTypesResponse.php20 class GooglePrivacyDlpV2ListStoredInfoTypesResponse extends \Google\Collection class
61 class_alias(GooglePrivacyDlpV2ListStoredInfoTypesResponse::class, 'Google_Service_DLP_GooglePrivacy…