Searched refs:featureKey (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
H A D | ResourcesFeatures.php | 40 * @param string $featureKey The unique ID of the feature to delete. 43 public function delete($customer, $featureKey, $optParams = []) argument 45 $params = ['customer' => $customer, 'featureKey' => $featureKey]; 55 * @param string $featureKey The unique ID of the feature to retrieve. 59 public function get($customer, $featureKey, $optParams = []) argument 61 $params = ['customer' => $customer, 'featureKey' => $featureKey]; 105 * @param string $featureKey The unique ID of the feature to update. 110 public function patch($customer, $featureKey, Feature $postBody, $optParams = []) argument 112 $params = ['customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody]; 138 * @param string $featureKey The unique ID of the feature to update. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Directory.php | 1414 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}', 1422 'featureKey' => [ 1429 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}', 1437 'featureKey' => [ 1472 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}', 1480 'featureKey' => [ 1502 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}', 1510 'featureKey' => [
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|