Package com.google.cloud.channel.v1
Interface ListChannelPartnerRepricingConfigsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListChannelPartnerRepricingConfigsResponse,ListChannelPartnerRepricingConfigsResponse.Builder
public interface ListChannelPartnerRepricingConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelPartnerRepricingConfiggetChannelPartnerRepricingConfigs(int index)The repricing configs for this channel partner.intgetChannelPartnerRepricingConfigsCount()The repricing configs for this channel partner.List<ChannelPartnerRepricingConfig>getChannelPartnerRepricingConfigsList()The repricing configs for this channel partner.ChannelPartnerRepricingConfigOrBuildergetChannelPartnerRepricingConfigsOrBuilder(int index)The repricing configs for this channel partner.List<? extends ChannelPartnerRepricingConfigOrBuilder>getChannelPartnerRepricingConfigsOrBuilderList()The repricing configs for this channel partner.StringgetNextPageToken()A token to retrieve the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to retrieve the next page of results.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-