Package com.google.cloud.channel.v1
Interface ListCustomerRepricingConfigsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCustomerRepricingConfigsResponse,ListCustomerRepricingConfigsResponse.Builder
public interface ListCustomerRepricingConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerRepricingConfiggetCustomerRepricingConfigs(int index)The repricing configs for this channel partner.intgetCustomerRepricingConfigsCount()The repricing configs for this channel partner.List<CustomerRepricingConfig>getCustomerRepricingConfigsList()The repricing configs for this channel partner.CustomerRepricingConfigOrBuildergetCustomerRepricingConfigsOrBuilder(int index)The repricing configs for this channel partner.List<? extends CustomerRepricingConfigOrBuilder>getCustomerRepricingConfigsOrBuilderList()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
-
getCustomerRepricingConfigsList
List<CustomerRepricingConfig> getCustomerRepricingConfigsList()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
-
getCustomerRepricingConfigs
CustomerRepricingConfig getCustomerRepricingConfigs(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
-
getCustomerRepricingConfigsCount
int getCustomerRepricingConfigsCount()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
-
getCustomerRepricingConfigsOrBuilderList
List<? extends CustomerRepricingConfigOrBuilder> getCustomerRepricingConfigsOrBuilderList()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
-
getCustomerRepricingConfigsOrBuilder
CustomerRepricingConfigOrBuilder getCustomerRepricingConfigsOrBuilder(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
-
getNextPageToken
String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListCustomerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsRequest.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 [ListCustomerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-