Interface PubSubSource.ProjectNameBuilder<OUT>
-
- All Known Implementing Classes:
PubSubSource.PubSubSourceBuilder
- Enclosing class:
- PubSubSource<OUT>
public static interface PubSubSource.ProjectNameBuilder<OUT>Part ofPubSubSource.PubSubSourceBuilderto set required fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSubSource.SubscriptionNameBuilder<OUT>withProjectName(String projectName)Set the project name of the subscription to pull messages from.
-
-
-
Method Detail
-
withProjectName
PubSubSource.SubscriptionNameBuilder<OUT> withProjectName(String projectName)
Set the project name of the subscription to pull messages from.
-
-