- withCredentials(Credentials) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.PubSubSinkBuilder
-
Set the credentials.
- withCredentials(Credentials) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
Set the credentials.
- withDeserializationSchema(DeserializationSchema<OUT>) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.DeserializationSchemaBuilder
-
Set the DeserializationSchema used to deserialize incoming PubSubMessages.
- withDeserializationSchema(PubSubDeserializationSchema<OUT>) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.DeserializationSchemaBuilder
-
Set the DeserializationSchema used to deserialize incoming PubSubMessages.
- withHostAndPortForEmulator(String) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.PubSubSinkBuilder
-
Set the custom hostname/port combination of PubSub.
- withMessageRateLimit(int) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
Set a limit on the rate of messages per second received.
- withProjectName(String) - 接口 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.ProjectNameBuilder
-
Set the project name of the subscription to pull messages from.
- withProjectName(String) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.PubSubSinkBuilder
-
- withProjectName(String) - 接口 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.ProjectNameBuilder
-
Set the project name of the subscription to pull messages from.
- withProjectName(String) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
- withPubSubSubscriberFactory(PubSubSubscriberFactory) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
Set a PubSubSubscriberFactory
This allows for custom Subscriber options to be set.
- withPubSubSubscriberFactory(int, Duration, int) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
There is a default PubSubSubscriber factory that uses gRPC to pull in PubSub messages.
- withSerializationSchema(SerializationSchema<IN>) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.SerializationSchemaBuilder
-
Set the SerializationSchema used to Serialize objects to be added as payloads of PubSubMessages.
- withSubscriptionName(String) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.PubSubSourceBuilder
-
- withSubscriptionName(String) - 接口 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSource.SubscriptionNameBuilder
-
Set the subscription name of the subscription to pull messages from.
- withTopicName(String) - 类 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.PubSubSinkBuilder
-
- withTopicName(String) - 接口 中的方法org.apache.flink.streaming.connectors.gcp.pubsub.PubSubSink.TopicNameBuilder
-
Set the subscription name of the subscription to pull messages from.