Lines Matching refs:name

50    * @param string $name Required. The resource name of the CryptoKeyVersion to
56 public function asymmetricDecrypt($name, AsymmetricDecryptRequest $postBody, $optParams = []) argument
58 $params = ['name' => $name, 'postBody' => $postBody];
67 * @param string $name Required. The resource name of the CryptoKeyVersion to
73 public function asymmetricSign($name, AsymmetricSignRequest $postBody, $optParams = []) argument
75 $params = ['name' => $name, 'postBody' => $postBody];
105 * @param string $name Required. The resource name of the CryptoKeyVersion to
111 public function destroy($name, DestroyCryptoKeyVersionRequest $postBody, $optParams = []) argument
113 $params = ['name' => $name, 'postBody' => $postBody];
120 * @param string $name Required. The name of the CryptoKeyVersion to get.
124 public function get($name, $optParams = []) argument
126 $params = ['name' => $name];
135 * @param string $name Required. The name of the CryptoKeyVersion public key to
140 public function getPublicKey($name, $optParams = []) argument
142 $params = ['name' => $name];
202 * @param string $name Required. The resource name of the CryptoKeyVersion to
208 public function macSign($name, MacSignRequest $postBody, $optParams = []) argument
210 $params = ['name' => $name, 'postBody' => $postBody];
219 * @param string $name Required. The resource name of the CryptoKeyVersion to
225 public function macVerify($name, MacVerifyRequest $postBody, $optParams = []) argument
227 $params = ['name' => $name, 'postBody' => $postBody];
237 * @param string $name Output only. The resource name for this CryptoKeyVersion
246 public function patch($name, CryptoKeyVersion $postBody, $optParams = []) argument
248 $params = ['name' => $name, 'postBody' => $postBody];
257 * @param string $name Required. The resource name of the CryptoKeyVersion to
263 public function restore($name, RestoreCryptoKeyVersionRequest $postBody, $optParams = []) argument
265 $params = ['name' => $name, 'postBody' => $postBody];