Enum CertificationAuthority (1.0.0)

public enum CertificationAuthority extends Enum<CertificationAuthority> implements ProtocolMessageEnum

The certification authority.

Protobuf enum google.shopping.merchant.products.v1.CertificationAuthority

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADEME

For the French CO2 emissions class for vehicles.

ADEME = 1;

ADEME_VALUE

For the French CO2 emissions class for vehicles.

ADEME = 1;

BMWK

For the German CO2 emissions classes for vehicles.

BMWK = 2;

BMWK_VALUE

For the German CO2 emissions classes for vehicles.

BMWK = 2;

CERTIFICATION_AUTHORITY_UNSPECIFIED

Certification authority is not specified.

CERTIFICATION_AUTHORITY_UNSPECIFIED = 0;

CERTIFICATION_AUTHORITY_UNSPECIFIED_VALUE

Certification authority is not specified.

CERTIFICATION_AUTHORITY_UNSPECIFIED = 0;

EC

European Commission for energy labels in the EU.

EC = 4;

EC_VALUE

European Commission for energy labels in the EU.

EC = 4;

EPA

Environment Protection Agency.

EPA = 3;

EPA_VALUE

Environment Protection Agency.

EPA = 3;

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