Skip to content

Commit

Permalink
Autogenerated update (2017-12-18)
Browse files Browse the repository at this point in the history
Update:
- youtube_v3
  • Loading branch information
googleapis-publisher committed Dec 18, 2017
1 parent 6a604ac commit 021617d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/youtube_v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/youtube/v3
module YoutubeV3
VERSION = 'V3'
REVISION = '20171129'
REVISION = '20171215'

# Manage your YouTube account
AUTH_YOUTUBE = 'https://www.googleapis.com/auth/youtube'
Expand Down
6 changes: 0 additions & 6 deletions generated/google/apis/youtube_v3/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6963,11 +6963,6 @@ def update!(**args)
class Video
include Google::Apis::Core::Hashable

# The access token to uniquely identify a revocable unlisted video.
# Corresponds to the JSON property `accessToken`
# @return [String]
attr_accessor :access_token

# Age restriction details related to a video. This data can only be retrieved by
# the video owner.
# Corresponds to the JSON property `ageGating`
Expand Down Expand Up @@ -7072,7 +7067,6 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@access_token = args[:access_token] if args.key?(:access_token)
@age_gating = args[:age_gating] if args.key?(:age_gating)
@content_details = args[:content_details] if args.key?(:content_details)
@etag = args[:etag] if args.key?(:etag)
Expand Down
1 change: 0 additions & 1 deletion generated/google/apis/youtube_v3/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
class Video
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :access_token, as: 'accessToken'
property :age_gating, as: 'ageGating', class: Google::Apis::YoutubeV3::VideoAgeGating, decorator: Google::Apis::YoutubeV3::VideoAgeGating::Representation

property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::VideoContentDetails, decorator: Google::Apis::YoutubeV3::VideoContentDetails::Representation
Expand Down

0 comments on commit 021617d

Please sign in to comment.