Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-apihub_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-apihub_v1

### v0.18.0 (2026-07-05)

* Regenerated from discovery document revision 20260622

### v0.17.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ module ApihubV1
# This is NOT the gem version.
VERSION = 'V1'

# See your Google Cloud API hub data and the email address of your Google Account
AUTH_APIHUB_READONLY = 'https://www.googleapis.com/auth/apihub.readonly'

# See, edit, configure, and delete your Google Cloud API hub data and see the email address for your Google Account
AUTH_APIHUB_READWRITE = 'https://www.googleapis.com/auth/apihub.readwrite'

# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ApihubV1
# Version of the google-apis-apihub_v1 gem
GEM_VERSION = "0.17.0"
GEM_VERSION = "0.18.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260425"
REVISION = "20260622"
end
end
end
Loading