Uses of Class
com.google.cloud.pubsublite.proto.ReservationName
-
Packages that use ReservationName Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of ReservationName in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ReservationName Modifier and Type Method Description ReservationName
ReservationName.Builder. build()
static ReservationName
ReservationName. of(String project, String location, String reservation)
static ReservationName
ReservationName. parse(String formattedString)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ReservationName Modifier and Type Method Description static List<ReservationName>
ReservationName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.pubsublite.proto with type arguments of type ReservationName Modifier and Type Method Description static List<String>
ReservationName. toStringList(List<ReservationName> values)
-
Uses of ReservationName in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 with parameters of type ReservationName Modifier and Type Method Description void
AdminServiceClient. deleteReservation(ReservationName name)
Deletes the specified reservation.Reservation
AdminServiceClient. getReservation(ReservationName name)
Returns the reservation configuration.AdminServiceClient.ListReservationTopicsPagedResponse
AdminServiceClient. listReservationTopics(ReservationName name)
Lists the topics attached to the specified reservation.
-