updateKey method

ResponseFuture<Operation> updateKey(
  1. UpdateKeyRequest request, {
  2. CallOptions? options,
})

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);
}