public static final class ListTransferConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListTransferConfigsResponse.Builder> implements ListTransferConfigsResponseOrBuilder
   
   The returned list of pipelines in the project.
 Protobuf type google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse
Methods
  
  
  addAllTransferConfigs(Iterable<? extends TransferConfig> values)
  
    public ListTransferConfigsResponse.Builder addAllTransferConfigs(Iterable<? extends TransferConfig> values)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.bigquery.datatransfer.v1.TransferConfig>
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTransferConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  addTransferConfigs(TransferConfig value)
  
    public ListTransferConfigsResponse.Builder addTransferConfigs(TransferConfig value)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
addTransferConfigs(TransferConfig.Builder builderForValue)
  
    public ListTransferConfigsResponse.Builder addTransferConfigs(TransferConfig.Builder builderForValue)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
addTransferConfigs(int index, TransferConfig value)
  
    public ListTransferConfigsResponse.Builder addTransferConfigs(int index, TransferConfig value)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
addTransferConfigs(int index, TransferConfig.Builder builderForValue)
  
    public ListTransferConfigsResponse.Builder addTransferConfigs(int index, TransferConfig.Builder builderForValue)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
addTransferConfigsBuilder()
  
    public TransferConfig.Builder addTransferConfigsBuilder()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
addTransferConfigsBuilder(int index)
  
    public TransferConfig.Builder addTransferConfigsBuilder(int index)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  build()
  
    public ListTransferConfigsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListTransferConfigsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListTransferConfigsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListTransferConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListTransferConfigsResponse.Builder clearNextPageToken()
   
   Output only. The next-pagination token. For multiple-page list results,
 this token can be used as the
 ListTransferConfigsRequest.page_token
 to request the next page of list results.
 string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListTransferConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearTransferConfigs()
  
    public ListTransferConfigsResponse.Builder clearTransferConfigs()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
clone()
  
    public ListTransferConfigsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListTransferConfigsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Output only. The next-pagination token. For multiple-page list results,
 this token can be used as the
 ListTransferConfigsRequest.page_token
 to request the next page of list results.
 string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Output only. The next-pagination token. For multiple-page list results,
 this token can be used as the
 ListTransferConfigsRequest.page_token
 to request the next page of list results.
 string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getTransferConfigs(int index)
  
    public TransferConfig getTransferConfigs(int index)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTransferConfigsBuilder(int index)
  
    public TransferConfig.Builder getTransferConfigsBuilder(int index)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTransferConfigsBuilderList()
  
    public List<TransferConfig.Builder> getTransferConfigsBuilderList()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getTransferConfigsCount()
  
    public int getTransferConfigsCount()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getTransferConfigsList()
  
    public List<TransferConfig> getTransferConfigsList()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getTransferConfigsOrBuilder(int index)
  
    public TransferConfigOrBuilder getTransferConfigsOrBuilder(int index)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getTransferConfigsOrBuilderList()
  
    public List<? extends TransferConfigOrBuilder> getTransferConfigsOrBuilderList()
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.bigquery.datatransfer.v1.TransferConfigOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListTransferConfigsResponse other)
  
    public ListTransferConfigsResponse.Builder mergeFrom(ListTransferConfigsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListTransferConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListTransferConfigsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTransferConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeTransferConfigs(int index)
  
    public ListTransferConfigsResponse.Builder removeTransferConfigs(int index)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTransferConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListTransferConfigsResponse.Builder setNextPageToken(String value)
   
   Output only. The next-pagination token. For multiple-page list results,
 this token can be used as the
 ListTransferConfigsRequest.page_token
 to request the next page of list results.
 string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListTransferConfigsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Output only. The next-pagination token. For multiple-page list results,
 this token can be used as the
 ListTransferConfigsRequest.page_token
 to request the next page of list results.
 string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListTransferConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setTransferConfigs(int index, TransferConfig value)
  
    public ListTransferConfigsResponse.Builder setTransferConfigs(int index, TransferConfig value)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
setTransferConfigs(int index, TransferConfig.Builder builderForValue)
  
    public ListTransferConfigsResponse.Builder setTransferConfigs(int index, TransferConfig.Builder builderForValue)
   
   Output only. The stored pipeline transfer configurations.
 
 repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTransferConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides