Interface CreateJobRequestOrBuilder (0.9.0)

public interface CreateJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJob()

public abstract Job getJob()

The job to create.

.google.dataflow.v1beta3.Job job = 2;

Returns
TypeDescription
Job

The job.

getJobOrBuilder()

public abstract JobOrBuilder getJobOrBuilder()

The job to create.

.google.dataflow.v1beta3.Job job = 2;

Returns
TypeDescription
JobOrBuilder

getLocation()

public abstract String getLocation()

The regional endpoint that contains this job.

string location = 5;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The regional endpoint that contains this job.

string location = 5;

Returns
TypeDescription
ByteString

The bytes for location.

getProjectId()

public abstract String getProjectId()

The ID of the Cloud Platform project that the job belongs to.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The ID of the Cloud Platform project that the job belongs to.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getReplaceJobId()

public abstract String getReplaceJobId()

Deprecated. This field is now in the Job message.

string replace_job_id = 4;

Returns
TypeDescription
String

The replaceJobId.

getReplaceJobIdBytes()

public abstract ByteString getReplaceJobIdBytes()

Deprecated. This field is now in the Job message.

string replace_job_id = 4;

Returns
TypeDescription
ByteString

The bytes for replaceJobId.

getView()

public abstract JobView getView()

The level of information requested in response.

.google.dataflow.v1beta3.JobView view = 3;

Returns
TypeDescription
JobView

The view.

getViewValue()

public abstract int getViewValue()

The level of information requested in response.

.google.dataflow.v1beta3.JobView view = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for view.

hasJob()

public abstract boolean hasJob()

The job to create.

.google.dataflow.v1beta3.Job job = 2;

Returns
TypeDescription
boolean

Whether the job field is set.