Interface ListChannelPartnerRepricingConfigsResponseOrBuilder

    • Method Detail

      • getChannelPartnerRepricingConfigsList

        List<ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigsList()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;
      • getChannelPartnerRepricingConfigs

        ChannelPartnerRepricingConfig getChannelPartnerRepricingConfigs​(int index)
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;
      • getChannelPartnerRepricingConfigsCount

        int getChannelPartnerRepricingConfigsCount()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;
      • getChannelPartnerRepricingConfigsOrBuilderList

        List<? extends ChannelPartnerRepricingConfigOrBuilder> getChannelPartnerRepricingConfigsOrBuilderList()
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;
      • getChannelPartnerRepricingConfigsOrBuilder

        ChannelPartnerRepricingConfigOrBuilder getChannelPartnerRepricingConfigsOrBuilder​(int index)
         The repricing configs for this channel partner.
         
        repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListChannelPartnerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListChannelPartnerRepricingConfigsRequest.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
         [ListChannelPartnerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListChannelPartnerRepricingConfigsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.