public interface ListChannelPartnerRepricingConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |