From f198183cd072b690e9285b083eddf2cb154dc168 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 18 Oct 2019 00:36:55 +0000 Subject: [PATCH] Autogenerated update (2019-10-18) Update: - adexchangebuyer2_v2beta1 - cloudidentity_v1 - cloudidentity_v1beta1 - cloudshell_v1 - cloudshell_v1alpha1 - iam_v1 - lifesciences_v2beta --- generated/google/apis/adexchangebuyer2_v2beta1.rb | 2 +- generated/google/apis/cloudidentity_v1.rb | 2 +- generated/google/apis/cloudidentity_v1/classes.rb | 7 ++++--- generated/google/apis/cloudidentity_v1beta1.rb | 2 +- .../google/apis/cloudidentity_v1beta1/classes.rb | 7 ++++--- generated/google/apis/cloudshell_v1.rb | 2 +- generated/google/apis/cloudshell_v1/classes.rb | 15 +++++++++++++++ .../google/apis/cloudshell_v1/representations.rb | 2 ++ generated/google/apis/cloudshell_v1alpha1.rb | 2 +- .../google/apis/cloudshell_v1alpha1/classes.rb | 15 +++++++++++++++ .../apis/cloudshell_v1alpha1/representations.rb | 2 ++ generated/google/apis/iam_v1.rb | 2 +- generated/google/apis/iam_v1/classes.rb | 2 +- generated/google/apis/lifesciences_v2beta.rb | 2 +- .../google/apis/lifesciences_v2beta/service.rb | 3 ++- 15 files changed, 52 insertions(+), 15 deletions(-) diff --git a/generated/google/apis/adexchangebuyer2_v2beta1.rb b/generated/google/apis/adexchangebuyer2_v2beta1.rb index e347a59c1..5c9e671df 100644 --- a/generated/google/apis/adexchangebuyer2_v2beta1.rb +++ b/generated/google/apis/adexchangebuyer2_v2beta1.rb @@ -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' diff --git a/generated/google/apis/cloudidentity_v1.rb b/generated/google/apis/cloudidentity_v1.rb index 3a4efb240..b430af718 100644 --- a/generated/google/apis/cloudidentity_v1.rb +++ b/generated/google/apis/cloudidentity_v1.rb @@ -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' diff --git a/generated/google/apis/cloudidentity_v1/classes.rb b/generated/google/apis/cloudidentity_v1/classes.rb index 85a38389c..dce6ef14b 100644 --- a/generated/google/apis/cloudidentity_v1/classes.rb +++ b/generated/google/apis/cloudidentity_v1/classes.rb @@ -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] 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 diff --git a/generated/google/apis/cloudidentity_v1beta1.rb b/generated/google/apis/cloudidentity_v1beta1.rb index a68723ed9..3766ee0a8 100644 --- a/generated/google/apis/cloudidentity_v1beta1.rb +++ b/generated/google/apis/cloudidentity_v1beta1.rb @@ -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' diff --git a/generated/google/apis/cloudidentity_v1beta1/classes.rb b/generated/google/apis/cloudidentity_v1beta1/classes.rb index 425b4f27f..d8fc5b5f5 100644 --- a/generated/google/apis/cloudidentity_v1beta1/classes.rb +++ b/generated/google/apis/cloudidentity_v1beta1/classes.rb @@ -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] 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 diff --git a/generated/google/apis/cloudshell_v1.rb b/generated/google/apis/cloudshell_v1.rb index 5d97c618d..224e4f69f 100644 --- a/generated/google/apis/cloudshell_v1.rb +++ b/generated/google/apis/cloudshell_v1.rb @@ -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' diff --git a/generated/google/apis/cloudshell_v1/classes.rb b/generated/google/apis/cloudshell_v1/classes.rb index 1bd2ea70a..6b29e944e 100644 --- a/generated/google/apis/cloudshell_v1/classes.rb +++ b/generated/google/apis/cloudshell_v1/classes.rb @@ -90,6 +90,13 @@ module Google # @return [Array] 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 diff --git a/generated/google/apis/cloudshell_v1/representations.rb b/generated/google/apis/cloudshell_v1/representations.rb index aa77472f5..6fcf91485 100644 --- a/generated/google/apis/cloudshell_v1/representations.rb +++ b/generated/google/apis/cloudshell_v1/representations.rb @@ -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 diff --git a/generated/google/apis/cloudshell_v1alpha1.rb b/generated/google/apis/cloudshell_v1alpha1.rb index 8692e546c..236fd879a 100644 --- a/generated/google/apis/cloudshell_v1alpha1.rb +++ b/generated/google/apis/cloudshell_v1alpha1.rb @@ -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' diff --git a/generated/google/apis/cloudshell_v1alpha1/classes.rb b/generated/google/apis/cloudshell_v1alpha1/classes.rb index 907ceaec8..8db93e997 100644 --- a/generated/google/apis/cloudshell_v1alpha1/classes.rb +++ b/generated/google/apis/cloudshell_v1alpha1/classes.rb @@ -128,6 +128,13 @@ module Google # @return [Array] 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 diff --git a/generated/google/apis/cloudshell_v1alpha1/representations.rb b/generated/google/apis/cloudshell_v1alpha1/representations.rb index 32183e382..fee69eee2 100644 --- a/generated/google/apis/cloudshell_v1alpha1/representations.rb +++ b/generated/google/apis/cloudshell_v1alpha1/representations.rb @@ -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 diff --git a/generated/google/apis/iam_v1.rb b/generated/google/apis/iam_v1.rb index 05d01c349..a6765588d 100644 --- a/generated/google/apis/iam_v1.rb +++ b/generated/google/apis/iam_v1.rb @@ -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' diff --git a/generated/google/apis/iam_v1/classes.rb b/generated/google/apis/iam_v1/classes.rb index 773ce171a..62d4b8dd6 100644 --- a/generated/google/apis/iam_v1/classes.rb +++ b/generated/google/apis/iam_v1/classes.rb @@ -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 diff --git a/generated/google/apis/lifesciences_v2beta.rb b/generated/google/apis/lifesciences_v2beta.rb index ca07f258a..aef5cf10d 100644 --- a/generated/google/apis/lifesciences_v2beta.rb +++ b/generated/google/apis/lifesciences_v2beta.rb @@ -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' diff --git a/generated/google/apis/lifesciences_v2beta/service.rb b/generated/google/apis/lifesciences_v2beta/service.rb index 519508ef3..4837619b6 100644 --- a/generated/google/apis/lifesciences_v2beta/service.rb +++ b/generated/google/apis/lifesciences_v2beta/service.rb @@ -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*