Package com.google.dataflow.v1beta3
Interface ListJobsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListJobsRequest
,ListJobsRequest.Builder
public interface ListJobsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListJobsRequest.Filter
getFilter()
The kind of filter to use.int
getFilterValue()
The kind of filter to use.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.int
getPageSize()
If there are many jobs, limit response to at most this many.String
getPageToken()
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.com.google.protobuf.ByteString
getPageTokenBytes()
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.String
getProjectId()
The project which owns the jobs.com.google.protobuf.ByteString
getProjectIdBytes()
The project which owns the jobs.JobView
getView()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.int
getViewValue()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilterValue
int getFilterValue()
The kind of filter to use.
.google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
- Returns:
- The enum numeric value on the wire for filter.
-
getFilter
ListJobsRequest.Filter getFilter()
The kind of filter to use.
.google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
- Returns:
- The filter.
-
getProjectId
String getProjectId()
The project which owns the jobs.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The project which owns the jobs.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getViewValue
@Deprecated int getViewValue()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
- Returns:
- The enum numeric value on the wire for view.
-
getView
@Deprecated JobView getView()
Deprecated.google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
- Returns:
- The view.
-
getPageSize
int getPageSize()
If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.
int32 page_size = 3;
- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
string page_token = 4;
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
string page_token = 4;
- Returns:
- The bytes for pageToken.
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 17;
- 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 = 17;
- Returns:
- The bytes for location.
-
-