Uses of Class
com.google.cloud.pubsublite.v1.PublisherServiceSettings
-
Packages that use PublisherServiceSettings Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of PublisherServiceSettings in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return PublisherServiceSettings Modifier and Type Method Description PublisherServiceSettings
PublisherServiceSettings.Builder. build()
static PublisherServiceSettings
PublisherServiceSettings. create(PublisherServiceStubSettings stub)
PublisherServiceSettings
PublisherServiceClient. getSettings()
Methods in com.google.cloud.pubsublite.v1 with parameters of type PublisherServiceSettings Modifier and Type Method Description static PublisherServiceClient
PublisherServiceClient. create(PublisherServiceSettings settings)
Constructs an instance of PublisherServiceClient, using the given settings.Constructors in com.google.cloud.pubsublite.v1 with parameters of type PublisherServiceSettings Constructor Description Builder(PublisherServiceSettings settings)
PublisherServiceClient(PublisherServiceSettings settings)
Constructs an instance of PublisherServiceClient, using the given settings.
-