Autogenerated update (2018-11-21)
Update: - androidmanagement_v1 - genomics_v2alpha1
This commit is contained in:
parent
7752e65977
commit
1debbbc410
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://developers.google.com/android/management
|
# @see https://developers.google.com/android/management
|
||||||
module AndroidmanagementV1
|
module AndroidmanagementV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20181029'
|
REVISION = '20181113'
|
||||||
|
|
||||||
# Manage Android devices and apps for your customers
|
# Manage Android devices and apps for your customers
|
||||||
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
|
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
|
||||||
|
|
|
@ -2290,7 +2290,7 @@ module Google
|
||||||
attr_accessor :usb_file_transfer_disabled
|
attr_accessor :usb_file_transfer_disabled
|
||||||
alias_method :usb_file_transfer_disabled?, :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`
|
# Corresponds to the JSON property `usbMassStorageEnabled`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :usb_mass_storage_enabled
|
attr_accessor :usb_mass_storage_enabled
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/genomics
|
# @see https://cloud.google.com/genomics
|
||||||
module GenomicsV2alpha1
|
module GenomicsV2alpha1
|
||||||
VERSION = 'V2alpha1'
|
VERSION = 'V2alpha1'
|
||||||
REVISION = '20181017'
|
REVISION = '20181120'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1407,7 +1407,12 @@ module Google
|
||||||
|
|
||||||
# The machine type of the virtual machine to create. Must be the short name
|
# 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
|
# 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`
|
# Corresponds to the JSON property `machineType`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :machine_type
|
attr_accessor :machine_type
|
||||||
|
|
Loading…
Reference in New Issue