public static interface Topic.ReservationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getThroughputReservation()
The Reservation to use for this topic's throughput capacity.
|
com.google.protobuf.ByteString |
getThroughputReservationBytes()
The Reservation to use for this topic's throughput capacity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }com.google.protobuf.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) = { ... }Copyright © 2023 Google LLC. All rights reserved.