Interface ListCustomerRepricingConfigsResponseOrBuilder (3.7.2)

public interface ListCustomerRepricingConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomerRepricingConfigs(int index)

public abstract CustomerRepricingConfig getCustomerRepricingConfigs(int index)

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomerRepricingConfig

getCustomerRepricingConfigsCount()

public abstract int getCustomerRepricingConfigsCount()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;

Returns
TypeDescription
int

getCustomerRepricingConfigsList()

public abstract List<CustomerRepricingConfig> getCustomerRepricingConfigsList()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;

Returns
TypeDescription
List<CustomerRepricingConfig>

getCustomerRepricingConfigsOrBuilder(int index)

public abstract CustomerRepricingConfigOrBuilder getCustomerRepricingConfigsOrBuilder(int index)

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomerRepricingConfigOrBuilder

getCustomerRepricingConfigsOrBuilderList()

public abstract List<? extends CustomerRepricingConfigOrBuilder> getCustomerRepricingConfigsOrBuilderList()

The repricing configs for this channel partner.

repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;

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

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.