Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Reservation

import type { Reservation } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";

Metadata about a reservation resource.

interface Reservation {
name?: string;
throughputCapacity?: bigint;
}

§Properties

§
name?: string
[src]

The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

§
throughputCapacity?: bigint
[src]

The reserved throughput capacity. Every unit of throughput capacity is equivalent to 1 MiB/s of published messages or 2 MiB/s of subscribed messages. Any topics which are declared as using capacity from a Reservation will consume resources from this reservation instead of being charged individually.