public interface CreateJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()The job to create.
.google.dataflow.v1beta3.Job job = 2;
| Type | Description |
| Job | The job. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()The job to create.
.google.dataflow.v1beta3.Job job = 2;
| Type | Description |
| JobOrBuilder |
getLocation()
public abstract String getLocation()The regional endpoint that contains this job.
string location = 5;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The regional endpoint that contains this job.
string location = 5;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for projectId. |
getReplaceJobId()
public abstract String getReplaceJobId()Deprecated. This field is now in the Job message.
string replace_job_id = 4;
| Type | Description |
| String | The replaceJobId. |
getReplaceJobIdBytes()
public abstract ByteString getReplaceJobIdBytes()Deprecated. This field is now in the Job message.
string replace_job_id = 4;
| Type | Description |
| ByteString | The bytes for replaceJobId. |
getView()
public abstract JobView getView()The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
| Type | Description |
| JobView | The view. |
getViewValue()
public abstract int getViewValue()The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the job field is set. |