Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of genomics v2alpha1 client #1700

Merged
merged 1 commit into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/genomics_v2alpha1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
18 changes: 11 additions & 7 deletions generated/google/apis/genomics_v2alpha1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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<Google::Apis::GenomicsV2alpha1::Disk>]
attr_accessor :disks
Expand Down Expand Up @@ -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<Google::Apis::GenomicsV2alpha1::Volume>]
attr_accessor :volumes
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/genomics_v2alpha1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "64251b516a71bd1bdcc1a7d3ac934182b38a11a7"
"sha": "630daeb01cf2e001b4d87f4896680a249827ec19"
}
}
]
Expand Down