google-apis-css_v1 0.6.0 → 0.7.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: 5eaff4a08eea7a7ba08cef2123315694c38c7d3a1affb9f1c3403378a7300c33
4
+ data.tar.gz: 6f6bc22f9e8e291be4b9e4a9e092cf3b8d18b31c2721191c05732803bcf7a3ed
5
5
  SHA512:
6
- metadata.gz: f8abe74d894ad9cb80422bd4999152cd6140cb935517a1cb46625b42dd7fd24766c789880c5df2b0b145ebf742af04aa9cde140f7b44e14531de0db9bc551325
7
- data.tar.gz: 8cf38f2818c50ab99ea8ea3953f011cb4389635ed4c63f9fe0df071b5ca3acea387f5b78c12cde08a63d890d093ab20c8c06f1b474c659461a94a6bef5cd5fc0
6
+ metadata.gz: 670c26eabc4fbae3403102af232f37927e6a6460ae6c77d3435cb732f9db0e4af1cdff658f4abae644db8a99c02686e65e02b20aae42666cdc3e8ef5f5d84262
7
+ data.tar.gz: 93baf5ba4a42f8f490f39373c42127acd5b780ad296e2d7e600eacf0bd2805fdac7b89be0786b17744231413657ce38bb77c0fe31391aedf6976f523640fd641
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-css_v1
2
2
 
3
+ ### v0.7.0 (2025-01-08)
4
+
5
+ * Regenerated from discovery document revision 20250106
6
+
3
7
  ### v0.6.0 (2024-12-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20241217
@@ -609,15 +609,16 @@ module Google
609
609
  # @return [String]
610
610
  attr_accessor :final_name
611
611
 
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.
612
+ # DEPRECATED. Use expiration_date instead. Represents the existing version (
613
+ # freshness) of the CSS Product, which can be used to preserve the right order
614
+ # when multiple updates are done at the same time. This field must not be set to
615
+ # the future time. If set, the update is prevented if a newer version of the
616
+ # item already exists in our system (that is the last update time of the
617
+ # existing CSS products is later than the freshness time set in the update). If
618
+ # the update happens, the last update time is then set to this freshness time.
619
+ # If not set, the update will not be prevented and the last update time will
620
+ # default to when this request was received by the CSS API. If the operation is
621
+ # prevented, the aborted exception will be thrown.
621
622
  # Corresponds to the JSON property `freshnessTime`
622
623
  # @return [String]
623
624
  attr_accessor :freshness_time
@@ -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.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241217"
25
+ REVISION = "20250106"
26
26
  end
27
27
  end
28
28
  end
@@ -216,10 +216,11 @@ module Google
216
216
  # accounts/`account`
217
217
  # @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
218
218
  # @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.
219
+ # Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or
220
+ # supplemental feed id. If CSS Product already exists and feed id provided is
221
+ # different, then the CSS Product will be moved to a new feed. Note: For now,
222
+ # CSSs do not need to provide feed ids as we create feeds on the fly. We do not
223
+ # have supplemental feed support for CSS Products yet.
223
224
  # @param [String] fields
224
225
  # Selector specifying which fields to include in a partial response.
225
226
  # @param [String] quota_user
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.7.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-01-12 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.7.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.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for CSS API V1
82
79
  test_files: []