Class: Google::Shopping::Css::V1::CssProduct

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/css_products.rb

Overview

The processed CSS Product(a.k.a Aggregate Offer internally).

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Google::Shopping::Css::V1::Attributes (readonly)

Returns Output only. A list of product attributes.

Returns:



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#content_language::String (readonly)

Returns Output only. The two-letter ISO 639-1 language code for the product.

Returns:

  • (::String)

    Output only. The two-letter ISO 639-1 language code for the product.



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#css_product_status::Google::Shopping::Css::V1::CssProductStatus (readonly)

Returns Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously.

Returns:



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#custom_attributes::Array<::Google::Shopping::Type::CustomAttribute> (readonly)

Returns Output only. A list of custom (CSS-provided) attributes. It can also be used to submit any attribute of the feed specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google.

Returns:

  • (::Array<::Google::Shopping::Type::CustomAttribute>)

    Output only. A list of custom (CSS-provided) attributes. It can also be used to submit any attribute of the feed specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google.



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#feed_label::String (readonly)

Returns Output only. The feed label for the product.

Returns:

  • (::String)

    Output only. The feed label for the product.



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#name::String

Returns The name of the CSS Product. Format: "accounts/{account}/cssProducts/{css_product}".

Returns:

  • (::String)

    The name of the CSS Product. Format: "accounts/{account}/cssProducts/{css_product}"



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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

#raw_provided_id::String (readonly)

Returns Output only. Your unique raw identifier for the product.

Returns:

  • (::String)

    Output only. Your unique raw identifier for the product.



65
66
67
68
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 65

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