Skip to content

Commit

Permalink
added Override decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornPrime authored and bullet03 committed Aug 11, 2023
1 parent fd4161d commit f5e5d5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,11 @@ public interface DataflowPipelineOptions
@Description(
"The URL for the Dataflow API. If the string contains \"://\", this"
+ " will be treated as the entire URL, otherwise will be treated relative to apiRootUrl.")
@Override
@Default.String(Dataflow.DEFAULT_SERVICE_PATH)
String getDataflowEndpoint();

@Override
void setDataflowEndpoint(String value);

/** Labels that will be applied to the billing records for this job. */
Expand Down

0 comments on commit f5e5d5e

Please sign in to comment.