Autogenerated update (2018-06-19)

Update:
- dataflow_v1b3
- slides_v1
This commit is contained in:
Google APIs 2018-06-19 00:37:00 +00:00
parent 5d40e20f92
commit 99756c439d
3 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataflow # @see https://cloud.google.com/dataflow
module DataflowV1b3 module DataflowV1b3
VERSION = 'V1b3' VERSION = 'V1b3'
REVISION = '20180413' REVISION = '20180611'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/slides/ # @see https://developers.google.com/slides/
module SlidesV1 module SlidesV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180608' REVISION = '20180613'
# View and manage the files in your Google Drive # View and manage the files in your Google Drive
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'

View File

@ -737,8 +737,8 @@ module Google
end end
# Creates a video. # Creates a video.
# NOTE: Drive video creation requires that the requesting app have at least one # NOTE: Creating a video from Google Drive requires that the requesting app
# of the drive, drive.readonly, or drive.file OAuth scopes. # have at least one of the drive, drive.readonly, or drive.file OAuth scopes.
class CreateVideoRequest class CreateVideoRequest
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
@ -753,7 +753,7 @@ module Google
# The video source's unique identifier for this video. # The video source's unique identifier for this video.
# e.g. For YouTube video https://www.youtube.com/watch?v=7U3axjORYZ0, # e.g. For YouTube video https://www.youtube.com/watch?v=7U3axjORYZ0,
# the ID is 7U3axjORYZ0. For Drive video # the ID is 7U3axjORYZ0. For a Google Drive video
# https://drive.google.com/file/d/1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q the ID # https://drive.google.com/file/d/1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q the ID
# is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q. # is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q.
# Corresponds to the JSON property `id` # Corresponds to the JSON property `id`
@ -2866,8 +2866,8 @@ module Google
attr_accessor :create_table attr_accessor :create_table
# Creates a video. # Creates a video.
# NOTE: Drive video creation requires that the requesting app have at least one # NOTE: Creating a video from Google Drive requires that the requesting app
# of the drive, drive.readonly, or drive.file OAuth scopes. # have at least one of the drive, drive.readonly, or drive.file OAuth scopes.
# Corresponds to the JSON property `createVideo` # Corresponds to the JSON property `createVideo`
# @return [Google::Apis::SlidesV1::CreateVideoRequest] # @return [Google::Apis::SlidesV1::CreateVideoRequest]
attr_accessor :create_video attr_accessor :create_video