Skip to content

Commit 88eb95c

Browse files
feat: Automated regeneration of apihub v1 client (googleapis#23280)
Auto-created at 2025-06-01 09:43:57 +0000 using the toys pull request generator.
1 parent fac9f87 commit 88eb95c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

3+
### v0.3.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250526
6+
37
### v0.2.0 (2025-05-25)
48

59
* Regenerated from discovery document revision 20250514

generated/google-apis-apihub_v1/lib/google/apis/apihub_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 ApihubV1
1818
# Version of the google-apis-apihub_v1 gem
19-
GEM_VERSION = "0.2.0"
19+
GEM_VERSION = "0.3.0"
2020

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,7 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
28892889
# component of the Plugin's resource name. This field is optional. * If provided,
28902890
# the same will be used. The service will throw an error if the specified id is
28912891
# already used by another Plugin resource in the API hub instance. * If not
2892-
# provided, a system generated id will be used. This value should be 4-500
2892+
# provided, a system generated id will be used. This value should be 4-63
28932893
# characters, overall resource name which will be of format `projects/`project`/
28942894
# locations/`location`/plugins/`plugin``, its length is limited to 1000
28952895
# characters and valid characters are /a-z[0-9]-_/.
@@ -3190,7 +3190,7 @@ def update_project_location_plugin_style_guide(name, google_cloud_apihub_v1_styl
31903190
# provided, the same will be used. The service will throw an error if the
31913191
# specified id is already used by another plugin instance in the plugin resource.
31923192
# * If not provided, a system generated id will be used. This value should be 4-
3193-
# 500 characters, and valid characters are /a-z[0-9]-_/.
3193+
# 63 characters, and valid characters are /a-z[0-9]-_/.
31943194
# @param [String] fields
31953195
# Selector specifying which fields to include in a partial response.
31963196
# @param [String] quota_user

0 commit comments

Comments
 (0)