feat: Automated regeneration of youtube v3 client (#2248)

This commit is contained in:
Yoshi Automation Bot 2021-01-07 08:33:03 -08:00 committed by GitHub
parent eecea98c29
commit bccaec355a
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-youtube_v3 # Release history for google-apis-youtube_v3
### v0.1.0 (2021-01-01) ### v0.1.0 (2021-01-07)
* Regenerated from discovery document revision 20201219 * 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 = "20201219" REVISION = "20201231"
end end
end end
end end

View File

@ -2063,7 +2063,7 @@ module Google
# The *part* parameter serves two purposes in this operation. It identifies the # The *part* parameter serves two purposes in this operation. It identifies the
# properties that the write operation will set as well as the properties that # properties that the write operation will set as well as the properties that
# the API response will include. The part properties that you can include in the # the API response will include. The part properties that you can include in the
# parameter value are id, snippet, cdn, and status. # parameter value are id, snippet, cdn, content_details, and status.
# @param [Google::Apis::YoutubeV3::LiveStream] live_stream_object # @param [Google::Apis::YoutubeV3::LiveStream] live_stream_object
# @param [String] on_behalf_of_content_owner # @param [String] on_behalf_of_content_owner
# *Note:* This parameter is intended exclusively for YouTube content partners. # *Note:* This parameter is intended exclusively for YouTube content partners.

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