From 6835933be11a58f946d1a3bdbb343bd34607c016 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 9 Dec 2020 02:43:12 -0800 Subject: [PATCH] feat: Automated regeneration of genomics v2alpha1 client --- generated/google/apis/genomics_v2alpha1.rb | 2 +- .../google/apis/genomics_v2alpha1/classes.rb | 18 +++++++++++------- .../apis/genomics_v2alpha1/synth.metadata | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/generated/google/apis/genomics_v2alpha1.rb b/generated/google/apis/genomics_v2alpha1.rb index 64f44c41124..e94c76f295d 100644 --- a/generated/google/apis/genomics_v2alpha1.rb +++ b/generated/google/apis/genomics_v2alpha1.rb @@ -25,7 +25,7 @@ module Apis # @see https://cloud.google.com/genomics module GenomicsV2alpha1 VERSION = 'V2alpha1' - REVISION = '20201102' + REVISION = '20201207' # 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/genomics_v2alpha1/classes.rb b/generated/google/apis/genomics_v2alpha1/classes.rb index cf1320be9a3..74986842266 100644 --- a/generated/google/apis/genomics_v2alpha1/classes.rb +++ b/generated/google/apis/genomics_v2alpha1/classes.rb @@ -132,8 +132,8 @@ class Action # An optional name for the container. The container hostname will be set to this # name, making it useful for inter-container communication. The name must - # contain only upper and lowercase alphanumeric characters and hypens and cannot - # start with a hyphen. + # contain only upper and lowercase alphanumeric characters and hyphens and + # cannot start with a hyphen. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -447,13 +447,14 @@ def update!(**args) # Carries information about a disk that can be attached to a VM. See https:// # cloud.google.com/compute/docs/disks/performance for more information about - # disk type, size, and performance considerations. + # disk type, size, and performance considerations. Specify either `Volume` or ` + # Disk`, but not both. class Disk include Google::Apis::Core::Hashable # A user-supplied name for the disk. Used when mounting the disk into actions. # The name must contain only upper and lowercase alphanumeric characters and - # hypens and cannot start with a hyphen. + # hyphens and cannot start with a hyphen. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -1357,7 +1358,8 @@ class VirtualMachine # @return [String] attr_accessor :cpu_platform - # The list of disks to create and attach to the VM. + # The list of disks to create and attach to the VM. Specify either the `volumes[] + # ` field or the `disks[]` field, but not both. # Corresponds to the JSON property `disks` # @return [Array] attr_accessor :disks @@ -1424,7 +1426,8 @@ class VirtualMachine # @return [Google::Apis::GenomicsV2alpha1::ServiceAccount] attr_accessor :service_account - # The list of disks and other storage to create or attach to the VM. + # The list of disks and other storage to create or attach to the VM. Specify + # either the `volumes[]` field or the `disks[]` field, but not both. # Corresponds to the JSON property `volumes` # @return [Array] attr_accessor :volumes @@ -1452,7 +1455,8 @@ def update!(**args) end end - # Carries information about storage that can be attached to a VM. + # Carries information about storage that can be attached to a VM. Specify either + # `Volume` or `Disk`, but not both. class Volume include Google::Apis::Core::Hashable diff --git a/generated/google/apis/genomics_v2alpha1/synth.metadata b/generated/google/apis/genomics_v2alpha1/synth.metadata index 11f111610c4..2390b25d983 100644 --- a/generated/google/apis/genomics_v2alpha1/synth.metadata +++ b/generated/google/apis/genomics_v2alpha1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "64251b516a71bd1bdcc1a7d3ac934182b38a11a7" + "sha": "630daeb01cf2e001b4d87f4896680a249827ec19" } } ]