public static final class UpdateCustomerRepricingConfigRequest.Builder extends GeneratedMessageV3.Builder<UpdateCustomerRepricingConfigRequest.Builder> implements UpdateCustomerRepricingConfigRequestOrBuilder
Request message for
CloudChannelService.UpdateCustomerRepricingConfig.
Protobuf type google.cloud.channel.v1.UpdateCustomerRepricingConfigRequest
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateCustomerRepricingConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateCustomerRepricingConfigRequest build()
Returns
buildPartial()
public UpdateCustomerRepricingConfigRequest buildPartial()
Returns
clear()
public UpdateCustomerRepricingConfigRequest.Builder clear()
Returns
Overrides
clearCustomerRepricingConfig()
public UpdateCustomerRepricingConfigRequest.Builder clearCustomerRepricingConfig()
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public UpdateCustomerRepricingConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateCustomerRepricingConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public UpdateCustomerRepricingConfigRequest.Builder clone()
Returns
Overrides
getCustomerRepricingConfig()
public CustomerRepricingConfig getCustomerRepricingConfig()
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getCustomerRepricingConfigBuilder()
public CustomerRepricingConfig.Builder getCustomerRepricingConfigBuilder()
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getCustomerRepricingConfigOrBuilder()
public CustomerRepricingConfigOrBuilder getCustomerRepricingConfigOrBuilder()
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public UpdateCustomerRepricingConfigRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
hasCustomerRepricingConfig()
public boolean hasCustomerRepricingConfig()
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the customerRepricingConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeCustomerRepricingConfig(CustomerRepricingConfig value)
public UpdateCustomerRepricingConfigRequest.Builder mergeCustomerRepricingConfig(CustomerRepricingConfig value)
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(UpdateCustomerRepricingConfigRequest other)
public UpdateCustomerRepricingConfigRequest.Builder mergeFrom(UpdateCustomerRepricingConfigRequest other)
Parameter
Returns
public UpdateCustomerRepricingConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateCustomerRepricingConfigRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCustomerRepricingConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setCustomerRepricingConfig(CustomerRepricingConfig value)
public UpdateCustomerRepricingConfigRequest.Builder setCustomerRepricingConfig(CustomerRepricingConfig value)
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setCustomerRepricingConfig(CustomerRepricingConfig.Builder builderForValue)
public UpdateCustomerRepricingConfigRequest.Builder setCustomerRepricingConfig(CustomerRepricingConfig.Builder builderForValue)
Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateCustomerRepricingConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateCustomerRepricingConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateCustomerRepricingConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides