feat: Automated regeneration of admob v1 client (#2224)

This commit is contained in:
Yoshi Automation Bot 2021-01-07 08:30:58 -08:00 committed by GitHub
parent 6de8b4ee65
commit abc95c5941
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-admob_v1 # Release history for google-apis-admob_v1
### v0.1.0 (2021-01-01) ### v0.1.0 (2021-01-07)
* Regenerated from discovery document revision 20201114 * Regenerated from discovery document revision 20201231
* Regenerated using generator version 0.1.0 * Regenerated using generator version 0.1.1

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 = "20201114" REVISION = "20201231"
end end
end end
end end

View File

@ -81,7 +81,7 @@ module Google
execute_or_queue_command(command, &block) execute_or_queue_command(command, &block)
end end
# Lists the AdMob publisher account accessible with the client credential. # List the AdMob publisher account accessible with the client credential.
# Currently, all credentials have access to at most one AdMob account. # Currently, all credentials have access to at most one AdMob account.
# @param [Fixnum] page_size # @param [Fixnum] page_size
# Maximum number of accounts to return. # Maximum number of accounts to return.

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": "5a5fc28c514f8c35b017cae0c2a86d8c0dceb8dd" "sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
} }
} }
] ]