feat: Automated regeneration of accessapproval v1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-21 11:43:44 -07:00 committed by GitHub
parent d111bff194
commit 145fdcce3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 17 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/access-approval/docs # @see https://cloud.google.com/access-approval/docs
module AccessapprovalV1 module AccessapprovalV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20200930' REVISION = '20201014'
# 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

@ -317,21 +317,19 @@ module Google
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The product for which Access Approval will be enrolled. Allowed values are # The product for which Access Approval will be enrolled. Allowed values are
# listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud # listed below (case-sensitive): * all * App Engine * BigQuery * Cloud Bigtable *
# Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow * # Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud
# Cloud Identity and Access Management * Cloud Pub/Sub * Cloud Storage * # Identity and Access Management * Cloud Pub/Sub * Cloud Storage * Persistent
# Persistent Disk Note: These values are supported as input for legacy purposes, # Disk Note: These values are supported as input for legacy purposes, but will
# but will not be returned from the API. * all * ga-only * appengine.googleapis. # not be returned from the API. * all * appengine.googleapis.com * bigquery.
# com * bigquery.googleapis.com * bigtable.googleapis.com * cloudkms.googleapis. # googleapis.com * bigtable.googleapis.com * cloudkms.googleapis.com * compute.
# com * compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com * # googleapis.com * dataflow.googleapis.com * iam.googleapis.com * pubsub.
# pubsub.googleapis.com * storage.googleapis.com Calls to # googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings
# UpdateAccessApprovalSettings using 'all', 'ga-only', or any of the XXX. # using 'all' or any of the XXX.googleapis.com will be translated to the
# googleapis.com will be translated to the associated product name ('all', 'GA', # associated product name ('all', 'App Engine', etc.). Note: 'all' will enroll
# 'App Engine', etc.). Note: 'all' will enroll the resource in all products # the resource in all products supported at both 'GA' and 'Preview' levels. More
# supported at both 'GA' and 'Preview' levels. 'ga-only'/'GA' will only enroll # information about levels of support is available at https://cloud.google.com/
# the resource in products supported at 'GA' level. More information about # access-approval/docs/supported-services
# levels of support is available at https://cloud.google.com/access-approval/
# docs/supported-services
# Corresponds to the JSON property `cloudProduct` # Corresponds to the JSON property `cloudProduct`
# @return [String] # @return [String]
attr_accessor :cloud_product attr_accessor :cloud_product

View File

@ -4,7 +4,7 @@
"git": { "git": {
"name": ".", "name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git", "remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
} }
} }
] ]