- 0.82.0 (latest)
 - 0.80.0
 - 0.79.0
 - 0.78.0
 - 0.77.0
 - 0.76.0
 - 0.74.0
 - 0.72.0
 - 0.71.0
 - 0.68.0
 - 0.67.0
 - 0.66.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.5.0
 
public static final class ListJobsRequest.Builder extends GeneratedMessageV3.Builder<ListJobsRequest.Builder> implements ListJobsRequestOrBuilderRequest to list Cloud Dataflow jobs.
 Protobuf type google.dataflow.v1beta3.ListJobsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListJobsRequest.BuilderImplements
ListJobsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
build()
public ListJobsRequest build()| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest | 
        |
buildPartial()
public ListJobsRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest | 
        |
clear()
public ListJobsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public ListJobsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
clearFilter()
public ListJobsRequest.Builder clearFilter()The kind of filter to use.
 .google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clearLocation()
public ListJobsRequest.Builder clearLocation()The regional endpoint that contains this job.
 string location = 17;
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
clearPageSize()
public ListJobsRequest.Builder clearPageSize()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 | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clearPageToken()
public ListJobsRequest.Builder clearPageToken()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 | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clearProjectId()
public ListJobsRequest.Builder clearProjectId()The project which owns the jobs.
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clearView() (deprecated)
public ListJobsRequest.Builder clearView()Deprecated. google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
 .google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public ListJobsRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
getDefaultInstanceForType()
public ListJobsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getFilter()
public ListJobsRequest.Filter getFilter()The kind of filter to use.
 .google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Filter | 
        The filter.  | 
      
getFilterValue()
public int getFilterValue()The kind of filter to use.
 .google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for filter.  | 
      
getLocation()
public String getLocation()The regional endpoint that contains this job.
 string location = 17;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The location.  | 
      
getLocationBytes()
public ByteString getLocationBytes()The regional endpoint that contains this job.
 string location = 17;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for location.  | 
      
getPageSize()
public 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 | |
|---|---|
| Type | Description | 
int | 
        The pageSize.  | 
      
getPageToken()
public 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 | |
|---|---|
| Type | Description | 
String | 
        The pageToken.  | 
      
getPageTokenBytes()
public 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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for pageToken.  | 
      
getProjectId()
public String getProjectId()The project which owns the jobs.
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The projectId.  | 
      
getProjectIdBytes()
public ByteString getProjectIdBytes()The project which owns the jobs.
 string project_id = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for projectId.  | 
      
getView() (deprecated)
public JobView getView()Deprecated. google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
 .google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
JobView | 
        The view.  | 
      
getViewValue() (deprecated)
public int getViewValue()Deprecated. google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
 .google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for view.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(ListJobsRequest other)
public ListJobsRequest.Builder mergeFrom(ListJobsRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListJobsRequest | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListJobsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ListJobsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
setFilter(ListJobsRequest.Filter value)
public ListJobsRequest.Builder setFilter(ListJobsRequest.Filter value)The kind of filter to use.
 .google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ListJobsRequest.FilterThe filter to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setFilterValue(int value)
public ListJobsRequest.Builder setFilterValue(int value)The kind of filter to use.
 .google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for filter to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setLocation(String value)
public ListJobsRequest.Builder setLocation(String value)The regional endpoint that contains this job.
 string location = 17;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe location to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setLocationBytes(ByteString value)
public ListJobsRequest.Builder setLocationBytes(ByteString value)The regional endpoint that contains this job.
 string location = 17;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for location to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setPageSize(int value)
public ListJobsRequest.Builder setPageSize(int value)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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe pageSize to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setPageToken(String value)
public ListJobsRequest.Builder setPageToken(String value)Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
 string page_token = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe pageToken to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setPageTokenBytes(ByteString value)
public ListJobsRequest.Builder setPageTokenBytes(ByteString value)Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
 string page_token = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for pageToken to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setProjectId(String value)
public ListJobsRequest.Builder setProjectId(String value)The project which owns the jobs.
 string project_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe projectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setProjectIdBytes(ByteString value)
public ListJobsRequest.Builder setProjectIdBytes(ByteString value)The project which owns the jobs.
 string project_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for projectId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListJobsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        |
setView(JobView value) (deprecated)
public ListJobsRequest.Builder setView(JobView value)Deprecated. google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
 .google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        JobViewThe view to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  | 
      
setViewValue(int value) (deprecated)
public ListJobsRequest.Builder setViewValue(int value)Deprecated. google.dataflow.v1beta3.ListJobsRequest.view is deprecated. See google/dataflow/v1beta3/jobs.proto;l=849
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
 .google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for view to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListJobsRequest.Builder | 
        This builder for chaining.  |