Interface GetJobRequestOrBuilder (0.8.0)

public interface GetJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobId()

public abstract String getJobId()

The job ID.

string job_id = 2;

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

The job ID.

string job_id = 2;

Returns
TypeDescription
ByteString

The bytes for jobId.

getLocation()

public abstract String getLocation()

The regional endpoint that contains this job.

string location = 4;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The regional endpoint that contains this job.

string location = 4;

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.

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.