public final class Price extends GeneratedMessageV3 implements PriceOrBuilder
Represents the price of the Offer.
Protobuf type google.cloud.channel.v1.Price
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
BASE_PRICE_FIELD_NUMBER
public static final int BASE_PRICE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DISCOUNT_FIELD_NUMBER
public static final int DISCOUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EFFECTIVE_PRICE_FIELD_NUMBER
public static final int EFFECTIVE_PRICE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EXTERNAL_PRICE_URI_FIELD_NUMBER
public static final int EXTERNAL_PRICE_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Price getDefaultInstance()
Returns |
---|
Type | Description |
Price | |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Price.Builder newBuilder()
newBuilder(Price prototype)
public static Price.Builder newBuilder(Price prototype)
Parameter |
---|
Name | Description |
prototype | Price
|
public static Price parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Price | |
public static Price parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
parseFrom(byte[] data)
public static Price parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Price | |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
parseFrom(ByteString data)
public static Price parseFrom(ByteString data)
Returns |
---|
Type | Description |
Price | |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
public static Price parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Price | |
public static Price parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
public static Price parseFrom(InputStream input)
Returns |
---|
Type | Description |
Price | |
public static Price parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
parseFrom(ByteBuffer data)
public static Price parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Price | |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Price parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Price | |
parser()
public static Parser<Price> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 | |
getDefaultInstanceForType()
public Price getDefaultInstanceForType()
Returns |
---|
Type | Description |
Price | |
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Price.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Price.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Price.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides