Home
last modified time | relevance | path

Searched refs:entityKey (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DatastoreKey.php28 public function setEntityKey(GooglePrivacyDlpV2Key $entityKey) argument
30 $this->entityKey = $entityKey;
37 return $this->entityKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/Resource/
H A DEntityUsageReports.php40 * @param string $entityKey Represents the key of the object to filter the data
91 public function get($entityType, $entityKey, $date, $optParams = []) argument
93 $params = ['entityType' => $entityType, 'entityKey' => $entityKey, 'date' => $date];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReports.php241 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}',
249 'entityKey' => [