public static interface Topic.ReservationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getThroughputReservation()
public abstract String getThroughputReservation()The Reservation to use for this topic's throughput capacity. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}
 string throughput_reservation = 1 [(.google.api.resource_reference) = { ... }
| Type | Description | 
| String | The throughputReservation.  | 
      
getThroughputReservationBytes()
public abstract ByteString getThroughputReservationBytes()The Reservation to use for this topic's throughput capacity. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}
 string throughput_reservation = 1 [(.google.api.resource_reference) = { ... }
| Type | Description | 
| ByteString | The bytes for throughputReservation.  |