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