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 LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. 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 ReservationAdminServiceClient. createReservation(LocationName parent, Reservation reservation, String reservationId)Creates a new reservation.SubscriptionAdminServiceClient. createSubscription(LocationName parent, Subscription subscription, String subscriptionId)Creates a new subscription.TopicAdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)Creates a new topic.AdminServiceClient.ListReservationsPagedResponseAdminServiceClient. listReservations(LocationName parent)Returns the list of reservations for the given project.AdminServiceClient.ListSubscriptionsPagedResponseAdminServiceClient. listSubscriptions(LocationName parent)Returns the list of subscriptions for the given project.AdminServiceClient.ListTopicsPagedResponseAdminServiceClient. listTopics(LocationName parent)Returns the list of topics for the given project.
-