google-apis-css_v1 0.7.0 → 0.8.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: 5eaff4a08eea7a7ba08cef2123315694c38c7d3a1affb9f1c3403378a7300c33
4
- data.tar.gz: 6f6bc22f9e8e291be4b9e4a9e092cf3b8d18b31c2721191c05732803bcf7a3ed
3
+ metadata.gz: 706b30d80c1d280098518b551536ed4bbcbce2a2a6b262749a84cc4f5e64e7f1
4
+ data.tar.gz: dd38565f74a6077f31d8b51bf61a0ca47c7cd5dff0ac2b2dcf90e98a557f5656
5
5
  SHA512:
6
- metadata.gz: 670c26eabc4fbae3403102af232f37927e6a6460ae6c77d3435cb732f9db0e4af1cdff658f4abae644db8a99c02686e65e02b20aae42666cdc3e8ef5f5d84262
7
- data.tar.gz: 93baf5ba4a42f8f490f39373c42127acd5b780ad296e2d7e600eacf0bd2805fdac7b89be0786b17744231413657ce38bb77c0fe31391aedf6976f523640fd641
6
+ metadata.gz: 647f726b40a7e4307a9f3c09bbdba8f824a2653e779511a7c9630d153f0179da31e3d31c2764eb028a2277dd6a440fd70fc81020dddb73581fab43a6f47cc14b
7
+ data.tar.gz: 82a67f6ad5d7ef48cde40586d6dac6a9a8156eefa126399d06507f15275f5ccf79986b76bd05cdd84bbddb27ec0f35d99865a4b7fff6de046fdfcdd710e16329
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-css_v1
2
2
 
3
+ ### v0.8.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250219
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.7.0 (2025-01-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20250106
@@ -64,6 +64,9 @@ module Google
64
64
 
65
65
  # The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain
66
66
  # for MC accounts. Returned only if the user has access to the parent account.
67
+ # Note: For MC sub-accounts, this is also the CSS domain that is the parent
68
+ # resource of the MCA account, since we are effectively flattening the hierarchy.
69
+ # "
67
70
  # Corresponds to the JSON property `parent`
68
71
  # @return [String]
69
72
  attr_accessor :parent
@@ -624,7 +627,9 @@ module Google
624
627
  attr_accessor :freshness_time
625
628
 
626
629
  # The name of the CSS Product input. Format: `accounts/`account`/
627
- # cssProductInputs/`css_product_input``
630
+ # cssProductInputs/`css_product_input``, where the last section `
631
+ # css_product_input` consists of 3 parts: contentLanguage~feedLabel~offerId.
632
+ # Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
628
633
  # Corresponds to the JSON property `name`
629
634
  # @return [String]
630
635
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CssV1
18
18
  # Version of the google-apis-css_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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 = "20250106"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -173,7 +173,9 @@ module Google
173
173
  # may take several minutes until the input is no longer available.
174
174
  # @param [String] name
175
175
  # Required. The name of the CSS product input resource to delete. Format:
176
- # accounts/`account`/cssProductInputs/`css_product_input`
176
+ # accounts/`account`/cssProductInputs/`css_product_input`, where the last
177
+ # section `css_product_input` consists of 3 parts: contentLanguage~feedLabel~
178
+ # offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
177
179
  # @param [Fixnum] supplemental_feed_id
178
180
  # The Content API Supplemental Feed ID. The field must not be set if the action
179
181
  # applies to a primary feed. If the field is set, then product action applies to
@@ -256,7 +258,9 @@ module Google
256
258
  # minutes before the processed Css Product can be retrieved.
257
259
  # @param [String] name
258
260
  # The name of the CSS Product input. Format: `accounts/`account`/
259
- # cssProductInputs/`css_product_input``
261
+ # cssProductInputs/`css_product_input``, where the last section `
262
+ # css_product_input` consists of 3 parts: contentLanguage~feedLabel~offerId.
263
+ # Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
260
264
  # @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
261
265
  # @param [String] update_mask
262
266
  # The list of CSS product attributes to be updated. If the update mask is
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-css_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for CSS API V1
79
79
  test_files: []