google-apis-content_v2_1 0.37.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fef6ae810ce1057655a9fb7277c490387548c0173e15d6a324fa2c40dc272dc
4
- data.tar.gz: 497449f55f0fa047d19b45a56d80ad2bda171d2107836e00fb56b24933bb4776
3
+ metadata.gz: 4b3915fc94feda938afbde96610471671a3b61279a712abfe3f8e075a755d50a
4
+ data.tar.gz: 1442684436fe0c2c91c0b807f50223d963a7bcb99dfba7546123a19482a59a20
5
5
  SHA512:
6
- metadata.gz: 843e1c807c367d90c09fd5c4c20f029d517570a8538202557b27018c852065afd80f1baf4c86cf9a7aed1f58007845324b5abdcfc6efe5c4ae0f7df2a89fa800
7
- data.tar.gz: 6ce3a29d748384ef8c79da97f70103e61ff175201e5b812541ca6094df7ed160149b769c4f792265cb82ba5fb7aa3d2bc9d9b8bcd234fe2f5db4fad0f4f9db52
6
+ metadata.gz: 68dfeed87e544b45e86f3ad7bec680859a3a538d3e34e0d119b2557ad9676d5863044446746457060defce87dcbdee5ff6f14ba2eef7ebd682f33b8e3141df84
7
+ data.tar.gz: '0509e3b6a64149255aff42a96d5f37c29018a3701a8dcd36214307d435583955381ccb8521dea37c851191f4931ac23bf2279a8e05b2332ff09dbc1e457e26b1'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.38.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250208
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.37.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241217
@@ -677,6 +677,43 @@ module Google
677
677
  # @return [String]
678
678
  attr_accessor :prerendered_content
679
679
 
680
+ # Pre-rendered HTML that contains a link to the external location where the ODS
681
+ # can be requested and instructions for how to request it. HTML elements contain
682
+ # CSS classes that can be used to customize the style of this snippet. Always
683
+ # sanitize the HTML before embedding it directly to your application. The
684
+ # sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `
685
+ # ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://
686
+ # www.npmjs.com/package/dompurify). CSS classes: * `ods-section`* - wrapper
687
+ # around the out-of-court dispute resolution section * `ods-description`* -
688
+ # intro text for the out-of-court dispute resolution. It may contain multiple
689
+ # segments and a link. * `ods-param`* - wrapper around the header-value pair for
690
+ # parameters that merchant may need to provide during the ODS process. * `ods-
691
+ # routing-id`* - ods param for the Routing ID. * `ods-reference-id`* - ods param
692
+ # for the Routing ID. * `ods-param-header`* - header for the ODS parameter * `
693
+ # ods-param-value`* - value of the ODS parameter. This value should be rendered
694
+ # in a way that it is easy for merchants to identify and copy. * `segment` -
695
+ # section of the text, `span` inside paragraph * `segment-attribute` - section
696
+ # of the text that represents a product attribute, for example 'image\_link' * `
697
+ # segment-literal` - section of the text that contains a special value, for
698
+ # example '0-1000 kg' * `segment-bold` - section of the text that should be
699
+ # rendered as bold * `segment-italic` - section of the text that should be
700
+ # rendered as italic * `tooltip` - used on paragraphs that should be rendered
701
+ # with a tooltip. A section of the text in such a paragraph will have a class `
702
+ # tooltip-text` and is intended to be shown in a mouse over dialog. If the style
703
+ # is not used, the `tooltip-text` section would be shown on a new line, after
704
+ # the main part of the text. * `tooltip-text` - marks a section of the text
705
+ # within a `tooltip`, that is intended to be shown in a mouse over dialog. * `
706
+ # tooltip-icon` - marks a section of the text within a `tooltip`, that can be
707
+ # replaced with a tooltip icon, for example '?' or 'i'. By default, this section
708
+ # contains a `br` tag, that is separating the main text and the tooltip text
709
+ # when the style is not used. * `tooltip-style-question` - the tooltip shows
710
+ # helpful information, can use the '?' as an icon. * `tooltip-style-info` - the
711
+ # tooltip adds additional information fitting to the context, can use the 'i' as
712
+ # an icon.
713
+ # Corresponds to the JSON property `prerenderedOutOfCourtDisputeSettlement`
714
+ # @return [String]
715
+ attr_accessor :prerendered_out_of_court_dispute_settlement
716
+
680
717
  # Title of the issue.
681
718
  # Corresponds to the JSON property `title`
682
719
  # @return [String]
@@ -691,6 +728,7 @@ module Google
691
728
  @actions = args[:actions] if args.key?(:actions)
692
729
  @impact = args[:impact] if args.key?(:impact)
693
730
  @prerendered_content = args[:prerendered_content] if args.key?(:prerendered_content)
731
+ @prerendered_out_of_court_dispute_settlement = args[:prerendered_out_of_court_dispute_settlement] if args.key?(:prerendered_out_of_court_dispute_settlement)
694
732
  @title = args[:title] if args.key?(:title)
695
733
  end
696
734
  end
@@ -2389,7 +2427,7 @@ module Google
2389
2427
  # @return [Fixnum]
2390
2428
  attr_accessor :attribution_lookback_window_in_days
2391
2429
 
