Skip to content

Commit

Permalink
docs: [google-shopping-css] update Certification field descriptions (
Browse files Browse the repository at this point in the history
…#13027)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 665432329

Source-Link:
googleapis/googleapis@5988300

Source-Link:
googleapis/googleapis-gen@bc2954f
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLWNzcy8uT3dsQm90LnlhbWwiLCJoIjoiYmMyOTU0ZmQxZWQ1ZGUwNDA1MTdlZTA3ZmI4NGQ5MjVjYWZiMWI1MiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 21, 2024
1 parent f69f153 commit 70e2dd5
Showing 1 changed file with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,27 @@ class Attributes(proto.Message):


class Certification(proto.Message):
r"""The certification for the product.
r"""The certification for the product. Use the this attribute to
describe certifications, such as energy efficiency ratings,
associated with a product.
Attributes:
name (str):
Name of the certification.
The name of the certification. At this time,
the most common value is "EPREL", which
represents energy efficiency certifications in
the EU European Registry for Energy Labeling
(EPREL) database.
authority (str):
Name of the certification body.
The authority or certification body responsible for issuing
the certification. At this time, the most common value is
"EC" or “European_Commission” for energy labels in the EU.
code (str):
A unique code to identify the certification.
The code of the certification. For example,
for the EPREL certificate with the link
https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
the code is 123456. The code is required for
European Energy Labels.
"""

name: str = proto.Field(
Expand Down

0 comments on commit 70e2dd5

Please sign in to comment.