Skip to content

Commit d8bd102

Browse files
feat: Automated regeneration of apihub v1 client
1 parent 1f3b10c commit d8bd102

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

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.18.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260622
6+
37
### v0.17.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ module ApihubV1
2929
# This is NOT the gem version.
3030
VERSION = 'V1'
3131

32+
# See your Google Cloud API hub data and the email address of your Google Account
33+
AUTH_APIHUB_READONLY = 'https://www.googleapis.com/auth/apihub.readonly'
34+
35+
# See, edit, configure, and delete your Google Cloud API hub data and see the email address for your Google Account
36+
AUTH_APIHUB_READWRITE = 'https://www.googleapis.com/auth/apihub.readwrite'
37+
3238
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
3339
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
3440
end

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.17.0"
19+
GEM_VERSION = "0.18.0"
2020

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

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

0 commit comments

Comments
 (0)