public static final class ListCustomerRepricingConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListCustomerRepricingConfigsResponse.Builder> implements ListCustomerRepricingConfigsResponseOrBuilder
Response message for CloudChannelService.ListCustomerRepricingConfigs.
Protobuf type google.cloud.channel.v1.ListCustomerRepricingConfigsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllCustomerRepricingConfigs(Iterable<? extends CustomerRepricingConfig> values)
public ListCustomerRepricingConfigsResponse.Builder addAllCustomerRepricingConfigs(Iterable<? extends CustomerRepricingConfig> values)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.channel.v1.CustomerRepricingConfig>
|
Returns
addCustomerRepricingConfigs(CustomerRepricingConfig value)
public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(CustomerRepricingConfig value)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
addCustomerRepricingConfigs(CustomerRepricingConfig.Builder builderForValue)
public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(CustomerRepricingConfig.Builder builderForValue)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
addCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameters
Returns
addCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
public ListCustomerRepricingConfigsResponse.Builder addCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameters
Returns
addCustomerRepricingConfigsBuilder()
public CustomerRepricingConfig.Builder addCustomerRepricingConfigsBuilder()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Returns
addCustomerRepricingConfigsBuilder(int index)
public CustomerRepricingConfig.Builder addCustomerRepricingConfigsBuilder(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListCustomerRepricingConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListCustomerRepricingConfigsResponse build()
Returns
buildPartial()
public ListCustomerRepricingConfigsResponse buildPartial()
Returns
clear()
public ListCustomerRepricingConfigsResponse.Builder clear()
Returns
Overrides
clearCustomerRepricingConfigs()
public ListCustomerRepricingConfigsResponse.Builder clearCustomerRepricingConfigs()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListCustomerRepricingConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListCustomerRepricingConfigsResponse.Builder clearNextPageToken()
A token to retrieve the next page of results.
Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that
page.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListCustomerRepricingConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListCustomerRepricingConfigsResponse.Builder clone()
Returns
Overrides
getCustomerRepricingConfigs(int index)
public CustomerRepricingConfig getCustomerRepricingConfigs(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
getCustomerRepricingConfigsBuilder(int index)
public CustomerRepricingConfig.Builder getCustomerRepricingConfigsBuilder(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
getCustomerRepricingConfigsBuilderList()
public List<CustomerRepricingConfig.Builder> getCustomerRepricingConfigsBuilderList()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Returns
getCustomerRepricingConfigsCount()
public int getCustomerRepricingConfigsCount()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Returns
getCustomerRepricingConfigsList()
public List<CustomerRepricingConfig> getCustomerRepricingConfigsList()
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Returns
getCustomerRepricingConfigsOrBuilder(int index)
public CustomerRepricingConfigOrBuilder getCustomerRepricingConfigsOrBuilder(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
getCustomerRepricingConfigsOrBuilderList()
public 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> | |
getDefaultInstanceForType()
public ListCustomerRepricingConfigsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListCustomerRepricingConfigsResponse other)
public ListCustomerRepricingConfigsResponse.Builder mergeFrom(ListCustomerRepricingConfigsResponse other)
Parameter
Returns
public ListCustomerRepricingConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListCustomerRepricingConfigsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListCustomerRepricingConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeCustomerRepricingConfigs(int index)
public ListCustomerRepricingConfigsResponse.Builder removeCustomerRepricingConfigs(int index)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameter
Returns
setCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
public ListCustomerRepricingConfigsResponse.Builder setCustomerRepricingConfigs(int index, CustomerRepricingConfig value)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameters
Returns
setCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
public ListCustomerRepricingConfigsResponse.Builder setCustomerRepricingConfigs(int index, CustomerRepricingConfig.Builder builderForValue)
The repricing configs for this channel partner.
repeated .google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_configs = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListCustomerRepricingConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListCustomerRepricingConfigsResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results.
Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that
page.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListCustomerRepricingConfigsResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve the next page of results.
Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that
page.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListCustomerRepricingConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListCustomerRepricingConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides