Skip to content

Commit 4c3434d

Browse files
feat: Automated regeneration of css v1 client (googleapis#21301)
Auto-created at 2025-01-08 00:14:10 +0000 using the toys pull request generator.
1 parent ac8193b commit 4c3434d

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

generated/google-apis-css_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-css_v1
22

3+
### v0.7.0 (2025-01-08)
4+
5+
* Regenerated from discovery document revision 20250106
6+
37
### v0.6.0 (2024-12-22)
48

59
* Regenerated from discovery document revision 20241217

generated/google-apis-css_v1/lib/google/apis/css_v1/classes.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -609,15 +609,16 @@ class CssProductInput
609609
# @return [String]
610610
attr_accessor :final_name
611611

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.
621622
# Corresponds to the JSON property `freshnessTime`
622623
# @return [String]
623624
attr_accessor :freshness_time

generated/google-apis-css_v1/lib/google/apis/css_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CssV1
1818
# Version of the google-apis-css_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241217"
25+
REVISION = "20250106"
2626
end
2727
end
2828
end

generated/google-apis-css_v1/lib/google/apis/css_v1/service.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,11 @@ def delete_account_css_product_input(name, supplemental_feed_id: nil, fields: ni
216216
# accounts/`account`
217217
# @param [Google::Apis::CssV1::CssProductInput] css_product_input_object
218218
# @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.
223224
# @param [String] fields
224225
# Selector specifying which fields to include in a partial response.
225226
# @param [String] quota_user

0 commit comments

Comments
 (0)