Send feedback
Class Price (3.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.3.1 keyboard_arrow_down
public final class Price extends GeneratedMessageV3 implements PriceOrBuilder
Represents the price of the Offer.
Protobuf type google.cloud.channel.v1.Price
Fields
BASE_PRICE_FIELD_NUMBER
public static final int BASE_PRICE_FIELD_NUMBER
Field Value
DISCOUNT_FIELD_NUMBER
public static final int DISCOUNT_FIELD_NUMBER
Field Value
EFFECTIVE_PRICE_FIELD_NUMBER
public static final int EFFECTIVE_PRICE_FIELD_NUMBER
Field Value
EXTERNAL_PRICE_URI_FIELD_NUMBER
public static final int EXTERNAL_PRICE_URI_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getBasePrice()
public Money getBasePrice ()
Base price.
.google.type.Money base_price = 1;
Returns
Type Description com.google.type.Money The basePrice.
getBasePriceOrBuilder()
public MoneyOrBuilder getBasePriceOrBuilder ()
Base price.
.google.type.Money base_price = 1;
Returns
Type Description com.google.type.MoneyOrBuilder
getDefaultInstance()
public static Price getDefaultInstance ()
Returns
getDefaultInstanceForType()
public Price getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getDiscount()
public double getDiscount ()
Discount percentage, represented as decimal.
For example, a 20% discount will be represent as 0.2.
double discount = 2;
Returns
Type Description double The discount.
getEffectivePrice()
public Money getEffectivePrice ()
Effective Price after applying the discounts.
.google.type.Money effective_price = 3;
Returns
Type Description com.google.type.Money The effectivePrice.
getEffectivePriceOrBuilder()
public MoneyOrBuilder getEffectivePriceOrBuilder ()
Effective Price after applying the discounts.
.google.type.Money effective_price = 3;
Returns
Type Description com.google.type.MoneyOrBuilder
getExternalPriceUri()
public String getExternalPriceUri ()
Link to external price list, such as link to Google Voice rate card.
string external_price_uri = 4;
Returns
Type Description String The externalPriceUri.
getExternalPriceUriBytes()
public ByteString getExternalPriceUriBytes ()
Link to external price list, such as link to Google Voice rate card.
string external_price_uri = 4;
Returns
Type Description ByteString The bytes for externalPriceUri.
getParserForType()
public Parser<Price> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasBasePrice()
public boolean hasBasePrice ()
Base price.
.google.type.Money base_price = 1;
Returns
Type Description boolean Whether the basePrice field is set.
hasEffectivePrice()
public boolean hasEffectivePrice ()
Effective Price after applying the discounts.
.google.type.Money effective_price = 3;
Returns
Type Description boolean Whether the effectivePrice field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilder()
public static Price . Builder newBuilder ()
Returns
newBuilder(Price prototype)
public static Price . Builder newBuilder ( Price prototype )
Parameter
Name Description prototype Price
Returns
newBuilderForType()
public Price . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Price . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public static Price parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Price parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Price parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Price parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Price parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Price parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Price parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Price parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Price parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Price> parser ()
Returns
toBuilder()
public Price . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]