Interface Topic.ReservationConfigOrBuilder (1.6.3)

public static interface Topic.ReservationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for throughputReservation.