Package com.google.dataflow.v1beta3
Interface CreateJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateJobRequest
,CreateJobRequest.Builder
public interface CreateJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
getJob()
The job to create.JobOrBuilder
getJobOrBuilder()
The job to create.String
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.com.google.protobuf.ByteString
getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.String
getProjectId()
The ID of the Cloud Platform project that the job belongs to.com.google.protobuf.ByteString
getProjectIdBytes()
The ID of the Cloud Platform project that the job belongs to.String
getReplaceJobId()
Deprecated.com.google.protobuf.ByteString
getReplaceJobIdBytes()
Deprecated.JobView
getView()
The level of information requested in response.int
getViewValue()
The level of information requested in response.boolean
hasJob()
The job to create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
hasJob
boolean hasJob()
The job to create.
.google.dataflow.v1beta3.Job job = 2;
- Returns:
- Whether the job field is set.
-
getJob
Job getJob()
The job to create.
.google.dataflow.v1beta3.Job job = 2;
- Returns:
- The job.
-
getJobOrBuilder
JobOrBuilder getJobOrBuilder()
The job to create.
.google.dataflow.v1beta3.Job job = 2;
-
getViewValue
int getViewValue()
The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
- Returns:
- The enum numeric value on the wire for view.
-
getView
JobView getView()
The level of information requested in response.
.google.dataflow.v1beta3.JobView view = 3;
- Returns:
- The view.
-
getReplaceJobId
String getReplaceJobId()
Deprecated. This field is now in the Job message.
string replace_job_id = 4;
- Returns:
- The replaceJobId.
-
getReplaceJobIdBytes
com.google.protobuf.ByteString getReplaceJobIdBytes()
Deprecated. This field is now in the Job message.
string replace_job_id = 4;
- Returns:
- The bytes for replaceJobId.
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 5;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 5;
- Returns:
- The bytes for location.
-
-