Package com.google.dataflow.v1beta3
Interface GetJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetJobRequest,GetJobRequest.Builder
public interface GetJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobId()The job ID.com.google.protobuf.ByteStringgetJobIdBytes()The job ID.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.JobViewgetView()The level of information requested in response.intgetViewValue()The level of information requested in response.-
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.
-
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.
-
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.
-
-