public static interface Topic.ReservationConfigOrBuilder extends MessageOrBuilder
Implements
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) = { ... }
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for throughputReservation. |