Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2DlpJob (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/
H A DProjectsDlpJobs.php22 use Google\Service\DLP\GooglePrivacyDlpV2DlpJob; alias
74 * @return GooglePrivacyDlpV2DlpJob
80 return $this->call('create', [$params], GooglePrivacyDlpV2DlpJob::class);
107 * @return GooglePrivacyDlpV2DlpJob
113 return $this->call('get', [$params], GooglePrivacyDlpV2DlpJob::class);
H A DProjectsLocationsDlpJobs.php22 use Google\Service\DLP\GooglePrivacyDlpV2DlpJob; alias
77 * @return GooglePrivacyDlpV2DlpJob
83 return $this->call('create', [$params], GooglePrivacyDlpV2DlpJob::class);
126 * @return GooglePrivacyDlpV2DlpJob
132 return $this->call('get', [$params], GooglePrivacyDlpV2DlpJob::class);
H A DProjectsJobTriggers.php22 use Google\Service\DLP\GooglePrivacyDlpV2DlpJob; alias
46 * @return GooglePrivacyDlpV2DlpJob
52 return $this->call('activate', [$params], GooglePrivacyDlpV2DlpJob::class);
H A DProjectsLocationsJobTriggers.php22 use Google\Service\DLP\GooglePrivacyDlpV2DlpJob; alias
48 * @return GooglePrivacyDlpV2DlpJob
54 return $this->call('activate', [$params], GooglePrivacyDlpV2DlpJob::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ListDlpJobsResponse.php23 protected $jobsType = GooglePrivacyDlpV2DlpJob::class;
31 * @param GooglePrivacyDlpV2DlpJob[]
38 * @return GooglePrivacyDlpV2DlpJob[]
H A DGooglePrivacyDlpV2DlpJob.php20 class GooglePrivacyDlpV2DlpJob extends \Google\Collection class
201 class_alias(GooglePrivacyDlpV2DlpJob::class, 'Google_Service_DLP_GooglePrivacyDlpV2DlpJob');