google-apis-css_v1 0.6.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: 200bdac4b416424eeabc6aa6e92dc82e5ea98ad6a6044c96b5d01c16809d9708
4
- data.tar.gz: 5c250984ea07e90ec31c90fc114bbd6d43a74371d170e8970e35f1f749dbee12
3
+ metadata.gz: 706b30d80c1d280098518b551536ed4bbcbce2a2a6b262749a84cc4f5e64e7f1
4
+ data.tar.gz: dd38565f74a6077f31d8b51bf61a0ca47c7cd5dff0ac2b2dcf90e98a557f5656
5
5
  SHA512:
6
- metadata.gz: f8abe74d894ad9cb80422bd4999152cd6140cb935517a1cb46625b42dd7fd24766c789880c5df2b0b145ebf742af04aa9cde140f7b44e14531de0db9bc551325
7
- data.tar.gz: 8cf38f2818c50ab99ea8ea3953f011cb4389635ed4c63f9fe0df071b5ca3acea387f5b78c12cde08a63d890d093ab20c8c06f1b474c659461a94a6bef5cd5fc0
6
+ metadata.gz: 647f726b40a7e4307a9f3c09bbdba8f824a2653e779511a7c9630d153f0179da31e3d31c2764eb028a2277dd6a440fd70fc81020dddb73581fab43a6f47cc14b
7
+ data.tar.gz: 82a67f6ad5d7ef48cde40586d6dac6a9a8156eefa126399d06507f15275f5ccf79986b76bd05cdd84bbddb27ec0f35d99865a4b7fff6de046fdfcdd710e16329
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.7.0 (2025-01-08)
9
+
10
+ * Regenerated from discovery document revision 20250106
11
+
3
12
  ### v0.6.0 (2024-12-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20241217
@@ -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
@@ -609,21 +612,24 @@ module Google
609
612
  # @return [String]
610
613
  attr_accessor :final_name
611
614
 
612
- # Represents the existing version (freshness) of the CSS Product, which can be
613
- # used to preserve the right order when multiple updates are done at the same
614
- # time. This field must not be set to the future time. If set, the update is
615
- # prevented if a newer version of the item already exists in our system (that is
616
- # the last update time of the existing CSS products is later than the freshness
617
- # time set in the update). If the update happens, the last update time is then
618
- # set to this freshness time. If not set, the update will not be prevented and
619
- # the last update time will default to when this request was received by the CSS
620
- # API. If the operation is prevented, the aborted exception will be thrown.
615
+ # DEPRECATED. Use expiration_date instead. Represents the existing version (
616
+ # freshness) of the CSS Product, which can be used to preserve the right order
617
+ # when multiple updates are done at the same time. This field must not be set to
618
+ # the future time. If set, the update is prevented if a newer version of the
619
+ # item already exists in our system (that is the last update time of the
620
+ # existing CSS products is later than the freshness time set in the update). If
621
+ # the update happens, the last update time is then set to this freshness time.
622
+ # If not set, the update will not be prevented and the last update time will
623
+ # default to when this request was received by the CSS API. If the operation is
624
+ # prevented, the aborted exception will be thrown.
621
625
  # Corresponds to the JSON property `freshnessTime`
622
626
  # @return [String]
623
627
  attr_accessor :freshness_time
624
628
 
625
629
  # The name of the CSS Product input. Format: `accounts/`account`/
626
- # 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
627
633
  # Corresponds to the JSON property `name`
628
634
  # @return [String]
629
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.6.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 = "20241217"
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
@@ -216,10 +218,11 @@ module Google
216
218
  # accounts/`account`
217
219
  # @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
218
220
  # @param [Fixnum] feed_id
219
- # Optional. The primary or supplemental feed id. If CSS Product already exists
220
- # and feed id provided is different, then the CSS Product will be moved to a new
221
- # feed. Note: For now, CSSs do not need to provide feed ids as we create feeds
222
- # on the fly. We do not have supplemental feed support for CSS Products yet.
221
+ # Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
222
+ # supplemental feed id. If CSS Product already exists and feed id provided is
223
+ # different, then the CSS Product will be moved to a new feed. Note: For now,
224
+ # CSSs do not need to provide feed ids as we create feeds on the fly. We do not
225
+ # have supplemental feed support for CSS Products yet.
223
226
  # @param [String] fields
224
227
  # Selector specifying which fields to include in a partial response.
225
228
  # @param [String] quota_user
@@ -255,7 +258,9 @@ module Google
255
258
  # minutes before the processed Css Product can be retrieved.
256
259
  # @param [String] name
257
260
  # The name of the CSS Product input. Format: `accounts/`account`/
258
- # 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
259
264
  # @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
260
265
  # @param [String] update_mask
261
266
  # The list of CSS product attributes to be updated. If the update mask is
metadata CHANGED
@@ -1,14 +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.6.0
4
+ version: 0.8.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-css_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.6.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.8.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1
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 CSS API V1
82
79
  test_files: []