diff --git a/generated/google/apis/dataflow_v1b3.rb b/generated/google/apis/dataflow_v1b3.rb index ed6f35a0d..22ebf4741 100644 --- a/generated/google/apis/dataflow_v1b3.rb +++ b/generated/google/apis/dataflow_v1b3.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/dataflow module DataflowV1b3 VERSION = 'V1b3' - REVISION = '20180413' + REVISION = '20180611' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/slides_v1.rb b/generated/google/apis/slides_v1.rb index 13c70cd8b..fbecdaa4a 100644 --- a/generated/google/apis/slides_v1.rb +++ b/generated/google/apis/slides_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/slides/ module SlidesV1 VERSION = 'V1' - REVISION = '20180608' + REVISION = '20180613' # View and manage the files in your Google Drive AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/slides_v1/classes.rb b/generated/google/apis/slides_v1/classes.rb index d3db58389..3bf6a95c8 100644 --- a/generated/google/apis/slides_v1/classes.rb +++ b/generated/google/apis/slides_v1/classes.rb @@ -737,8 +737,8 @@ module Google end # Creates a video. - # NOTE: Drive video creation requires that the requesting app have at least one - # of the drive, drive.readonly, or drive.file OAuth scopes. + # NOTE: Creating a video from Google Drive requires that the requesting app + # have at least one of the drive, drive.readonly, or drive.file OAuth scopes. class CreateVideoRequest include Google::Apis::Core::Hashable @@ -753,7 +753,7 @@ module Google # The video source's unique identifier for this video. # 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 # is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q. # Corresponds to the JSON property `id` @@ -2866,8 +2866,8 @@ module Google attr_accessor :create_table # Creates a video. - # NOTE: Drive video creation requires that the requesting app have at least one - # of the drive, drive.readonly, or drive.file OAuth scopes. + # NOTE: Creating a video from Google Drive requires that the requesting app + # have at least one of the drive, drive.readonly, or drive.file OAuth scopes. # Corresponds to the JSON property `createVideo` # @return [Google::Apis::SlidesV1::CreateVideoRequest] attr_accessor :create_video