Class: Google::Shopping::Merchant::Products::V1::ProductCertification

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1/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::Google::Shopping::Merchant::Products::V1::CertificationAuthority

Returns The certification authority.

Returns:



695
696
697
698
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695

class ProductCertification
  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.



695
696
697
698
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695

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

#certification_name::Google::Shopping::Merchant::Products::V1::CertificationName

Returns The name of the certification.

Returns:



695
696
697
698
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695

class ProductCertification
  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.



695
696
697
698
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 695

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