Package com.google.cloud.channel.v1
Interface RepricingAdjustmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RepricingAdjustment,RepricingAdjustment.Builder
public interface RepricingAdjustmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepricingAdjustment.AdjustmentCasegetAdjustmentCase()PercentageAdjustmentgetPercentageAdjustment()Flat markup or markdown on an entire bill.PercentageAdjustmentOrBuildergetPercentageAdjustmentOrBuilder()Flat markup or markdown on an entire bill.booleanhasPercentageAdjustment()Flat markup or markdown on an entire bill.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPercentageAdjustment
boolean hasPercentageAdjustment()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;- Returns:
- Whether the percentageAdjustment field is set.
-
getPercentageAdjustment
PercentageAdjustment getPercentageAdjustment()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;- Returns:
- The percentageAdjustment.
-
getPercentageAdjustmentOrBuilder
PercentageAdjustmentOrBuilder getPercentageAdjustmentOrBuilder()
Flat markup or markdown on an entire bill.
.google.cloud.channel.v1.PercentageAdjustment percentage_adjustment = 2;
-
getAdjustmentCase
RepricingAdjustment.AdjustmentCase getAdjustmentCase()
-
-