Autogenerated update (2019-02-01)

Update:
- cloudfunctions_v1
- iam_v1
- youtube_partner_v1
This commit is contained in:
Google APIs 2019-02-01 00:36:36 +00:00
parent ab7be94388
commit 197c6c11f2
5 changed files with 10 additions and 20 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/functions
module CloudfunctionsV1
VERSION = 'V1'
REVISION = '20181212'
REVISION = '20190122'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -386,8 +386,8 @@ module Google
execute_or_queue_command(command, &block)
end
# Gets the access control policy for a resource.
# Returns an empty policy if the resource exists and does not have a policy
# Gets the IAM access control policy for a function.
# Returns an empty policy if the function exists and does not have a policy
# set.
# @param [String] resource
# REQUIRED: The resource for which the policy is being requested.
@ -498,8 +498,8 @@ module Google
execute_or_queue_command(command, &block)
end
# Sets the access control policy on the specified resource. Replaces any
# existing policy.
# Sets the IAM access control policy on the specified function.
# Replaces any existing policy.
# @param [String] resource
# REQUIRED: The resource for which the policy is being specified.
# See the operation documentation for the appropriate value for this field.
@ -533,12 +533,10 @@ module Google
execute_or_queue_command(command, &block)
end
# Returns permissions that a caller has on the specified resource.
# If the resource does not exist, this will return an empty set of
# Tests the specified permissions against the IAM access control policy
# for a function.
# If the function does not exist, this will return an empty set of
# permissions, not a NOT_FOUND error.
# Note: This operation is designed to be used for building permission-aware
# UIs and command-line tools, not for authorization checking. This operation
# may "fail open" without warning.
# @param [String] resource
# REQUIRED: The resource for which the policy detail is being requested.
# See the operation documentation for the appropriate value for this field.

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/iam/
module IamV1
VERSION = 'V1'
REVISION = '20190125'
REVISION = '20190131'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -871,10 +871,6 @@ module Google
execute_or_queue_command(command, &block)
end
# **Note**: This method is in the process of being deprecated. Call the
# [`signBlob()`](/iam/credentials/reference/rest/v1/projects.serviceAccounts/
# signBlob)
# method of the Cloud IAM Service Account Credentials API instead.
# Signs a blob using a service account's system-managed private key.
# @param [String] name
# The resource name of the service account in the following format:
@ -912,10 +908,6 @@ module Google
execute_or_queue_command(command, &block)
end
# **Note**: This method is in the process of being deprecated. Call the
# [`signJwt()`](/iam/credentials/reference/rest/v1/projects.serviceAccounts/
# signJwt)
# method of the Cloud IAM Service Account Credentials API instead.
# Signs a JWT using a service account's system-managed private key.
# If no expiry time (`exp`) is provided in the `SignJwtRequest`, IAM sets an
# an expiry time of one hour by default. If you request an expiry time of

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/youtube/partner/
module YoutubePartnerV1
VERSION = 'V1'
REVISION = '20190121'
REVISION = '20190128'
# View and manage your assets and associated content on YouTube
AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner'