public static final class ListCustomerRepricingConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListCustomerRepricingConfigsResponse.Builder> implements ListCustomerRepricingConfigsResponseOrBuilder
   
   Response message for
 CloudChannelService.ListCustomerRepricingConfigs.
 Protobuf type google.cloud.channel.v1.ListCustomerRepricingConfigsResponse
    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
  
  
  addAllCustomerRepricingConfigs(Iterable<? extends CustomerRepricingConfig> values)
  
    public ListCustomerRepricingConfigsResponse.Builder addAllCustomerRepricingConfigs(Iterable<? extends CustomerRepricingConfig> values)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.channel.v1.CustomerRepricingConfig>
 | 
    
  
  
  
  addCustomerRepricingConfigs(CustomerRepricingConfig value)
  
    public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(CustomerRepricingConfig value)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
addCustomerRepricingConfigs(CustomerRepricingConfig.Builder builderForValue)
  
    public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(CustomerRepricingConfig.Builder builderForValue)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
addCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
  
    public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
addCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
  
    public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
addCustomerRepricingConfigsBuilder()
  
    public CustomerRepricingConfig.Builder addCustomerRepricingConfigsBuilder()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
addCustomerRepricingConfigsBuilder(int index)
  
    public CustomerRepricingConfig.Builder addCustomerRepricingConfigsBuilder(int index)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListCustomerRepricingConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListCustomerRepricingConfigsResponse build()
   
  
  
  buildPartial()
  
    public ListCustomerRepricingConfigsResponse buildPartial()
   
  
  
  clear()
  
    public ListCustomerRepricingConfigsResponse.Builder clear()
   
  
  Overrides
  
  
  clearCustomerRepricingConfigs()
  
    public ListCustomerRepricingConfigsResponse.Builder clearCustomerRepricingConfigs()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
clearField(Descriptors.FieldDescriptor field)
  
    public ListCustomerRepricingConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListCustomerRepricingConfigsResponse.Builder clearNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListCustomerRepricingConfigsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListCustomerRepricingConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListCustomerRepricingConfigsResponse.Builder clone()
   
  
  Overrides
  
  
  getCustomerRepricingConfigs(int index)
  
    public CustomerRepricingConfig getCustomerRepricingConfigs(int index)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getCustomerRepricingConfigsBuilder(int index)
  
    public CustomerRepricingConfig.Builder getCustomerRepricingConfigsBuilder(int index)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getCustomerRepricingConfigsBuilderList()
  
    public List<CustomerRepricingConfig.Builder> getCustomerRepricingConfigsBuilderList()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
getCustomerRepricingConfigsCount()
  
    public int getCustomerRepricingConfigsCount()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getCustomerRepricingConfigsList()
  
    public List<CustomerRepricingConfig> getCustomerRepricingConfigsList()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
getCustomerRepricingConfigsOrBuilder(int index)
  
    public CustomerRepricingConfigOrBuilder getCustomerRepricingConfigsOrBuilder(int index)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getCustomerRepricingConfigsOrBuilderList()
  
    public List<? extends CustomerRepricingConfigOrBuilder> getCustomerRepricingConfigsOrBuilderList()
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.channel.v1.CustomerRepricingConfigOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public ListCustomerRepricingConfigsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListCustomerRepricingConfigsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve the next page of results.
 Pass to
 ListCustomerRepricingConfigsRequest.page_token
 to obtain that page.
 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(ListCustomerRepricingConfigsResponse other)
  
    public ListCustomerRepricingConfigsResponse.Builder mergeFrom(ListCustomerRepricingConfigsResponse other)
   
  
  
  
  
  
    public ListCustomerRepricingConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListCustomerRepricingConfigsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListCustomerRepricingConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeCustomerRepricingConfigs(int index)
  
    public ListCustomerRepricingConfigsResponse.Builder removeCustomerRepricingConfigs(int index)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
  
    public ListCustomerRepricingConfigsResponse.Builder setCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
setCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
  
    public ListCustomerRepricingConfigsResponse.Builder setCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
   
   The repricing configs for this channel partner.
 
 repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListCustomerRepricingConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListCustomerRepricingConfigsResponse.Builder setNextPageToken(String value)
   
   A token to retrieve the next page of results.
 Pass to
 ListCustomerRepricingConfigsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListCustomerRepricingConfigsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve the next page of results.
 Pass to
 ListCustomerRepricingConfigsRequest.page_token
 to obtain that page.
 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 ListCustomerRepricingConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListCustomerRepricingConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides