Skip to content

Commit 5b8bdc0

Browse files
feat: Automated regeneration of css v1 client (googleapis#23344)
Auto-created at 2025-06-08 09:49:36 +0000 using the toys pull request generator.
1 parent 1f3e4b9 commit 5b8bdc0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

generated/google-apis-css_v1/CHANGELOG.md

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

3+
### v0.12.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250603
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.11.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 3 additions & 3 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.11.0"
19+
GEM_VERSION = "0.12.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ def patch_account_css_product_input(name, css_product_input_object = nil, update
305305
# inserting, updating, or deleting a product input, it may take several minutes
306306
# before the updated final product can be retrieved.
307307
# @param [String] name
308-
# Required. The name of the CSS product to retrieve.
308+
# Required. The name of the CSS product to retrieve. Format: `accounts/`account`/
309+
# cssProducts/`css_product``
309310
# @param [String] fields
310311
# Selector specifying which fields to include in a partial response.
311312
# @param [String] quota_user

0 commit comments

Comments
 (0)