Searched refs:GooglePrivacyDlpV2InspectTemplate (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/ |
H A D | OrganizationsInspectTemplates.php | 21 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 D | ProjectsLocationsInspectTemplates.php | 21 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 D | OrganizationsLocationsInspectTemplates.php | 21 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 D | ProjectsInspectTemplates.php | 21 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 D | GooglePrivacyDlpV2UpdateInspectTemplateRequest.php | 22 protected $inspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class; 30 * @param GooglePrivacyDlpV2InspectTemplate 32 public function setInspectTemplate(GooglePrivacyDlpV2InspectTemplate $inspectTemplate) 37 * @return GooglePrivacyDlpV2InspectTemplate
|
H A D | GooglePrivacyDlpV2RequestedOptions.php | 24 protected $snapshotInspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class; 42 * @param GooglePrivacyDlpV2InspectTemplate 44 …public function setSnapshotInspectTemplate(GooglePrivacyDlpV2InspectTemplate $snapshotInspectTempl… 49 * @return GooglePrivacyDlpV2InspectTemplate
|
H A D | GooglePrivacyDlpV2CreateInspectTemplateRequest.php | 22 protected $inspectTemplateType = GooglePrivacyDlpV2InspectTemplate::class; 34 * @param GooglePrivacyDlpV2InspectTemplate 36 public function setInspectTemplate(GooglePrivacyDlpV2InspectTemplate $inspectTemplate) 41 * @return GooglePrivacyDlpV2InspectTemplate
|
H A D | GooglePrivacyDlpV2ListInspectTemplatesResponse.php | 23 protected $inspectTemplatesType = GooglePrivacyDlpV2InspectTemplate::class; 31 * @param GooglePrivacyDlpV2InspectTemplate[] 38 * @return GooglePrivacyDlpV2InspectTemplate[]
|
H A D | GooglePrivacyDlpV2InspectTemplate.php | 20 class GooglePrivacyDlpV2InspectTemplate extends \Google\Model class 132 class_alias(GooglePrivacyDlpV2InspectTemplate::class, 'Google_Service_DLP_GooglePrivacyDlpV2Inspect…
|