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 ReservationNameReservationName.Builder. build()static ReservationNameReservationName. of(String project, String location, String reservation)static ReservationNameReservationName. 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 voidAdminServiceClient. deleteReservation(ReservationName name)Deletes the specified reservation.ReservationAdminServiceClient. getReservation(ReservationName name)Returns the reservation configuration.AdminServiceClient.ListReservationTopicsPagedResponseAdminServiceClient. listReservationTopics(ReservationName name)Lists the topics attached to the specified reservation.
-