public static final class ProductCatalogItem.ExactPrice extends GeneratedMessage implements ProductCatalogItem.ExactPriceOrBuilderExact product price.
Protobuf type google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ProductCatalogItem.ExactPriceImplements
ProductCatalogItem.ExactPriceOrBuilderStatic 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 |
|
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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ProductCatalogItem.ExactPrice.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ProductCatalogItem.ExactPrice.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ProductCatalogItem.ExactPrice.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ProductCatalogItem.ExactPrice.Builder |
|
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 |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|