Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.options
Annotation Type Default.Enum
-
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public static @interface Default.Enum
This represents that the default of the option is the specified enum. The value should equal the enum'sname
.
-
-
Element Detail
-
value
public abstract String value
-
-