mahagen commented on code in PR #25644:
URL: https://github.com/apache/beam/pull/25644#discussion_r1134578817
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/PubsubLiteWriteSchemaTransformProvider.java:
##########
@@ -141,12 +144,22 @@ public PCollectionRowTuple expand(PCollectionRowTuple
input) {
@AutoValue
@DefaultSchema(AutoValueSchema.class)
public abstract static class PubsubLiteWriteSchemaTransformConfiguration {
+ @SchemaFieldDescription(
+ "The GCP project where the Pubsub Lite reservation resides. This can
be a "
+ + "project number of a project ID.")
Review Comment:
or a project ID.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]