Skip to content

Commit

Permalink
Add link to the Dataflow service options page (#29068)
Browse files Browse the repository at this point in the history
* Add link to the Dataflow service options page

* Fix link format

* Small text edit
  • Loading branch information
rszper authored Oct 19, 2023
1 parent 8fb23ee commit 66c01f0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ public interface DataflowPipelineOptions
*/
@Description(
"Service options are set by the user and configure the service. This "
+ "decouples service side feature availability from the Apache Beam release cycle.")
+ "decouples service side feature availability from the Apache Beam release cycle. "
+ "For a list of service options, see "
+ "https://cloud.google.com/dataflow/docs/reference/service-options "
+ "in the Dataflow documentation.")
List<String> getDataflowServiceOptions();

void setDataflowServiceOptions(List<String> options);
Expand Down

0 comments on commit 66c01f0

Please sign in to comment.