Skip to content

Commit

Permalink
feat: Automated regeneration of cloudidentity v1beta1 client (googlea…
Browse files Browse the repository at this point in the history
…pis#11461)

Auto-created at 2022-08-31 11:16:12 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Aug 31, 2022
1 parent 894210e commit 3b5664e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudidentity_v1beta1

### v0.31.0 (2022-08-31)

* Regenerated from discovery document revision 20220830

### v0.30.0 (2022-08-10)

* Regenerated from discovery document revision 20220808
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ module CloudidentityV1beta1
# This is NOT the gem version.
VERSION = 'V1beta1'

# Private Service: https://www.googleapis.com/auth/cloud-identity
AUTH_CLOUD_IDENTITY = 'https://www.googleapis.com/auth/cloud-identity'

# Private Service: https://www.googleapis.com/auth/cloud-identity.devices
AUTH_CLOUD_IDENTITY_DEVICES = 'https://www.googleapis.com/auth/cloud-identity.devices'

Expand All @@ -47,12 +44,6 @@ module CloudidentityV1beta1
# See any Cloud Identity Groups that you can access, including group members and their emails
AUTH_CLOUD_IDENTITY_GROUPS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.groups.readonly'

# See, send, or cancel any Cloud Identity UserInvitations to join your organization to users
AUTH_CLOUD_IDENTITY_USERINVITATIONS = 'https://www.googleapis.com/auth/cloud-identity.userinvitations'

# See, send, or cancel any Cloud Identity UserInvitations to join your organization to users
AUTH_CLOUD_IDENTITY_USERINVITATIONS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly'

# 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 CloudidentityV1beta1
# Version of the google-apis-cloudidentity_v1beta1 gem
GEM_VERSION = "0.30.0"
GEM_VERSION = "0.31.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20220808"
REVISION = "20220830"
end
end
end

0 comments on commit 3b5664e

Please sign in to comment.