Autogenerated update (2018-11-21)

Update:
- androidmanagement_v1
- genomics_v2alpha1
This commit is contained in:
Google APIs 2018-11-21 00:36:28 +00:00
parent 7752e65977
commit 1debbbc410
4 changed files with 9 additions and 4 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/android/management
module AndroidmanagementV1
VERSION = 'V1'
REVISION = '20181029'
REVISION = '20181113'
# Manage Android devices and apps for your customers
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'

View File

@ -2290,7 +2290,7 @@ module Google
attr_accessor :usb_file_transfer_disabled
alias_method :usb_file_transfer_disabled?, :usb_file_transfer_disabled
# Whether USB storage is enabled.
# Whether USB storage is enabled. Deprecated.
# Corresponds to the JSON property `usbMassStorageEnabled`
# @return [Boolean]
attr_accessor :usb_mass_storage_enabled

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/genomics
module GenomicsV2alpha1
VERSION = 'V2alpha1'
REVISION = '20181017'
REVISION = '20181120'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -1407,7 +1407,12 @@ module Google
# The machine type of the virtual machine to create. Must be the short name
# of a standard machine type (such as "n1-standard-1") or a custom machine
# type (such as "custom-1-4096").
# type (such as "custom-1-4096", where "1" indicates the number of vCPUs and
# "4096" indicates the memory in MB). See
# [Creating an instance with a custom machine
# type](https://cloud.google.com/compute/docs/instances/creating-instance-with-
# custom-machine-type#create)
# for more specifications on creating a custom machine type.
# Corresponds to the JSON property `machineType`
# @return [String]
attr_accessor :machine_type