feat: Automated regeneration of analyticsreporting v4 client (#2228)

This commit is contained in:
Yoshi Automation Bot 2021-01-07 08:48:14 -08:00 committed by GitHub
parent 1be0a4ea25
commit 332df7636b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Release history for google-apis-analyticsreporting_v4 # Release history for google-apis-analyticsreporting_v4
### v0.1.0 (2021-01-01) ### v0.1.0 (2021-01-07)
* Regenerated from discovery document revision 20200902 * Regenerated from discovery document revision 20210106
* Regenerated using generator version 0.1.0 * Regenerated using generator version 0.1.1

View File

@ -32,7 +32,7 @@ module Google
# View and manage your Google Analytics data # View and manage your Google Analytics data
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics' AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
# View your Google Analytics data # See and download your Google Analytics data
AUTH_ANALYTICS_READONLY = 'https://www.googleapis.com/auth/analytics.readonly' AUTH_ANALYTICS_READONLY = 'https://www.googleapis.com/auth/analytics.readonly'
end end
end end

View File

@ -19,10 +19,10 @@ module Google
GEM_VERSION = "0.1.0" GEM_VERSION = "0.1.0"
# Version of the code generator used to generate this client # Version of the code generator used to generate this client
GENERATOR_VERSION = "0.1.0" GENERATOR_VERSION = "0.1.1"
# Revision of the discovery document this client was generated from # Revision of the discovery document this client was generated from
REVISION = "20200902" REVISION = "20210106"
end end
end end
end end

View File

@ -4,7 +4,7 @@
"git": { "git": {
"name": ".", "name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git", "remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" "sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
} }
} }
] ]