public interface ListCustomerRepricingConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfig |
|
getCustomerRepricingConfigsCount()
public abstract 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 abstract List<CustomerRepricingConfig> getCustomerRepricingConfigsList()The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |