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: 0The energy efficiency class is unspecified.
Generated from protobuf enum ENERGY_EFFICIENCY_CLASS_UNSPECIFIED = 0;
APPP
Value: 1A+++.
Generated from protobuf enum APPP = 1;
APP
Value: 2A++.
Generated from protobuf enum APP = 2;
AP
Value: 3A+.
Generated from protobuf enum AP = 3;
A
Value: 4A.
Generated from protobuf enum A = 4;
B
Value: 5B.
Generated from protobuf enum B = 5;
C
Value: 6C.
Generated from protobuf enum C = 6;
D
Value: 7D.
Generated from protobuf enum D = 7;
E
Value: 8E.
Generated from protobuf enum E = 8;
F
Value: 9F.
Generated from protobuf enum F = 9;
G
Value: 10G.
Generated from protobuf enum G = 10;