- 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()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListJobsRequest.Builder |
build()
public ListJobsRequest build()| Type | Description |
| ListJobsRequest |
buildPartial()
public ListJobsRequest buildPartial()| Type | Description |
| ListJobsRequest |
clear()
public ListJobsRequest.Builder clear()| Type | Description |
| ListJobsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListJobsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListJobsRequest.Builder |
clearFilter()
public ListJobsRequest.Builder clearFilter()The kind of filter to use.
.google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearLocation()
public ListJobsRequest.Builder clearLocation()The regional endpoint that contains this job.
string location = 17;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| 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;
| 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;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearProjectId()
public ListJobsRequest.Builder clearProjectId()The project which owns the jobs.
string project_id = 1;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearView()
public ListJobsRequest.Builder clearView()Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clone()
public ListJobsRequest.Builder clone()| Type | Description |
| ListJobsRequest.Builder |
getDefaultInstanceForType()
public ListJobsRequest getDefaultInstanceForType()| Type | Description |
| ListJobsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public ListJobsRequest.Filter getFilter()The kind of filter to use.
.google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| Type | Description |
| ListJobsRequest.Filter | The filter. |
getFilterValue()
public int getFilterValue()The kind of filter to use.
.google.dataflow.v1beta3.ListJobsRequest.Filter filter = 5;
| 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;
| Type | Description |
| String | The location. |
getLocationBytes()
public ByteString getLocationBytes()The regional endpoint that contains this job.
string location = 17;
| 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;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for pageToken. |
getProjectId()
public String getProjectId()The project which owns the jobs.
string project_id = 1;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()The project which owns the jobs.
string project_id = 1;
| Type | Description |
| ByteString | The bytes for projectId. |
getView()
public JobView getView()Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Type | Description |
| JobView | The view. |
getViewValue()
public int getViewValue()Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Type | Description |
| int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListJobsRequest other)
public ListJobsRequest.Builder mergeFrom(ListJobsRequest other)| Name | Description |
| other | ListJobsRequest |
| Type | Description |
| ListJobsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListJobsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListJobsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListJobsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListJobsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListJobsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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;
| Name | Description |
| value | ListJobsRequest.FilterThe filter to set. |
| 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;
| Name | Description |
| value | intThe enum numeric value on the wire for filter to set. |
| 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;
| Name | Description |
| value | StringThe location to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for location to set. |
| 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;
| Name | Description |
| value | intThe pageSize to set. |
| 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;
| Name | Description |
| value | StringThe pageToken to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| 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;
| Name | Description |
| value | StringThe projectId to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for projectId to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListJobsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListJobsRequest.Builder |
setView(JobView value)
public ListJobsRequest.Builder setView(JobView value)Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Name | Description |
| value | JobViewThe view to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setViewValue(int value)
public ListJobsRequest.Builder setViewValue(int value)Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
.google.dataflow.v1beta3.JobView view = 2 [deprecated = true];
| Name | Description |
| value | intThe enum numeric value on the wire for view to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |