public interface LaunchFlexTemplateResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
Returns | |
---|---|
Type | Description |
Job |
The job. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
Returns | |
---|---|
Type | Description |
JobOrBuilder |
hasJob()
public abstract boolean hasJob()
The job that was launched, if the request was not a dry run and the job was successfully launched.
.google.dataflow.v1beta3.Job job = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the job field is set. |