Class ProductCatalogItem.ExactPrice (0.49.0)

public static final class ProductCatalogItem.ExactPrice extends GeneratedMessageV3 implements ProductCatalogItem.ExactPriceOrBuilder

Exact product price.

Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice

Static Fields

DISPLAY_PRICE_FIELD_NUMBER

public static final int DISPLAY_PRICE_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_PRICE_FIELD_NUMBER

public static final int ORIGINAL_PRICE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ProductCatalogItem.ExactPrice getDefaultInstance()
Returns
Type Description
ProductCatalogItem.ExactPrice

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ProductCatalogItem.ExactPrice.Builder newBuilder()
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

newBuilder(ProductCatalogItem.ExactPrice prototype)

public static ProductCatalogItem.ExactPrice.Builder newBuilder(ProductCatalogItem.ExactPrice prototype)
Parameter
Name Description
prototype ProductCatalogItem.ExactPrice
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

parseDelimitedFrom(InputStream input)

public static ProductCatalogItem.ExactPrice parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ProductCatalogItem.ExactPrice parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProductCatalogItem.ExactPrice parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProductCatalogItem.ExactPrice parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ProductCatalogItem.ExactPrice parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ProductCatalogItem.ExactPrice parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProductCatalogItem.ExactPrice parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductCatalogItem.ExactPrice
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ProductCatalogItem.ExactPrice> parser()
Returns
Type Description
Parser<ExactPrice>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ProductCatalogItem.ExactPrice getDefaultInstanceForType()
Returns
Type Description
ProductCatalogItem.ExactPrice

getDisplayPrice()

public float getDisplayPrice()

Optional. Display price of the product.

float display_price = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The displayPrice.

getOriginalPrice()

public float getOriginalPrice()

Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.

float original_price = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The originalPrice.

getParserForType()

public Parser<ProductCatalogItem.ExactPrice> getParserForType()
Returns
Type Description
Parser<ExactPrice>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ProductCatalogItem.ExactPrice.Builder newBuilderForType()
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProductCatalogItem.ExactPrice.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ProductCatalogItem.ExactPrice.Builder toBuilder()
Returns
Type Description
ProductCatalogItem.ExactPrice.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException