Autogenerated update (2019-10-18)

Update:
- adexchangebuyer2_v2beta1
- cloudidentity_v1
- cloudidentity_v1beta1
- cloudshell_v1
- cloudshell_v1alpha1
- iam_v1
- lifesciences_v2beta
This commit is contained in:
Google APIs 2019-10-18 00:36:55 +00:00
parent 8cde82895b
commit f198183cd0
15 changed files with 52 additions and 15 deletions

View File

@ -27,7 +27,7 @@ module Google
# @see https://developers.google.com/authorized-buyers/apis/reference/rest/
module Adexchangebuyer2V2beta1
VERSION = 'V2beta1'
REVISION = '20190802'
REVISION = '20191017'
# Manage your Ad Exchange buyer account configuration
AUTH_ADEXCHANGE_BUYER = 'https://www.googleapis.com/auth/adexchange.buyer'

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/identity/
module CloudidentityV1
VERSION = 'V1'
REVISION = '20191012'
REVISION = '20191015'
# See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group
AUTH_CLOUD_IDENTITY_GROUPS = 'https://www.googleapis.com/auth/cloud-identity.groups'

View File

@ -232,12 +232,13 @@ module Google
class Membership
include Google::Apis::Core::Hashable
# Creation timestamp of the Membership. Output only.
# Output only. Creation timestamp of the Membership. Output only.
# Corresponds to the JSON property `createTime`
# @return [String]
attr_accessor :create_time
# [Resource name](https://cloud.google.com/apis/design/resource_names) of the
# Output only. [Resource name](https://cloud.google.com/apis/design/
# resource_names) of the
# Membership in the format: `groups/`group_id`/memberships/`member_id``,
# where group_id is the unique ID assigned to the Group to which Membership
# belongs to, and member_id is the unique ID assigned to the member
@ -259,7 +260,7 @@ module Google
# @return [Array<Google::Apis::CloudidentityV1::MembershipRole>]
attr_accessor :roles
# Last updated timestamp of the Membership. Output only.
# Output only. Last updated timestamp of the Membership. Output only.
# Corresponds to the JSON property `updateTime`
# @return [String]
attr_accessor :update_time

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/identity/
module CloudidentityV1beta1
VERSION = 'V1beta1'
REVISION = '20191012'
REVISION = '20191015'
# See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group
AUTH_CLOUD_IDENTITY_GROUPS = 'https://www.googleapis.com/auth/cloud-identity.groups'

View File

@ -212,7 +212,7 @@ module Google
class Membership
include Google::Apis::Core::Hashable
# Creation timestamp of the Membership.
# Output only. Creation timestamp of the Membership.
# Corresponds to the JSON property `createTime`
# @return [String]
attr_accessor :create_time
@ -224,7 +224,8 @@ module Google
# @return [Google::Apis::CloudidentityV1beta1::EntityKey]
attr_accessor :member_key
# [Resource name](https://cloud.google.com/apis/design/resource_names) of the
# Output only. [Resource name](https://cloud.google.com/apis/design/
# resource_names) of the
# Membership in the format: `groups/`group_id`/memberships/`member_id``,
# where group_id is the unique id assigned to the Group to which Membership
# belongs to, and member_id is the unique id assigned to the member
@ -239,7 +240,7 @@ module Google
# @return [Array<Google::Apis::CloudidentityV1beta1::MembershipRole>]
attr_accessor :roles
# Last updated timestamp of the Membership.
# Output only. Last updated timestamp of the Membership.
# Corresponds to the JSON property `updateTime`
# @return [String]
attr_accessor :update_time

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/shell/docs/
module CloudshellV1
VERSION = 'V1'
REVISION = '20190724'
REVISION = '20191016'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -90,6 +90,13 @@ module Google
# @return [Array<Google::Apis::CloudshellV1::PublicKey>]
attr_accessor :public_keys
# Indicates the size of the backing VM running the environment. If set to
# something other than DEFAULT, it will be reverted to the default VM size
# after vm_size_expire_time.
# Corresponds to the JSON property `size`
# @return [String]
attr_accessor :size
# Output only. Host to which clients can connect to initiate SSH sessions
# with the environment.
# Corresponds to the JSON property `sshHost`
@ -113,6 +120,12 @@ module Google
# @return [String]
attr_accessor :state
# Output only. The time when the Environment will expire back to the default
# VM size.
# Corresponds to the JSON property `vmSizeExpireTime`
# @return [String]
attr_accessor :vm_size_expire_time
# Output only. Host to which clients can connect to initiate HTTPS or WSS
# connections with the environment.
# Corresponds to the JSON property `webHost`
@ -129,10 +142,12 @@ module Google
@id = args[:id] if args.key?(:id)
@name = args[:name] if args.key?(:name)
@public_keys = args[:public_keys] if args.key?(:public_keys)
@size = args[:size] if args.key?(:size)
@ssh_host = args[:ssh_host] if args.key?(:ssh_host)
@ssh_port = args[:ssh_port] if args.key?(:ssh_port)
@ssh_username = args[:ssh_username] if args.key?(:ssh_username)
@state = args[:state] if args.key?(:state)
@vm_size_expire_time = args[:vm_size_expire_time] if args.key?(:vm_size_expire_time)
@web_host = args[:web_host] if args.key?(:web_host)
end
end

View File

@ -96,10 +96,12 @@ module Google
property :name, as: 'name'
collection :public_keys, as: 'publicKeys', class: Google::Apis::CloudshellV1::PublicKey, decorator: Google::Apis::CloudshellV1::PublicKey::Representation
property :size, as: 'size'
property :ssh_host, as: 'sshHost'
property :ssh_port, as: 'sshPort'
property :ssh_username, as: 'sshUsername'
property :state, as: 'state'
property :vm_size_expire_time, as: 'vmSizeExpireTime'
property :web_host, as: 'webHost'
end
end

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/shell/docs/
module CloudshellV1alpha1
VERSION = 'V1alpha1'
REVISION = '20190724'
REVISION = '20191016'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -128,6 +128,13 @@ module Google
# @return [Array<Google::Apis::CloudshellV1alpha1::PublicKey>]
attr_accessor :public_keys
# Indicates the size of the backing VM running the environment. If set to
# something other than DEFAULT, it will be reverted to the default VM size
# after vm_size_expire_time.
# Corresponds to the JSON property `size`
# @return [String]
attr_accessor :size
# Output only. Host to which clients can connect to initiate SSH sessions
# with the environment.
# Corresponds to the JSON property `sshHost`
@ -151,6 +158,12 @@ module Google
# @return [String]
attr_accessor :state
# Output only. The time when the Environment will expire back to the default
# VM size.
# Corresponds to the JSON property `vmSizeExpireTime`
# @return [String]
attr_accessor :vm_size_expire_time
# Output only. Host to which clients can connect to initiate HTTPS or WSS
# connections with the environment.
# Corresponds to the JSON property `webHost`
@ -167,10 +180,12 @@ module Google
@id = args[:id] if args.key?(:id)
@name = args[:name] if args.key?(:name)
@public_keys = args[:public_keys] if args.key?(:public_keys)
@size = args[:size] if args.key?(:size)
@ssh_host = args[:ssh_host] if args.key?(:ssh_host)
@ssh_port = args[:ssh_port] if args.key?(:ssh_port)
@ssh_username = args[:ssh_username] if args.key?(:ssh_username)
@state = args[:state] if args.key?(:state)
@vm_size_expire_time = args[:vm_size_expire_time] if args.key?(:vm_size_expire_time)
@web_host = args[:web_host] if args.key?(:web_host)
end
end

View File

@ -113,10 +113,12 @@ module Google
property :name, as: 'name'
collection :public_keys, as: 'publicKeys', class: Google::Apis::CloudshellV1alpha1::PublicKey, decorator: Google::Apis::CloudshellV1alpha1::PublicKey::Representation
property :size, as: 'size'
property :ssh_host, as: 'sshHost'
property :ssh_port, as: 'sshPort'
property :ssh_username, as: 'sshUsername'
property :state, as: 'state'
property :vm_size_expire_time, as: 'vmSizeExpireTime'
property :web_host, as: 'webHost'
end
end

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/iam/
module IamV1
VERSION = 'V1'
REVISION = '20190927'
REVISION = '20191010'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -663,7 +663,7 @@ module Google
attr_accessor :severity
# The validation unit name, for instance
# “lintValidationUnits/ConditionComplexityCheck”.
# "lintValidationUnits/ConditionComplexityCheck".
# Corresponds to the JSON property `validationUnitName`
# @return [String]
attr_accessor :validation_unit_name

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/life-sciences
module LifesciencesV2beta
VERSION = 'V2beta'
REVISION = '20191007'
REVISION = '20191015'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -247,7 +247,8 @@ module Google
# Runs a pipeline. The returned Operation's metadata field will contain a
# google.cloud.lifesciences.v2beta.Metadata object describing the status
# of the pipeline execution. The [response] field will contain a
# of the pipeline execution. The
# response field will contain a
# google.cloud.lifesciences.v2beta.RunPipelineResponse object if the
# pipeline completes successfully.
# **Note:** Before you can use this method, the *Life Sciences Service Agent*