Skip to content

Commit c175bf1

Browse files
feat: Automated regeneration of content v2.1 client (googleapis#22399)
Auto-created at 2025-04-13 10:02:15 +0000 using the toys pull request generator.
1 parent fb1b3d1 commit c175bf1

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

generated/google-apis-content_v2_1/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-content_v2_1
22

3+
### v0.40.0 (2025-04-13)
4+
5+
* Regenerated from discovery document revision 20250408
6+
37
### v0.39.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250301

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8665,7 +8665,10 @@ def update!(**args)
86658665
# Required product attributes are primarily defined by the product data
86668666
# specification. See the Product Data Specification Help Center article for
86678667
# information. Product data. After inserting, updating, or deleting a product,
8668-
# it may take several minutes before changes take effect.
8668+
# it may take several minutes before changes take effect. The following
8669+
# reference documentation lists the field names in the **camelCase** casing
8670+
# style while the Products Data Specification lists the names in the **
8671+
# snake_case** casing style.
86698672
class Product
86708673
include Google::Apis::Core::Hashable
86718674

@@ -10770,7 +10773,10 @@ class ProductsCustomBatchRequestEntry
1077010773
# Required product attributes are primarily defined by the product data
1077110774
# specification. See the Product Data Specification Help Center article for
1077210775
# information. Product data. After inserting, updating, or deleting a product,
10773-
# it may take several minutes before changes take effect.
10776+
# it may take several minutes before changes take effect. The following
10777+
# reference documentation lists the field names in the **camelCase** casing
10778+
# style while the Products Data Specification lists the names in the **
10779+
# snake_case** casing style.
1077410780
# Corresponds to the JSON property `product`
1077510781
# @return [Google::Apis::ContentV2_1::Product]
1077610782
attr_accessor :product
@@ -10856,7 +10862,10 @@ class ProductsCustomBatchResponseEntry
1085610862
# Required product attributes are primarily defined by the product data
1085710863
# specification. See the Product Data Specification Help Center article for
1085810864
# information. Product data. After inserting, updating, or deleting a product,
10859-
# it may take several minutes before changes take effect.
10865+
# it may take several minutes before changes take effect. The following
10866+
# reference documentation lists the field names in the **camelCase** casing
10867+
# style while the Products Data Specification lists the names in the **
10868+
# snake_case** casing style.
1086010869
# Corresponds to the JSON property `product`
1086110870
# @return [Google::Apis::ContentV2_1::Product]
1086210871
attr_accessor :product

generated/google-apis-content_v2_1/lib/google/apis/content_v2_1/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 ContentV2_1
1818
# Version of the google-apis-content_v2_1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.0"
2020

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

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

0 commit comments

Comments
 (0)