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