Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/Resource/
H A DProjectsLocationsKeyRingsCryptoKeys.php20 use Google\Service\CloudKMS\CryptoKey; alias
48 * @param CryptoKey $postBody
57 * @return CryptoKey
59 public function create($parent, CryptoKey $postBody, $optParams = [])
63 return $this->call('create', [$params], CryptoKey::class);
104 * @return CryptoKey
110 return $this->call('get', [$params], CryptoKey::class);
176 * @param CryptoKey $postBody
181 * @return CryptoKey
187 return $this->call('patch', [$params], CryptoKey::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DListCryptoKeysResponse.php23 protected $cryptoKeysType = CryptoKey::class;
35 * @param CryptoKey[]
42 * @return CryptoKey[]
H A DCryptoKey.php20 class CryptoKey extends \Google\Model class
220 class_alias(CryptoKey::class, 'Google_Service_CloudKMS_CryptoKey');