Class PercentageAdjustment (3.9.0)

public final class PercentageAdjustment extends GeneratedMessageV3 implements PercentageAdjustmentOrBuilder

An adjustment that applies a flat markup or markdown to an entire bill.

Protobuf type google.cloud.channel.v1.PercentageAdjustment

Static Fields

PERCENTAGE_FIELD_NUMBER

public static final int PERCENTAGE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PercentageAdjustment getDefaultInstance()
Returns
TypeDescription
PercentageAdjustment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PercentageAdjustment.Builder newBuilder()
Returns
TypeDescription
PercentageAdjustment.Builder

newBuilder(PercentageAdjustment prototype)

public static PercentageAdjustment.Builder newBuilder(PercentageAdjustment prototype)
Parameter
NameDescription
prototypePercentageAdjustment
Returns
TypeDescription
PercentageAdjustment.Builder

parseDelimitedFrom(InputStream input)

public static PercentageAdjustment parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PercentageAdjustment parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PercentageAdjustment parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PercentageAdjustment parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PercentageAdjustment parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PercentageAdjustment parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PercentageAdjustment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PercentageAdjustment
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PercentageAdjustment> parser()
Returns
TypeDescription
Parser<PercentageAdjustment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public PercentageAdjustment getDefaultInstanceForType()
Returns
TypeDescription
PercentageAdjustment

getParserForType()

public Parser<PercentageAdjustment> getParserForType()
Returns
TypeDescription
Parser<PercentageAdjustment>
Overrides

getPercentage()

public Decimal getPercentage()

The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00"

.google.type.Decimal percentage = 2;

Returns
TypeDescription
com.google.type.Decimal

The percentage.

getPercentageOrBuilder()

public DecimalOrBuilder getPercentageOrBuilder()

The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00"

.google.type.Decimal percentage = 2;

Returns
TypeDescription
com.google.type.DecimalOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasPercentage()

public boolean hasPercentage()

The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00"

.google.type.Decimal percentage = 2;

Returns
TypeDescription
boolean

Whether the percentage field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PercentageAdjustment.Builder newBuilderForType()
Returns
TypeDescription
PercentageAdjustment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PercentageAdjustment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PercentageAdjustment.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PercentageAdjustment.Builder toBuilder()
Returns
TypeDescription
PercentageAdjustment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException