updateKey method
Patches the modifiable fields of an API key. The key string of the API key isn't included in the response.
NOTE: Key is a global resource; hence the only supported value for
location is global.
Implementation
$grpc.ResponseFuture<$1.Operation> updateKey(
$0.UpdateKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateKey, request, options: options);
}