Autogenerated update (2018-07-06)
Update: - cloudfunctions_v1beta2 - dataproc_v1 - dataproc_v1beta2
This commit is contained in:
parent
e07570b2a7
commit
718a9357eb
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/functions
|
||||
module CloudfunctionsV1beta2
|
||||
VERSION = 'V1beta2'
|
||||
REVISION = '20180622'
|
||||
REVISION = '20180702'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -137,14 +137,14 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :name
|
||||
|
||||
# The Google Compute Engine network that this function can connect to.
|
||||
# Either the fully-qualified URI of the network resource, or
|
||||
# the short name of the network must be specified. If the network belongs to
|
||||
# another project, the URI of the resource must be specified
|
||||
# e.g.,
|
||||
# `https://www.googleapis.com/compute/v1/projects/`project`/global/networks/`
|
||||
# network``
|
||||
# or `my-network`.
|
||||
# The VPC Network that this cloud function can connect to. It can be
|
||||
# either the fully-qualified URI, or the short name of the network resource.
|
||||
# If the short network name is used, the network must belong to the same
|
||||
# project. Otherwise, it must belong to a project within the same
|
||||
# organization. The format of this field is either
|
||||
# `projects/`project`/global/networks/`network`` or ``network``, where
|
||||
# `project` is a project id where the network is defined, and `network` is
|
||||
# the short name of the network.
|
||||
# See [the VPC documentation](https://cloud.google.com/compute/docs/vpc) for
|
||||
# more information on connecting Cloud projects.
|
||||
# This feature is currently in alpha, available only for whitelisted users.
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/dataproc/
|
||||
module DataprocV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180619'
|
||||
REVISION = '20180702'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -755,8 +755,8 @@ module Google
|
|||
# @return [Google::Apis::DataprocV1::DiskConfig]
|
||||
attr_accessor :disk_config
|
||||
|
||||
# Optional. The Compute Engine image resource used for cluster instances.
|
||||
# Inferred from SoftwareConfig.image_version.
|
||||
# Optional. The Compute Engine image resource used for cluster instances. It can
|
||||
# be specified or may be inferred from SoftwareConfig.image_version.
|
||||
# Corresponds to the JSON property `imageUri`
|
||||
# @return [String]
|
||||
attr_accessor :image_uri
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/dataproc/
|
||||
module DataprocV1beta2
|
||||
VERSION = 'V1beta2'
|
||||
REVISION = '20180622'
|
||||
REVISION = '20180702'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -78,7 +78,7 @@ module Google
|
|||
attr_accessor :members
|
||||
|
||||
# Role that is assigned to members. For example, roles/viewer, roles/editor, or
|
||||
# roles/owner. Required
|
||||
# roles/owner.
|
||||
# Corresponds to the JSON property `role`
|
||||
# @return [String]
|
||||
attr_accessor :role
|
||||
|
|
Loading…
Reference in New Issue