Enum ProductAttributes.EngineType (1.23.0)

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

The engine type of the vehicle.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIESEL

Diesel.

DIESEL = 2;

DIESEL_VALUE

Diesel.

DIESEL = 2;

ELECTRIC

Electric.

ELECTRIC = 3;

ELECTRIC_VALUE

Electric.

ELECTRIC = 3;

ENGINE_TYPE_UNSPECIFIED

Unspecified engine type.

ENGINE_TYPE_UNSPECIFIED = 0;

ENGINE_TYPE_UNSPECIFIED_VALUE

Unspecified engine type.

ENGINE_TYPE_UNSPECIFIED = 0;

GASOLINE

Gasoline.

GASOLINE = 1;

GASOLINE_VALUE

Gasoline.

GASOLINE = 1;

HYBRID

Hybrid.

HYBRID = 4;

HYBRID_VALUE

Hybrid.

HYBRID = 4;

LPG

LPG.

LPG = 7;

LPG_VALUE

LPG.

LPG = 7;

METHANE

Methane.

METHANE = 8;

METHANE_VALUE

Methane.

METHANE = 8;

NATURAL_GAS

Natural gas.

NATURAL_GAS = 6;

NATURAL_GAS_VALUE

Natural gas.

NATURAL_GAS = 6;

OTHER

Other.

OTHER = 9;

OTHER_VALUE

Other.

OTHER = 9;

PLUG_IN_HYBRID

Plug-in hybrid.

PLUG_IN_HYBRID = 5;

PLUG_IN_HYBRID_VALUE

Plug-in hybrid.

PLUG_IN_HYBRID = 5;

UNRECOGNIZED

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()