Uses of Class
com.google.cloud.pubsublite.ReservationPath
-
Packages that use ReservationPath Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal com.google.cloud.pubsublite.internal.testing -
-
Uses of ReservationPath in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return ReservationPath Modifier and Type Method Description abstract ReservationPathReservationPath.Builder. build()Build a new ReservationPath.static ReservationPathReservationPath. parse(String path)Methods in com.google.cloud.pubsublite with parameters of type ReservationPath Modifier and Type Method Description com.google.api.core.ApiFuture<Void>AdminClient. deleteReservation(ReservationPath path)Delete the reservation with ididif it exists.com.google.api.core.ApiFuture<Reservation>AdminClient. getReservation(ReservationPath path)Get the reservation with ididif it exists.com.google.api.core.ApiFuture<List<TopicPath>>AdminClient. listReservationTopics(ReservationPath path)Get the list of topics for the reservation with ididif it exists. -
Uses of ReservationPath in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal with parameters of type ReservationPath Modifier and Type Method Description com.google.api.core.ApiFuture<Void>AdminClientImpl. deleteReservation(ReservationPath path)com.google.api.core.ApiFuture<Reservation>AdminClientImpl. getReservation(ReservationPath path)com.google.api.core.ApiFuture<List<TopicPath>>AdminClientImpl. listReservationTopics(ReservationPath path) -
Uses of ReservationPath in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return ReservationPath Modifier and Type Method Description static ReservationPathUnitTestExamples. exampleReservationPath()
-