2392
- # Required. Attribution model.
2430
+ #
2393
2431
  # Corresponds to the JSON property `attributionModel`
2394
2432
  # @return [String]
2395
2433
  attr_accessor :attribution_model
@@ -9664,6 +9702,43 @@ module Google
9664
9702
  # @return [String]
9665
9703
  attr_accessor :prerendered_content
9666
9704
 
9705
+ # Pre-rendered HTML that contains a link to the external location where the ODS
9706
+ # can be requested and instructions for how to request it. HTML elements contain
9707
+ # CSS classes that can be used to customize the style of this snippet. Always
9708
+ # sanitize the HTML before embedding it directly to your application. The
9709
+ # sanitizer needs to allow basic HTML tags, such as: `div`, `span`, `p`, `a`, `
9710
+ # ul`, `li`, `table`, `tr`, `td`. For example, you can use [DOMPurify](https://
9711
+ # www.npmjs.com/package/dompurify). CSS classes: * `ods-section`* - wrapper
9712
+ # around the out-of-court dispute resolution section * `ods-description`* -
9713
+ # intro text for the out-of-court dispute resolution. It may contain multiple
9714
+ # segments and a link. * `ods-param`* - wrapper around the header-value pair for
9715
+ # parameters that merchant may need to provide during the ODS process. * `ods-
9716
+ # routing-id`* - ods param for the Routing ID. * `ods-reference-id`* - ods param
9717
+ # for the Routing ID. * `ods-param-header`* - header for the ODS parameter * `
9718
+ # ods-param-value`* - value of the ODS parameter. This value should be rendered
9719
+ # in a way that it is easy for merchants to identify and copy. * `segment` -
9720
+ # section of the text, `span` inside paragraph * `segment-attribute` - section
9721
+ # of the text that represents a product attribute, for example 'image\_link' * `
9722
+ # segment-literal` - section of the text that contains a special value, for
9723
+ # example '0-1000 kg' * `segment-bold` - section of the text that should be
9724
+ # rendered as bold * `segment-italic` - section of the text that should be
9725
+ # rendered as italic * `tooltip` - used on paragraphs that should be rendered
9726
+ # with a tooltip. A section of the text in such a paragraph will have a class `
9727
+ # tooltip-text` and is intended to be shown in a mouse over dialog. If the style
9728
+ # is not used, the `tooltip-text` section would be shown on a new line, after
9729
+ # the main part of the text. * `tooltip-text` - marks a section of the text
9730
+ # within a `tooltip`, that is intended to be shown in a mouse over dialog. * `
9731
+ # tooltip-icon` - marks a section of the text within a `tooltip`, that can be
9732
+ # replaced with a tooltip icon, for example '?' or 'i'. By default, this section
9733
+ # contains a `br` tag, that is separating the main text and the tooltip text
9734
+ # when the style is not used. * `tooltip-style-question` - the tooltip shows
9735
+ # helpful information, can use the '?' as an icon. * `tooltip-style-info` - the
9736
+ # tooltip adds additional information fitting to the context, can use the 'i' as
9737
+ # an icon.
9738
+ # Corresponds to the JSON property `prerenderedOutOfCourtDisputeSettlement`
9739
+ # @return [String]
9740
+ attr_accessor :prerendered_out_of_court_dispute_settlement
9741
+
9667
9742
  # Title of the issue.
9668
9743
  # Corresponds to the JSON property `title`
9669
9744
  # @return [String]
@@ -9678,6 +9753,7 @@ module Google
9678
9753
  @actions = args[:actions] if args.key?(:actions)
9679
9754
  @impact = args[:impact] if args.key?(:impact)
9680
9755
  @prerendered_content = args[:prerendered_content] if args.key?(:prerendered_content)
9756
+ @prerendered_out_of_court_dispute_settlement = args[:prerendered_out_of_court_dispute_settlement] if args.key?(:prerendered_out_of_court_dispute_settlement)
9681
9757
  @title = args[:title] if args.key?(:title)
9682
9758
  end
9683
9759
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241217"
25
+ REVISION = "20250208"
26
26
  end
27
27
  end
28
28
  end
@@ -2180,6 +2180,7 @@ module Google
2180
2180
  property :impact, as: 'impact', class: Google::Apis::ContentV2_1::AccountIssueImpact, decorator: Google::Apis::ContentV2_1::AccountIssueImpact::Representation
2181
2181
 
2182
2182
  property :prerendered_content, as: 'prerenderedContent'
2183
+ property :prerendered_out_of_court_dispute_settlement, as: 'prerenderedOutOfCourtDisputeSettlement'
2183
2184
  property :title, as: 'title'
2184
2185
  end
2185
2186
  end
@@ -4468,6 +4469,7 @@ module Google
4468
4469
  property :impact, as: 'impact', class: Google::Apis::ContentV2_1::ProductIssueImpact, decorator: Google::Apis::ContentV2_1::ProductIssueImpact::Representation
4469
4470
 
4470
4471
  property :prerendered_content, as: 'prerenderedContent'
4472
+ property :prerendered_out_of_court_dispute_settlement, as: 'prerenderedOutOfCourtDisputeSettlement'
4471
4473
  property :title, as: 'title'
4472
4474
  end
4473
4475
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.38.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Content API for Shopping V2_1
82
79
  test_files: []