Skip to content

Commit 4a67669

Browse files
feat: Automated regeneration of cloudasset v1 client (googleapis#23626)
Auto-created at 2025-07-06 10:21:35 +0000 using the toys pull request generator.
1 parent c46bdc5 commit 4a67669

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

3+
### v0.90.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250627
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.89.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ class BigQueryDestination
704704
# If the destination table already exists and this flag is `TRUE`, the table
705705
# will be overwritten by the contents of assets snapshot. If the flag is `FALSE`
706706
# or unset and the destination table already exists, the export call returns an
707-
# INVALID_ARGUMEMT error.
707+
# INVALID_ARGUMENT error.
708708
# Corresponds to the JSON property `force`
709709
# @return [Boolean]
710710
attr_accessor :force

generated/google-apis-cloudasset_v1/lib/google/apis/cloudasset_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 CloudassetV1
1818
# Version of the google-apis-cloudasset_v1 gem
19-
GEM_VERSION = "0.89.0"
19+
GEM_VERSION = "0.90.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 = "20250307"
25+
REVISION = "20250627"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)