Uses of Class
com.google.cloud.pubsublite.proto.LocationName
-
Packages that use LocationName Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of LocationName in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.pubsublite.proto with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-
Uses of LocationName in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 with parameters of type LocationName Modifier and Type Method Description Reservation
AdminServiceClient. createReservation(LocationName parent, Reservation reservation, String reservationId)
Creates a new reservation.Subscription
AdminServiceClient. createSubscription(LocationName parent, Subscription subscription, String subscriptionId)
Creates a new subscription.Topic
AdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)
Creates a new topic.AdminServiceClient.ListReservationsPagedResponse
AdminServiceClient. listReservations(LocationName parent)
Returns the list of reservations for the given project.AdminServiceClient.ListSubscriptionsPagedResponse
AdminServiceClient. listSubscriptions(LocationName parent)
Returns the list of subscriptions for the given project.AdminServiceClient.ListTopicsPagedResponse
AdminServiceClient. listTopics(LocationName parent)
Returns the list of topics for the given project.
-