Autogenerated update (2018-07-06)

Update:
- cloudfunctions_v1beta2
- dataproc_v1
- dataproc_v1beta2
This commit is contained in:
Google APIs 2018-07-06 00:36:25 +00:00
parent e07570b2a7
commit 718a9357eb
6 changed files with 14 additions and 14 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/functions # @see https://cloud.google.com/functions
module CloudfunctionsV1beta2 module CloudfunctionsV1beta2
VERSION = 'V1beta2' VERSION = 'V1beta2'
REVISION = '20180622' REVISION = '20180702'
# 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

@ -137,14 +137,14 @@ module Google
# @return [String] # @return [String]
attr_accessor :name attr_accessor :name
# The Google Compute Engine network that this function can connect to. # The VPC Network that this cloud function can connect to. It can be
# Either the fully-qualified URI of the network resource, or # either the fully-qualified URI, or the short name of the network resource.
# the short name of the network must be specified. If the network belongs to # If the short network name is used, the network must belong to the same
# another project, the URI of the resource must be specified # project. Otherwise, it must belong to a project within the same
# e.g., # organization. The format of this field is either
# `https://www.googleapis.com/compute/v1/projects/`project`/global/networks/` # `projects/`project`/global/networks/`network`` or ``network``, where
# network`` # `project` is a project id where the network is defined, and `network` is
# or `my-network`. # the short name of the network.
# See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for # See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
# more information on connecting Cloud projects. # more information on connecting Cloud projects.
# This feature is currently in alpha, available only for whitelisted users. # This feature is currently in alpha, available only for whitelisted users.

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataproc/ # @see https://cloud.google.com/dataproc/
module DataprocV1 module DataprocV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180619' REVISION = '20180702'
# 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

@ -755,8 +755,8 @@ module Google
# @return [Google::Apis::DataprocV1::DiskConfig] # @return [Google::Apis::DataprocV1::DiskConfig]
attr_accessor :disk_config attr_accessor :disk_config
# Optional. The Compute Engine image resource used for cluster instances. # Optional. The Compute Engine image resource used for cluster instances. It can
# Inferred from SoftwareConfig.image_version. # be specified or may be inferred from SoftwareConfig.image_version.
# Corresponds to the JSON property `imageUri` # Corresponds to the JSON property `imageUri`
# @return [String] # @return [String]
attr_accessor :image_uri attr_accessor :image_uri

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/dataproc/ # @see https://cloud.google.com/dataproc/
module DataprocV1beta2 module DataprocV1beta2
VERSION = 'V1beta2' VERSION = 'V1beta2'
REVISION = '20180622' REVISION = '20180702'
# 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

@ -78,7 +78,7 @@ module Google
attr_accessor :members attr_accessor :members
# Role that is assigned to members. For example, roles/viewer, roles/editor, or # Role that is assigned to members. For example, roles/viewer, roles/editor, or
# roles/owner. Required # roles/owner.
# Corresponds to the JSON property `role` # Corresponds to the JSON property `role`
# @return [String] # @return [String]
attr_accessor :role attr_accessor :role