Skip to content

Commit 56a8973

Browse files
authored
Merge pull request #24650: Remove 'Hidden' attribute from serviceAccount PipelineOption (#24642)
2 parents 74ca77b + d6b9c95 commit 56a8973

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.apache.beam.sdk.options.Default;
3232
import org.apache.beam.sdk.options.DefaultValueFactory;
3333
import org.apache.beam.sdk.options.Description;
34-
import org.apache.beam.sdk.options.Hidden;
3534
import org.apache.beam.sdk.options.PipelineOptions;
3635
import org.apache.beam.sdk.options.StreamingOptions;
3736
import org.apache.beam.sdk.options.Validation;
@@ -120,7 +119,6 @@ public interface DataflowPipelineOptions
120119
void setDataflowServiceOptions(List<String> options);
121120

122121
/** Run the job as a specific service account, instead of the default GCE robot. */
123-
@Hidden
124122
@Experimental
125123
@Description("Run the job as a specific service account, instead of the default GCE robot.")
126124
String getServiceAccount();

0 commit comments

Comments
 (0)