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
module AccessapprovalV1
VERSION = 'V1'
REVISION = '20200930'
REVISION = '20201014'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

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

View File

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