Searched refs:CryptoKey (Results 1 – 3 of 3) sorted by relevance
20 use Google\Service\CloudKMS\CryptoKey; alias48 * @param CryptoKey $postBody57 * @return CryptoKey59 public function create($parent, CryptoKey $postBody, $optParams = [])63 return $this->call('create', [$params], CryptoKey::class);104 * @return CryptoKey110 return $this->call('get', [$params], CryptoKey::class);176 * @param CryptoKey $postBody181 * @return CryptoKey187 return $this->call('patch', [$params], CryptoKey::class);[all …]
23 protected $cryptoKeysType = CryptoKey::class;35 * @param CryptoKey[]42 * @return CryptoKey[]
20 class CryptoKey extends \Google\Model class220 class_alias(CryptoKey::class, 'Google_Service_CloudKMS_CryptoKey');