| Package | Description |
|---|---|
| com.google.cloud.pubsublite | |
| com.google.cloud.pubsublite.internal | |
| com.google.cloud.pubsublite.internal.testing |
| Modifier and Type | Method and Description |
|---|---|
abstract ReservationPath |
ReservationPath.Builder.build()
Build a new ReservationPath.
|
static ReservationPath |
ReservationPath.parse(String path) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<Void> |
AdminClient.deleteReservation(ReservationPath path)
Delete the reservation with id
id if it exists. |
com.google.api.core.ApiFuture<Reservation> |
AdminClient.getReservation(ReservationPath path)
Get the reservation with id
id if it exists. |
com.google.api.core.ApiFuture<List<TopicPath>> |
AdminClient.listReservationTopics(ReservationPath path)
Get the list of topics for the reservation with id
id if it exists. |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static ReservationPath |
UnitTestExamples.exampleReservationPath() |
Copyright © 2021 Google LLC. All rights reserved.