Enum ProductAttributes.EmissionsStandard (1.23.0)

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

The emission standard of the vehicle.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
EMISSIONS_STANDARD_UNSPECIFIED

Unspecified emission standard.

EMISSIONS_STANDARD_UNSPECIFIED = 0;

EMISSIONS_STANDARD_UNSPECIFIED_VALUE

Unspecified emission standard.

EMISSIONS_STANDARD_UNSPECIFIED = 0;

EURO1

Euro 1.

EURO1 = 2;

EURO1_VALUE

Euro 1.

EURO1 = 2;

EURO2

Euro 2.

EURO2 = 3;

EURO2_VALUE

Euro 2.

EURO2 = 3;

EURO3

Euro 3.

EURO3 = 4;

EURO3_VALUE

Euro 3.

EURO3 = 4;

EURO4

Euro 4.

EURO4 = 5;

EURO4_VALUE

Euro 4.

EURO4 = 5;

EURO5

Euro 5.

EURO5 = 6;

EURO5B

Euro 5b.

EURO5B = 7;

EURO5B_VALUE

Euro 5b.

EURO5B = 7;

EURO5_VALUE

Euro 5.

EURO5 = 6;

EURO6

Euro 6.

EURO6 = 8;

EURO6C

Euro 6c.

EURO6C = 9;

EURO6C_VALUE

Euro 6c.

EURO6C = 9;

EURO6D

Euro 6d.

EURO6D = 10;

EURO6D_TEMP

Euro 6d-TEMP.

EURO6D_TEMP = 11;

EURO6D_TEMP_VALUE

Euro 6d-TEMP.

EURO6D_TEMP = 11;

EURO6D_VALUE

Euro 6d.

EURO6D = 10;

EURO6E

Euro 6e.

EURO6E = 12;

EURO6E_VALUE

Euro 6e.

EURO6E = 12;

EURO6_VALUE

Euro 6.

EURO6 = 8;

UNRECOGNIZED
ZERO_EMISSIONS

Zero emissions.

ZERO_EMISSIONS = 1;

ZERO_EMISSIONS_VALUE

Zero emissions.

ZERO_EMISSIONS = 1;

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