Skip to content

Commit 4825c96

Browse files
feat: Automated regeneration of apihub v1 client (googleapis#23251)
Auto-created at 2025-05-25 10:09:01 +0000 using the toys pull request generator.
1 parent 3367ae1 commit 4825c96

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

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

3+
### v0.2.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250514
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.1.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250324

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,9 +1467,9 @@ class GoogleCloudApihubV1Deployment
14671467
# @return [String]
14681468
attr_accessor :name
14691469

1470-
# Required. A URI to the runtime resource. This URI can be used to manage the
1471-
# resource. For example, if the runtime resource is of type APIGEE_PROXY, then
1472-
# this field will contain the URI to the management UI of the proxy.
1470+
# Required. A uri that uniquely identfies the deployment within a particular
1471+
# gateway. For example, if the runtime resource is of type APIGEE_PROXY, then
1472+
# this field will be a combination of org, proxy name and environment.
14731473
# Corresponds to the JSON property `resourceUri`
14741474
# @return [String]
14751475
attr_accessor :resource_uri

generated/google-apis-apihub_v1/lib/google/apis/apihub_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 ApihubV1
1818
# Version of the google-apis-apihub_v1 gem
19-
GEM_VERSION = "0.1.0"
19+
GEM_VERSION = "0.2.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 = "20250324"
25+
REVISION = "20250514"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)