Package com.google.dataflow.v1beta3
Interface UpdateJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateJobRequest,UpdateJobRequest.Builder
public interface UpdateJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobgetJob()The updated job.StringgetJobId()The job ID.com.google.protobuf.ByteStringgetJobIdBytes()The job ID.JobOrBuildergetJobOrBuilder()The updated job.StringgetLocation()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.com.google.protobuf.ByteStringgetLocationBytes()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.StringgetProjectId()The ID of the Cloud Platform project that the job belongs to.com.google.protobuf.ByteStringgetProjectIdBytes()The ID of the Cloud Platform project that the job belongs to.booleanhasJob()The updated job.-
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.
-
getJobId
String getJobId()
The job ID.
string job_id = 2;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
The job ID.
string job_id = 2;- Returns:
- The bytes for jobId.
-
hasJob
boolean hasJob()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;- Returns:
- Whether the job field is set.
-
getJob
Job getJob()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;- Returns:
- The job.
-
getJobOrBuilder
JobOrBuilder getJobOrBuilder()
The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 4;- 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 = 4;- Returns:
- The bytes for location.
-
-