Resource: Reservation
Metadata about a reservation resource.
| JSON representation | 
|---|
{ "name": string, "throughputCapacity": string }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservationId}  | 
              
throughputCapacity | 
                
                   
 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.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Creates a new reservation. | 
                
 | 
              Deletes the specified reservation. | 
                
 | 
              Returns the reservation configuration. | 
                
 | 
              Returns the list of reservations for the given project. | 
                
 | 
              Updates properties of the specified reservation. |