Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2InspectTemplate (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/
H A DOrganizationsInspectTemplates.php21 use Google\Service\DLP\GooglePrivacyDlpV2InspectTemplate; alias
56 * @return GooglePrivacyDlpV2InspectTemplate
62 return $this->call('create', [$params], GooglePrivacyDlpV2InspectTemplate::class);
90 * @return GooglePrivacyDlpV2InspectTemplate
96 return $this->call('get', [$params], GooglePrivacyDlpV2InspectTemplate::class);
146 * @return GooglePrivacyDlpV2InspectTemplate
152 return $this->call('patch', [$params], GooglePrivacyDlpV2InspectTemplate::class);
H A DProjectsLocationsInspectTemplates.php21 use Google\Service\DLP\GooglePrivacyDlpV2InspectTemplate; alias
56 * @return GooglePrivacyDlpV2InspectTemplate
62 return $this->call('create', [$params], GooglePrivacyDlpV2InspectTemplate::class);
90 * @return GooglePrivacyDlpV2InspectTemplate
96 return $this->call('get', [$params], GooglePrivacyDlpV2InspectTemplate::class);
147 * @return GooglePrivacyDlpV2InspectTemplate
153 return $this->call('patch', [$params], GooglePrivacyDlpV2InspectTemplate::class);
H A DOrganizationsLocationsInspectTemplates.php21 use Google\Service\DLP\GooglePrivacyDlpV2InspectTemplate; alias
56 * @return GooglePrivacyDlpV2InspectTemplate
62 return $this->call('create', [$params], GooglePrivacyDlpV2InspectTemplate::class);
90 * @return GooglePrivacyDlpV2InspectTemplate
96 return $this->call('get', [$params], GooglePrivacyDlpV2InspectTemplate::class);
147 * @return GooglePrivacyDlpV2InspectTemplate
153 return $this->call('patch', [$params], GooglePrivacyDlpV2InspectTemplate::class);
H A DProjectsInspectTemplates.php21 use Google\Service\DLP\GooglePrivacyDlpV2InspectTemplate; alias
56 * @return GooglePrivacyDlpV2InspectTemplate
62 return $this->call('create', [$params], GooglePrivacyDlpV2InspectTemplate::class);
90 * @return GooglePrivacyDlpV2InspectTemplate
96 return $this->call('get', [$params], GooglePrivacyDlpV2InspectTemplate::class);
146 * @return GooglePrivacyDlpV2InspectTemplate
152 return $this->call('patch', [$params], GooglePrivacyDlpV2InspectTemplate::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2UpdateInspectTemplateRequest.php22 protected $inspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class;
30 * @param GooglePrivacyDlpV2InspectTemplate
32 public function setInspectTemplate(GooglePrivacyDlpV2InspectTemplate $inspectTemplate)
37 * @return GooglePrivacyDlpV2InspectTemplate
H A DGooglePrivacyDlpV2RequestedOptions.php24 protected $snapshotInspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class;
42 * @param GooglePrivacyDlpV2InspectTemplate
44 …public function setSnapshotInspectTemplate(GooglePrivacyDlpV2InspectTemplate $snapshotInspectTempl…
49 * @return GooglePrivacyDlpV2InspectTemplate
H A DGooglePrivacyDlpV2CreateInspectTemplateRequest.php22 protected $inspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class;
34 * @param GooglePrivacyDlpV2InspectTemplate
36 public function setInspectTemplate(GooglePrivacyDlpV2InspectTemplate $inspectTemplate)
41 * @return GooglePrivacyDlpV2InspectTemplate
H A DGooglePrivacyDlpV2ListInspectTemplatesResponse.php23 protected $inspectTemplatesType = GooglePrivacyDlpV2InspectTemplate::class;
31 * @param GooglePrivacyDlpV2InspectTemplate[]
38 * @return GooglePrivacyDlpV2InspectTemplate[]
H A DGooglePrivacyDlpV2InspectTemplate.php20 class GooglePrivacyDlpV2InspectTemplate extends \Google\Model class
132 class_alias(GooglePrivacyDlpV2InspectTemplate::class, 'Google_Service_DLP_GooglePrivacyDlpV2Inspect…