Autogenerated update (2018-12-16)

Update:
- compute_alpha
- compute_beta
- compute_v1
- serviceconsumermanagement_v1
This commit is contained in:
Google APIs 2018-12-16 00:36:33 +00:00
parent 5443527ab9
commit 9f7a5b1aae
8 changed files with 16 additions and 14 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/compute/docs/reference/latest/
module ComputeAlpha
VERSION = 'Alpha'
REVISION = '20181128'
REVISION = '20181130'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -23382,7 +23382,7 @@ module Google
# The minimum number of virtual CPUs this instance will consume when running on
# a sole-tenant node.
# Corresponds to the JSON property `minNodeCpus`
# @return [Float]
# @return [Fixnum]
attr_accessor :min_node_cpus
# A set of node affinity and anti-affinity.
@ -31326,8 +31326,8 @@ module Google
class XpnResourceId
include Google::Apis::Core::Hashable
# The ID of the service resource. In the case of projects, this field matches
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
# The ID of the service resource. In the case of projects, this field supports
# project id (e.g., my-project-123) and project number (e.g. 12345678).
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/compute/docs/reference/latest/
module ComputeBeta
VERSION = 'Beta'
REVISION = '20181128'
REVISION = '20181130'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -27103,8 +27103,8 @@ module Google
class XpnResourceId
include Google::Apis::Core::Hashable
# The ID of the service resource. In the case of projects, this field matches
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
# The ID of the service resource. In the case of projects, this field supports
# project id (e.g., my-project-123) and project number (e.g. 12345678).
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/compute/docs/reference/latest/
module ComputeV1
VERSION = 'V1'
REVISION = '20181128'
REVISION = '20181130'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -23430,8 +23430,8 @@ module Google
class XpnResourceId
include Google::Apis::Core::Hashable
# The ID of the service resource. In the case of projects, this field matches
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
# The ID of the service resource. In the case of projects, this field supports
# project id (e.g., my-project-123) and project number (e.g. 12345678).
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/service-consumer-management/docs/overview
module ServiceconsumermanagementV1
VERSION = 'V1'
REVISION = '20181205'
REVISION = '20181213'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -427,7 +427,7 @@ module Google
end
# Delete a tenancy unit. Before the tenancy unit is deleted, there should be
# no tenant resources in it.
# no tenant resources in it not in DELETED state.
# Operation<response: Empty>.
# @param [String] name
# Name of the tenancy unit to be deleted.
@ -509,8 +509,10 @@ module Google
# Removes specified project resource identified by tenant resource tag.
# It will remove project lien with 'TenantManager' origin if that was added.
# It will then attempt to delete the project.
# If that operation fails, this method fails.
# It will then attempt to delete the project. If that operation fails, this
# method fails.
# After the project has been deleted, or if was already in DELETED state,
# resource metadata is permanently removed from the tenancy unit.
# Operation<response: Empty>.
# @param [String] name
# Name of the tenancy unit.