Interface ListChannelPartnerRepricingConfigsResponseOrBuilder (3.9.0)

public interface ListChannelPartnerRepricingConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelPartnerRepricingConfigs(int index)

public abstract ChannelPartnerRepricingConfig getChannelPartnerRepricingConfigs(int index)

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelPartnerRepricingConfig

getChannelPartnerRepricingConfigsCount()

public abstract int getChannelPartnerRepricingConfigsCount()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;

Returns
TypeDescription
int

getChannelPartnerRepricingConfigsList()

public abstract List<ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigsList()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;

Returns
TypeDescription
List<ChannelPartnerRepricingConfig>

getChannelPartnerRepricingConfigsOrBuilder(int index)

public abstract ChannelPartnerRepricingConfigOrBuilder getChannelPartnerRepricingConfigsOrBuilder(int index)

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelPartnerRepricingConfigOrBuilder

getChannelPartnerRepricingConfigsOrBuilderList()

public abstract List<? extends ChannelPartnerRepricingConfigOrBuilder> getChannelPartnerRepricingConfigsOrBuilderList()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_configs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.ChannelPartnerRepricingConfigOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.