public interface GetJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobId()
public abstract String getJobId()The job ID.
string job_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()The job ID.
string job_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobId. |
getLocation()
public abstract String getLocation()The regional endpoint that contains this job.
string location = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The regional endpoint that contains this job.
string location = 4;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getView()
public abstract JobView getView()The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
| Returns | |
|---|---|
| Type | Description |
JobView |
The view. |
getViewValue()
public abstract int getViewValue()The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |