Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class EnergyEfficiencyClass.
The energy efficiency class as defined in EU directive 2010/30/EU.
Protobuf type google.shopping.merchant.products.v1.EnergyEfficiencyClass
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENERGY_EFFICIENCY_CLASS_UNSPECIFIED
Value: 0
The energy efficiency class is unspecified.
Generated from protobuf enum ENERGY_EFFICIENCY_CLASS_UNSPECIFIED = 0;
APPP
Value: 1
A+++.
Generated from protobuf enum APPP = 1;
APP
Value: 2
A++.
Generated from protobuf enum APP = 2;
AP
Value: 3
A+.
Generated from protobuf enum AP = 3;
A
Value: 4
A.
Generated from protobuf enum A = 4;
B
Value: 5
B.
Generated from protobuf enum B = 5;
C
Value: 6
C.
Generated from protobuf enum C = 6;
D
Value: 7
D.
Generated from protobuf enum D = 7;
E
Value: 8
E.
Generated from protobuf enum E = 8;
F
Value: 9
F.
Generated from protobuf enum F = 9;
G
Value: 10
G.
Generated from protobuf enum G = 10;