From 197c6c11f2513dffe6488bf64c3ff29e73d97a49 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 1 Feb 2019 00:36:36 +0000 Subject: [PATCH] Autogenerated update (2019-02-01) Update: - cloudfunctions_v1 - iam_v1 - youtube_partner_v1 --- generated/google/apis/cloudfunctions_v1.rb | 2 +- .../google/apis/cloudfunctions_v1/service.rb | 16 +++++++--------- generated/google/apis/iam_v1.rb | 2 +- generated/google/apis/iam_v1/service.rb | 8 -------- generated/google/apis/youtube_partner_v1.rb | 2 +- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/generated/google/apis/cloudfunctions_v1.rb b/generated/google/apis/cloudfunctions_v1.rb index 11a1b55fa..a9b931f68 100644 --- a/generated/google/apis/cloudfunctions_v1.rb +++ b/generated/google/apis/cloudfunctions_v1.rb @@ -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' diff --git a/generated/google/apis/cloudfunctions_v1/service.rb b/generated/google/apis/cloudfunctions_v1/service.rb index 7a6db9660..2378982f6 100644 --- a/generated/google/apis/cloudfunctions_v1/service.rb +++ b/generated/google/apis/cloudfunctions_v1/service.rb @@ -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. diff --git a/generated/google/apis/iam_v1.rb b/generated/google/apis/iam_v1.rb index 319db3fec..d2e0959e6 100644 --- a/generated/google/apis/iam_v1.rb +++ b/generated/google/apis/iam_v1.rb @@ -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' diff --git a/generated/google/apis/iam_v1/service.rb b/generated/google/apis/iam_v1/service.rb index 8637cffd4..d237b20b4 100644 --- a/generated/google/apis/iam_v1/service.rb +++ b/generated/google/apis/iam_v1/service.rb @@ -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 diff --git a/generated/google/apis/youtube_partner_v1.rb b/generated/google/apis/youtube_partner_v1.rb index 48e65ea1e..7296d26d5 100644 --- a/generated/google/apis/youtube_partner_v1.rb +++ b/generated/google/apis/youtube_partner_v1.rb @@ -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'