Interface LaunchFlexTemplateResponseOrBuilder (0.9.0)

public interface LaunchFlexTemplateResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the job field is set.