Autogenerated update (2020-09-26)

Update:
- dataflow_v1b3
- storage_v1
This commit is contained in:
Google APIs 2020-09-26 00:38:35 +00:00
parent 6adb4b57dc
commit dd0f2f42ef
5 changed files with 26 additions and 15 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataflow
module DataflowV1b3
VERSION = 'V1b3'
REVISION = '20200901'
REVISION = '20200916'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -1501,7 +1501,9 @@ module Google
# Additional user labels to be specified for the job. Keys and values must
# follow the restrictions specified in the [labeling restrictions](https://cloud.
# google.com/compute/docs/labeling-resources#restrictions) page.
# google.com/compute/docs/labeling-resources#restrictions) page. An object
# containing a list of "key": value pairs. Example: ` "name": "wrench", "mass": "
# 1kg", "count": "3" `.
# Corresponds to the JSON property `additionalUserLabels`
# @return [Hash<String,String>]
attr_accessor :additional_user_labels
@ -1551,8 +1553,12 @@ module Google
# @return [String]
attr_accessor :service_account_email
# Subnetwork to which VMs will be assigned, if desired. Expected to be of the
# form "regions/REGION/subnetworks/SUBNETWORK".
# Subnetwork to which VMs will be assigned, if desired. You can specify a
# subnetwork using either a complete URL or an abbreviated path. Expected to be
# of the form "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/
# regions/REGION/subnetworks/SUBNETWORK" or "regions/REGION/subnetworks/
# SUBNETWORK". If the subnetwork is located in a Shared VPC network, you must
# use the complete URL.
# Corresponds to the JSON property `subnetwork`
# @return [String]
attr_accessor :subnetwork
@ -3929,7 +3935,9 @@ module Google
# Additional user labels to be specified for the job. Keys and values should
# follow the restrictions specified in the [labeling restrictions](https://cloud.
# google.com/compute/docs/labeling-resources#restrictions) page.
# google.com/compute/docs/labeling-resources#restrictions) page. An object
# containing a list of "key": value pairs. Example: ` "name": "wrench", "mass": "
# 1kg", "count": "3" `.
# Corresponds to the JSON property `additionalUserLabels`
# @return [Hash<String,String>]
attr_accessor :additional_user_labels
@ -3952,8 +3960,8 @@ module Google
# @return [String]
attr_accessor :ip_configuration
# Optional. Name for the Cloud KMS key for the job. Key format is: projects//
# locations//keyRings//cryptoKeys/
# Name for the Cloud KMS key for the job. Key format is: projects//locations//
# keyRings//cryptoKeys/
# Corresponds to the JSON property `kmsKeyName`
# @return [String]
attr_accessor :kms_key_name
@ -3986,8 +3994,12 @@ module Google
# @return [String]
attr_accessor :service_account_email
# Subnetwork to which VMs will be assigned, if desired. Expected to be of the
# form "regions/REGION/subnetworks/SUBNETWORK".
# Subnetwork to which VMs will be assigned, if desired. You can specify a
# subnetwork using either a complete URL or an abbreviated path. Expected to be
# of the form "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/
# regions/REGION/subnetworks/SUBNETWORK" or "regions/REGION/subnetworks/
# SUBNETWORK". If the subnetwork is located in a Shared VPC network, you must
# use the complete URL.
# Corresponds to the JSON property `subnetwork`
# @return [String]
attr_accessor :subnetwork

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/storage/docs/json_api/
module StorageV1
VERSION = 'V1'
REVISION = '20200821'
REVISION = '20200915'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -1446,8 +1446,8 @@ module Google
# @return [String]
attr_accessor :kind
# Not currently supported. Specifying the parameter causes the request to fail
# with status code 400 - Bad Request.
# Cloud KMS Key used to encrypt this object, if the object is encrypted by such
# a key.
# Corresponds to the JSON property `kmsKeyName`
# @return [String]
attr_accessor :kms_key_name

View File

@ -1617,9 +1617,8 @@ module Google
# Makes the operation conditional on whether the object's current metageneration
# matches the given value.
# @param [String] kms_key_name
# Resource name of the Cloud KMS key, of the form projects/my-project/locations/
# global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the
# object. Overrides the object metadata's kms_key_name value, if any.
# Not currently supported. Specifying the parameter causes the request to fail
# with status code 400 - Bad Request.
# @param [String] provisional_user_project
# The project to be billed for this request if the target bucket is requester-
# pays bucket.