public static final class ListJobsResponse.Builder extends GeneratedMessageV3.Builder<ListJobsResponse.Builder> implements ListJobsResponseOrBuilder
   
   Response to a request to list Cloud Dataflow jobs in a project. This might
 be a partial response, depending on the page size in the ListJobsRequest.
 However, if the project does not have any jobs, an instance of
 ListJobsResponse is not returned and the requests's response
 body is empty {}.
 Protobuf type google.dataflow.v1beta3.ListJobsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllFailedLocation(Iterable<? extends FailedLocation> values)
  
    public ListJobsResponse.Builder addAllFailedLocation(Iterable<? extends FailedLocation> values)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.dataflow.v1beta3.FailedLocation>
 | 
    
  
  
  
  addAllJobs(Iterable<? extends Job> values)
  
    public ListJobsResponse.Builder addAllJobs(Iterable<? extends Job> values)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.dataflow.v1beta3.Job>
 | 
    
  
  
  
  addFailedLocation(FailedLocation value)
  
    public ListJobsResponse.Builder addFailedLocation(FailedLocation value)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
addFailedLocation(FailedLocation.Builder builderForValue)
  
    public ListJobsResponse.Builder addFailedLocation(FailedLocation.Builder builderForValue)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
addFailedLocation(int index, FailedLocation value)
  
    public ListJobsResponse.Builder addFailedLocation(int index, FailedLocation value)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
addFailedLocation(int index, FailedLocation.Builder builderForValue)
  
    public ListJobsResponse.Builder addFailedLocation(int index, FailedLocation.Builder builderForValue)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
addFailedLocationBuilder()
  
    public FailedLocation.Builder addFailedLocationBuilder()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
addFailedLocationBuilder(int index)
  
    public FailedLocation.Builder addFailedLocationBuilder(int index)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addJobs(Job value)
  
    public ListJobsResponse.Builder addJobs(Job value)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Job
 | 
    
  
  
  
  addJobs(Job.Builder builderForValue)
  
    public ListJobsResponse.Builder addJobs(Job.Builder builderForValue)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
addJobs(int index, Job value)
  
    public ListJobsResponse.Builder addJobs(int index, Job value)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Job
 | 
    
  
  
  
  addJobs(int index, Job.Builder builderForValue)
  
    public ListJobsResponse.Builder addJobs(int index, Job.Builder builderForValue)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
addJobsBuilder()
  
    public Job.Builder addJobsBuilder()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
addJobsBuilder(int index)
  
    public Job.Builder addJobsBuilder(int index)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListJobsResponse build()
   
  
  
  buildPartial()
  
    public ListJobsResponse buildPartial()
   
  
  
  clear()
  
    public ListJobsResponse.Builder clear()
   
  
  Overrides
  
  
  clearFailedLocation()
  
    public ListJobsResponse.Builder clearFailedLocation()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
clearField(Descriptors.FieldDescriptor field)
  
    public ListJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearJobs()
  
    public ListJobsResponse.Builder clearJobs()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
clearNextPageToken()
  
    public ListJobsResponse.Builder clearNextPageToken()
   
   Set if there may be more results than fit in this response.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListJobsResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListJobsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getFailedLocation(int index)
  
    public FailedLocation getFailedLocation(int index)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getFailedLocationBuilder(int index)
  
    public FailedLocation.Builder getFailedLocationBuilder(int index)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getFailedLocationBuilderList()
  
    public List<FailedLocation.Builder> getFailedLocationBuilderList()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
getFailedLocationCount()
  
    public int getFailedLocationCount()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getFailedLocationList()
  
    public List<FailedLocation> getFailedLocationList()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
getFailedLocationOrBuilder(int index)
  
    public FailedLocationOrBuilder getFailedLocationOrBuilder(int index)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getFailedLocationOrBuilderList()
  
    public List<? extends FailedLocationOrBuilder> getFailedLocationOrBuilderList()
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.dataflow.v1beta3.FailedLocationOrBuilder> |  | 
    
  
  
  getJobs(int index)
  
    public Job getJobs(int index)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Job |  | 
    
  
  
  getJobsBuilder(int index)
  
    public Job.Builder getJobsBuilder(int index)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getJobsBuilderList()
  
    public List<Job.Builder> getJobsBuilderList()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
getJobsCount()
  
    public int getJobsCount()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getJobsList()
  
    public List<Job> getJobsList()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
getJobsOrBuilder(int index)
  
    public JobOrBuilder getJobsOrBuilder(int index)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getJobsOrBuilderList()
  
    public List<? extends JobOrBuilder> getJobsOrBuilderList()
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.dataflow.v1beta3.JobOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Set if there may be more results than fit in this response.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Set if there may be more results than fit in this response.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListJobsResponse other)
  
    public ListJobsResponse.Builder mergeFrom(ListJobsResponse other)
   
  
  
  
  
  
    public ListJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListJobsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeFailedLocation(int index)
  
    public ListJobsResponse.Builder removeFailedLocation(int index)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  removeJobs(int index)
  
    public ListJobsResponse.Builder removeJobs(int index)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setFailedLocation(int index, FailedLocation value)
  
    public ListJobsResponse.Builder setFailedLocation(int index, FailedLocation value)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
setFailedLocation(int index, FailedLocation.Builder builderForValue)
  
    public ListJobsResponse.Builder setFailedLocation(int index, FailedLocation.Builder builderForValue)
   
   Zero or more messages describing the regional endpoints that
 failed to respond.
 repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setJobs(int index, Job value)
  
    public ListJobsResponse.Builder setJobs(int index, Job value)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Job
 | 
    
  
  
  
  setJobs(int index, Job.Builder builderForValue)
  
    public ListJobsResponse.Builder setJobs(int index, Job.Builder builderForValue)
   
   A subset of the requested job information.
 repeated .google.dataflow.v1beta3.Job jobs = 1;
setNextPageToken(String value)
  
    public ListJobsResponse.Builder setNextPageToken(String value)
   
   Set if there may be more results than fit in this response.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListJobsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Set if there may be more results than fit in this response.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides