Autogenerated update (2018-12-16)
Update: - compute_alpha - compute_beta - compute_v1 - serviceconsumermanagement_v1
This commit is contained in:
parent
5443527ab9
commit
9f7a5b1aae
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeAlpha
|
module ComputeAlpha
|
||||||
VERSION = 'Alpha'
|
VERSION = 'Alpha'
|
||||||
REVISION = '20181128'
|
REVISION = '20181130'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -23382,7 +23382,7 @@ module Google
|
||||||
# The minimum number of virtual CPUs this instance will consume when running on
|
# The minimum number of virtual CPUs this instance will consume when running on
|
||||||
# a sole-tenant node.
|
# a sole-tenant node.
|
||||||
# Corresponds to the JSON property `minNodeCpus`
|
# Corresponds to the JSON property `minNodeCpus`
|
||||||
# @return [Float]
|
# @return [Fixnum]
|
||||||
attr_accessor :min_node_cpus
|
attr_accessor :min_node_cpus
|
||||||
|
|
||||||
# A set of node affinity and anti-affinity.
|
# A set of node affinity and anti-affinity.
|
||||||
|
@ -31326,8 +31326,8 @@ module Google
|
||||||
class XpnResourceId
|
class XpnResourceId
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The ID of the service resource. In the case of projects, this field matches
|
# The ID of the service resource. In the case of projects, this field supports
|
||||||
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
|
# project id (e.g., my-project-123) and project number (e.g. 12345678).
|
||||||
# Corresponds to the JSON property `id`
|
# Corresponds to the JSON property `id`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :id
|
attr_accessor :id
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeBeta
|
module ComputeBeta
|
||||||
VERSION = 'Beta'
|
VERSION = 'Beta'
|
||||||
REVISION = '20181128'
|
REVISION = '20181130'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -27103,8 +27103,8 @@ module Google
|
||||||
class XpnResourceId
|
class XpnResourceId
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The ID of the service resource. In the case of projects, this field matches
|
# The ID of the service resource. In the case of projects, this field supports
|
||||||
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
|
# project id (e.g., my-project-123) and project number (e.g. 12345678).
|
||||||
# Corresponds to the JSON property `id`
|
# Corresponds to the JSON property `id`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :id
|
attr_accessor :id
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/compute/docs/reference/latest/
|
# @see https://developers.google.com/compute/docs/reference/latest/
|
||||||
module ComputeV1
|
module ComputeV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20181128'
|
REVISION = '20181130'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -23430,8 +23430,8 @@ module Google
|
||||||
class XpnResourceId
|
class XpnResourceId
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The ID of the service resource. In the case of projects, this field matches
|
# The ID of the service resource. In the case of projects, this field supports
|
||||||
# the project ID (e.g., my-project), not the project number (e.g., 12345678).
|
# project id (e.g., my-project-123) and project number (e.g. 12345678).
|
||||||
# Corresponds to the JSON property `id`
|
# Corresponds to the JSON property `id`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :id
|
attr_accessor :id
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/service-consumer-management/docs/overview
|
# @see https://cloud.google.com/service-consumer-management/docs/overview
|
||||||
module ServiceconsumermanagementV1
|
module ServiceconsumermanagementV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20181205'
|
REVISION = '20181213'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -427,7 +427,7 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
# Delete a tenancy unit. Before the tenancy unit is deleted, there should be
|
# 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>.
|
# Operation<response: Empty>.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# Name of the tenancy unit to be deleted.
|
# Name of the tenancy unit to be deleted.
|
||||||
|
@ -509,8 +509,10 @@ module Google
|
||||||
|
|
||||||
# Removes specified project resource identified by tenant resource tag.
|
# Removes specified project resource identified by tenant resource tag.
|
||||||
# It will remove project lien with 'TenantManager' origin if that was added.
|
# It will remove project lien with 'TenantManager' origin if that was added.
|
||||||
# It will then attempt to delete the project.
|
# It will then attempt to delete the project. If that operation fails, this
|
||||||
# If that operation fails, this method fails.
|
# 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>.
|
# Operation<response: Empty>.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# Name of the tenancy unit.
|
# Name of the tenancy unit.
|
||||||
|
|
Loading…
Reference in New Issue