Autogenerated update (2018-02-06)
Update: - cloudbuild_v1 - slides_v1
This commit is contained in:
parent
28f2e43829
commit
2edd4280c2
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/container-builder/docs/
|
||||
module CloudbuildV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180130'
|
||||
REVISION = '20180205'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -76,7 +76,7 @@ module Google
|
|||
# @return [Array<String>]
|
||||
attr_accessor :images
|
||||
|
||||
# URL to logs for this build in Google Cloud Logging.
|
||||
# URL to logs for this build in Google Cloud Console.
|
||||
# @OutputOnly
|
||||
# Corresponds to the JSON property `logUrl`
|
||||
# @return [String]
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/slides/
|
||||
module SlidesV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180129'
|
||||
REVISION = '20180201'
|
||||
|
||||
# View and manage the files in your Google Drive
|
||||
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
|
||||
|
|
|
@ -193,7 +193,8 @@ module Google
|
|||
|
||||
# Generates a thumbnail of the latest version of the specified page in the
|
||||
# presentation and returns a URL to the thumbnail image.
|
||||
# This request counts as an expensive read request for quota purposes.
|
||||
# This request counts as an [expensive read request](/slides/limits) for
|
||||
# quota purposes.
|
||||
# @param [String] presentation_id
|
||||
# The ID of the presentation to retrieve.
|
||||
# @param [String] page_object_id
|
||||
|
|
Loading…
Reference in New Issue