feat: Automated regeneration of admob v1beta client (#2225)

This commit is contained in:
Yoshi Automation Bot 2021-01-07 08:32:38 -08:00 committed by GitHub
parent dffa55cd38
commit eecea98c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Release history for google-apis-admob_v1beta # Release history for google-apis-admob_v1beta
### 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.
@ -122,7 +122,9 @@ module Google
# Required. Resource name of the account to list ad units for. Example: accounts/ # Required. Resource name of the account to list ad units for. Example: accounts/
# pub-9876543210987654 # pub-9876543210987654
# @param [Fixnum] page_size # @param [Fixnum] page_size
# The maximum number of ad units to return. # The maximum number of ad units to return. If unspecified or 0, at most 1000 ad
# units will be returned. The maximum value is 10,000; values above 10,000 will
# be coerced to 10,000.
# @param [String] page_token # @param [String] page_token
# The value returned by the last `ListAdUnitsResponse`; indicates that this is a # The value returned by the last `ListAdUnitsResponse`; indicates that this is a
# continuation of a prior `ListAdUnits` call, and that the system should return # continuation of a prior `ListAdUnits` call, and that the system should 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"
} }
} }
] ]