Searched refs:CmekSettings (Results 1 – 7 of 7) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
| D | V2.php | 20 use Google\Service\Logging\CmekSettings; alias 51 * @return CmekSettings 57 return $this->call('getCmekSettings', [$params], CmekSettings::class); 105 * @param CmekSettings $postBody 112 * @return CmekSettings 114 public function updateCmekSettings($name, CmekSettings $postBody, $optParams = []) 118 return $this->call('updateCmekSettings', [$params], CmekSettings::class);
|
| D | Organizations.php | 20 use Google\Service\Logging\CmekSettings; alias 51 * @return CmekSettings 57 return $this->call('getCmekSettings', [$params], CmekSettings::class); 105 * @param CmekSettings $postBody 112 * @return CmekSettings 114 public function updateCmekSettings($name, CmekSettings $postBody, $optParams = []) 118 return $this->call('updateCmekSettings', [$params], CmekSettings::class);
|
| D | Projects.php | 20 use Google\Service\Logging\CmekSettings; alias 51 * @return CmekSettings 57 return $this->call('getCmekSettings', [$params], CmekSettings::class);
|
| D | BillingAccounts.php | 20 use Google\Service\Logging\CmekSettings; alias 51 * @return CmekSettings 57 return $this->call('getCmekSettings', [$params], CmekSettings::class);
|
| D | Folders.php | 20 use Google\Service\Logging\CmekSettings; alias 51 * @return CmekSettings 57 return $this->call('getCmekSettings', [$params], CmekSettings::class);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
| D | LogBucket.php | 23 protected $cmekSettingsType = CmekSettings::class; 61 * @param CmekSettings 63 public function setCmekSettings(CmekSettings $cmekSettings) 68 * @return CmekSettings
|
| D | CmekSettings.php | 20 class CmekSettings extends \Google\Model class 98 class_alias(CmekSettings::class, 'Google_Service_Logging_CmekSettings');
|