Uses of Class
com.google.cloud.pubsublite.ReservationPath
Packages that use ReservationPath
Package
Description
-
Uses of ReservationPath in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return ReservationPathModifier and TypeMethodDescriptionabstract ReservationPathReservationPath.Builder.build()Build a new ReservationPath.static ReservationPathMethods in com.google.cloud.pubsublite with parameters of type ReservationPathModifier and TypeMethodDescriptioncom.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.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 ReservationPathModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Void>AdminClientImpl.deleteReservation(ReservationPath path) com.google.api.core.ApiFuture<Reservation>AdminClientImpl.getReservation(ReservationPath path) AdminClientImpl.listReservationTopics(ReservationPath path) -
Uses of ReservationPath in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return ReservationPathModifier and TypeMethodDescriptionstatic ReservationPathUnitTestExamples.exampleReservationPath()