Uses of Class
org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.PubSubSinkBuilder
-
Packages that use PubSubSink.PubSubSinkBuilder Package Description org.apache.flink.streaming.connectors.gcp.pubsub -
-
Uses of PubSubSink.PubSubSinkBuilder in org.apache.flink.streaming.connectors.gcp.pubsub
Methods in org.apache.flink.streaming.connectors.gcp.pubsub that return PubSubSink.PubSubSinkBuilder Modifier and Type Method Description PubSubSink.PubSubSinkBuilder<IN>PubSubSink.PubSubSinkBuilder. withCredentials(com.google.auth.Credentials credentials)Set the credentials.PubSubSink.PubSubSinkBuilder<IN>PubSubSink.PubSubSinkBuilder. withHostAndPortForEmulator(String hostAndPort)Set the custom hostname/port combination of PubSub.PubSubSink.PubSubSinkBuilder<IN>PubSubSink.PubSubSinkBuilder. withTopicName(String topicName)PubSubSink.PubSubSinkBuilder<IN>PubSubSink.TopicNameBuilder. withTopicName(String topicName)Set the subscription name of the subscription to pull messages from.
-