Skip to content

Commit f570cdd

Browse files
feat: Automated regeneration of saasservicemgmt v1 client (googleapis#27399)
Auto-created at 2026-07-19 11:39:46 +0000 using the toys pull request generator.
1 parent 0069756 commit f570cdd

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

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

3+
### v0.7.0 (2026-07-19)
4+
5+
* Regenerated from discovery document revision 20260708
6+
37
### v0.6.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260610

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ module SaasservicemgmtV1
3131

3232
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
3333
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34+
35+
# See, edit, configure, and delete your Google Cloud App Lifecycle Management data and see the email address for your Google Account
36+
AUTH_SAASSERVICEMGMT_READ_WRITE = 'https://www.googleapis.com/auth/saasservicemgmt.read-write'
37+
38+
# See your Google Cloud App Lifecycle Management data and the email address of your Google Account
39+
AUTH_SAASSERVICEMGMT_READONLY = 'https://www.googleapis.com/auth/saasservicemgmt.readonly'
3440
end
3541
end
3642
end

generated/google-apis-saasservicemgmt_v1/lib/google/apis/saasservicemgmt_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 SaasservicemgmtV1
1818
# Version of the google-apis-saasservicemgmt_v1 gem
19-
GEM_VERSION = "0.6.0"
19+
GEM_VERSION = "0.7.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 = "20260610"
25+
REVISION = "20260708"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)