Interface ListCustomerRepricingConfigsResponseOrBuilder

    • Method Detail

      • getCustomerRepricingConfigsList

        List<CustomerRepricingConfig> getCustomerRepricingConfigsList()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
      • getCustomerRepricingConfigs

        CustomerRepricingConfig getCustomerRepricingConfigs​(int index)
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
      • getCustomerRepricingConfigsCount

        int getCustomerRepricingConfigsCount()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
      • getCustomerRepricingConfigsOrBuilderList

        List<? extends CustomerRepricingConfigOrBuilder> getCustomerRepricingConfigsOrBuilderList()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
      • getCustomerRepricingConfigsOrBuilder

        CustomerRepricingConfigOrBuilder getCustomerRepricingConfigsOrBuilder​(int index)
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListCustomerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve the next page of results.
         Pass to
         [ListCustomerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.