- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class RepricingAdjustment.Builder extends GeneratedMessageV3.Builder<RepricingAdjustment.Builder> implements RepricingAdjustmentOrBuilder
A type that represents the various adjustments you can apply to a bill.
Protobuf type google.cloud.channel.v1.RepricingAdjustment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RepricingAdjustment.BuilderImplements
RepricingAdjustmentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RepricingAdjustment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
build()
public RepricingAdjustment build()
Returns | |
---|---|
Type | Description |
RepricingAdjustment |
buildPartial()
public RepricingAdjustment buildPartial()
Returns | |
---|---|
Type | Description |
RepricingAdjustment |
clear()
public RepricingAdjustment.Builder clear()
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
clearAdjustment()
public RepricingAdjustment.Builder clearAdjustment()
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
clearField(Descriptors.FieldDescriptor field)
public RepricingAdjustment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RepricingAdjustment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
clearPercentageAdjustment()
public RepricingAdjustment.Builder clearPercentageAdjustment()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
clone()
public RepricingAdjustment.Builder clone()
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
getAdjustmentCase()
public RepricingAdjustment.AdjustmentCase getAdjustmentCase()
Returns | |
---|---|
Type | Description |
RepricingAdjustment.AdjustmentCase |
getDefaultInstanceForType()
public RepricingAdjustment getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RepricingAdjustment |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPercentageAdjustment()
public PercentageAdjustment getPercentageAdjustment()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Returns | |
---|---|
Type | Description |
PercentageAdjustment |
The percentageAdjustment. |
getPercentageAdjustmentBuilder()
public PercentageAdjustment.Builder getPercentageAdjustmentBuilder()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Returns | |
---|---|
Type | Description |
PercentageAdjustment.Builder |
getPercentageAdjustmentOrBuilder()
public PercentageAdjustmentOrBuilder getPercentageAdjustmentOrBuilder()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Returns | |
---|---|
Type | Description |
PercentageAdjustmentOrBuilder |
hasPercentageAdjustment()
public boolean hasPercentageAdjustment()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the percentageAdjustment field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(RepricingAdjustment other)
public RepricingAdjustment.Builder mergeFrom(RepricingAdjustment other)
Parameter | |
---|---|
Name | Description |
other |
RepricingAdjustment |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RepricingAdjustment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public RepricingAdjustment.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
mergePercentageAdjustment(PercentageAdjustment value)
public RepricingAdjustment.Builder mergePercentageAdjustment(PercentageAdjustment value)
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Parameter | |
---|---|
Name | Description |
value |
PercentageAdjustment |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RepricingAdjustment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RepricingAdjustment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
setPercentageAdjustment(PercentageAdjustment value)
public RepricingAdjustment.Builder setPercentageAdjustment(PercentageAdjustment value)
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Parameter | |
---|---|
Name | Description |
value |
PercentageAdjustment |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
setPercentageAdjustment(PercentageAdjustment.Builder builderForValue)
public RepricingAdjustment.Builder setPercentageAdjustment(PercentageAdjustment.Builder builderForValue)
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
PercentageAdjustment.Builder |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RepricingAdjustment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RepricingAdjustment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RepricingAdjustment.Builder |