public interface ApplicationNameOptions extends PipelineOptions
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppName()
Name of application, for display purposes.
|
void |
setAppName(java.lang.String value) |
as, getRunner, setRunnerjava.lang.String getAppName()
Defaults to the name of the class which constructs the
PipelineRunner.
void setAppName(java.lang.String value)