Class: Google::Shopping::Merchant::Products::V1beta::Certification

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1beta/products_common.rb

Overview

Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.

Instance Attribute Summary collapse

Instance Attribute Details

#certification_authority::String

Returns The certification authority, for example "European_Commission". Maximum length is 2000 characters.

Returns:

  • (::String)

    The certification authority, for example "European_Commission". Maximum length is 2000 characters.



674
675
676
677
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#certification_code::String

Returns The certification code. Maximum length is 2000 characters.

Returns:

  • (::String)

    The certification code. Maximum length is 2000 characters.



674
675
676
677
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#certification_name::String

Returns The name of the certification, for example "EPREL". Maximum length is 2000 characters.

Returns:

  • (::String)

    The name of the certification, for example "EPREL". Maximum length is 2000 characters.



674
675
676
677
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#certification_value::String

Returns The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

Returns:

  • (::String)

    The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.



674
675
676
677
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 674

class Certification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end