createKey method

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

Creates a new API key.

NOTE: Key is a global resource; hence the only supported value for location is global.

Implementation

$grpc.ResponseFuture<$1.Operation> createKey(
  $0.CreateKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createKey, request, options: options);
}