Interface PubSubSink.ProjectNameBuilder<IN>
-
- All Known Implementing Classes:
PubSubSink.PubSubSinkBuilder
- Enclosing class:
- PubSubSink<IN>
public static interface PubSubSink.ProjectNameBuilder<IN>Part ofPubSubSink.PubSubSinkBuilderto set required fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSubSink.TopicNameBuilder<IN>withProjectName(String projectName)Set the project name of the subscription to pull messages from.
-
-
-
Method Detail
-
withProjectName
PubSubSink.TopicNameBuilder<IN> withProjectName(String projectName)
Set the project name of the subscription to pull messages from.
-
-