Enum ProductAttributes.VehiclePriceType (1.23.0)

public enum ProductAttributes.VehiclePriceType extends Enum<ProductAttributes.VehiclePriceType> implements ProtocolMessageEnum

The vehicle price type.

Protobuf enum google.shopping.merchant.products.v1.ProductAttributes.VehiclePriceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_IN_PRICE

All in price.

ALL_IN_PRICE = 1;

ALL_IN_PRICE_VALUE

All in price.

ALL_IN_PRICE = 1;

DRIVE_AWAY_PRICE

Drive away price.

DRIVE_AWAY_PRICE = 2;

DRIVE_AWAY_PRICE_VALUE

Drive away price.

DRIVE_AWAY_PRICE = 2;

ESTIMATED_DRIVE_AWAY_PRICE

Estimated drive away price.

ESTIMATED_DRIVE_AWAY_PRICE = 3;

ESTIMATED_DRIVE_AWAY_PRICE_VALUE

Estimated drive away price.

ESTIMATED_DRIVE_AWAY_PRICE = 3;

EXCLUDING_GOVERNMENT_CHARGES_PRICE

Excluding government charges price.

EXCLUDING_GOVERNMENT_CHARGES_PRICE = 4;

EXCLUDING_GOVERNMENT_CHARGES_PRICE_VALUE

Excluding government charges price.

EXCLUDING_GOVERNMENT_CHARGES_PRICE = 4;

UNRECOGNIZED
VEHICLE_BASE_PRICE

Vehicle base price.

VEHICLE_BASE_PRICE = 5;

VEHICLE_BASE_PRICE_VALUE

Vehicle base price.

VEHICLE_BASE_PRICE = 5;

VEHICLE_PRICE_TYPE_UNSPECIFIED

Unspecified vehicle price type.

VEHICLE_PRICE_TYPE_UNSPECIFIED = 0;

VEHICLE_PRICE_TYPE_UNSPECIFIED_VALUE

Unspecified vehicle price type.

VEHICLE_PRICE_TYPE_UNSPECIFIED = 0;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()