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() (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];
| 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() (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];
| 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];
| 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) (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];
| Name | Description |
| value | JobViewThe view to set. |
| 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];
| Name | Description |
| value | intThe enum numeric value on the wire for view to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |