Skip to content

Commit cc0fa88

Browse files
feat: Automated regeneration of vision v1p2beta1 client (googleapis#23902)
Auto-created at 2025-08-10 10:17:50 +0000 using the toys pull request generator.
1 parent fcf34d1 commit cc0fa88

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

3+
### v0.32.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250804
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.31.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3584,7 +3584,7 @@ class GoogleCloudVisionV1p2beta1Feature
35843584

35853585
# Model to use for the feature. Supported values: "builtin/stable" (the default
35863586
# if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION`
3587-
# also support "builtin/weekly" for the bleeding edge release updated weekly.
3587+
# also support "builtin/rc" for the latest release candidate.
35883588
# Corresponds to the JSON property `model`
35893589
# @return [String]
35903590
attr_accessor :model

generated/google-apis-vision_v1p2beta1/lib/google/apis/vision_v1p2beta1/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 VisionV1p2beta1
1818
# Version of the google-apis-vision_v1p2beta1 gem
19-
GEM_VERSION = "0.31.0"
19+
GEM_VERSION = "0.32.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 = "20240823"
25+
REVISION = "20250804"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)