google-apis-notebooks_v1 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/notebooks_v1/classes.rb +34 -30
- data/lib/google/apis/notebooks_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ea6b56882ae863b852259cf4f0e8079df2460bf38ebaa58adf9991f201da70e
|
4
|
+
data.tar.gz: d4a0600d8bf92a26023b31884d9b713a41d12a9ac656a53f2797ef7b857bfe2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c2834684b6cbbb5bfdfb0909e5a3b4388c4280055bb751aec302c81ea73285c3962c711f0a6945a608aa21ab2fa5df51cc91c21805cbded719cdd628bf74f59
|
7
|
+
data.tar.gz: e481d52f60caef52e65c41a6d2c20a253f45a14927dafd1b590f74281cd6d4f54288cb6cac79136b189625facea9e5359e8993aedbb5d774897542996b21d16d
|
data/CHANGELOG.md
CHANGED
@@ -1218,23 +1218,23 @@ module Google
|
|
1218
1218
|
class LocalDisk
|
1219
1219
|
include Google::Apis::Core::Hashable
|
1220
1220
|
|
1221
|
-
# Output only. Specifies whether the disk will be auto-deleted when
|
1222
|
-
# is deleted (but not when the disk is detached from the instance).
|
1221
|
+
# Optional. Output only. Specifies whether the disk will be auto-deleted when
|
1222
|
+
# the instance is deleted (but not when the disk is detached from the instance).
|
1223
1223
|
# Corresponds to the JSON property `autoDelete`
|
1224
1224
|
# @return [Boolean]
|
1225
1225
|
attr_accessor :auto_delete
|
1226
1226
|
alias_method :auto_delete?, :auto_delete
|
1227
1227
|
|
1228
|
-
# Output only. Indicates that this is a boot disk. The virtual machine
|
1229
|
-
# the first partition of the disk for its root filesystem.
|
1228
|
+
# Optional. Output only. Indicates that this is a boot disk. The virtual machine
|
1229
|
+
# will use the first partition of the disk for its root filesystem.
|
1230
1230
|
# Corresponds to the JSON property `boot`
|
1231
1231
|
# @return [Boolean]
|
1232
1232
|
attr_accessor :boot
|
1233
1233
|
alias_method :boot?, :boot
|
1234
1234
|
|
1235
|
-
# Output only. Specifies a unique device name of your choice that is
|
1236
|
-
# into the /dev/disk/by-id/google-* tree of a Linux operating system
|
1237
|
-
# within the instance. This name can be used to reference the device for
|
1235
|
+
# Optional. Output only. Specifies a unique device name of your choice that is
|
1236
|
+
# reflected into the /dev/disk/by-id/google-* tree of a Linux operating system
|
1237
|
+
# running within the instance. This name can be used to reference the device for
|
1238
1238
|
# mounting, resizing, and so on, from within the instance. If not specified, the
|
1239
1239
|
# server chooses a default device name to apply to this disk, in the form
|
1240
1240
|
# persistent-disk-x, where x is a number assigned by Google Compute Engine. This
|
@@ -1250,14 +1250,14 @@ module Google
|
|
1250
1250
|
# @return [Array<Google::Apis::NotebooksV1::RuntimeGuestOsFeature>]
|
1251
1251
|
attr_accessor :guest_os_features
|
1252
1252
|
|
1253
|
-
# Output only.
|
1254
|
-
#
|
1255
|
-
#
|
1253
|
+
# Output only. A zero-based index to this disk, where 0 is reserved for the boot
|
1254
|
+
# disk. If you have many disks attached to an instance, each disk would have a
|
1255
|
+
# unique index number.
|
1256
1256
|
# Corresponds to the JSON property `index`
|
1257
1257
|
# @return [Fixnum]
|
1258
1258
|
attr_accessor :index
|
1259
1259
|
|
1260
|
-
#
|
1260
|
+
# Input only. Specifies the parameters for a new disk that will be created
|
1261
1261
|
# alongside the new instance. Use initialization parameters to create boot disks
|
1262
1262
|
# or local SSDs attached to the new runtime. This property is mutually exclusive
|
1263
1263
|
# with the source property; you can only define one or the other, but not both.
|
@@ -1281,7 +1281,7 @@ module Google
|
|
1281
1281
|
# @return [String]
|
1282
1282
|
attr_accessor :kind
|
1283
1283
|
|
1284
|
-
# Output only.
|
1284
|
+
# Output only. Any valid publicly visible licenses.
|
1285
1285
|
# Corresponds to the JSON property `licenses`
|
1286
1286
|
# @return [Array<String>]
|
1287
1287
|
attr_accessor :licenses
|
@@ -1325,7 +1325,7 @@ module Google
|
|
1325
1325
|
end
|
1326
1326
|
end
|
1327
1327
|
|
1328
|
-
#
|
1328
|
+
# Input only. Specifies the parameters for a new disk that will be created
|
1329
1329
|
# alongside the new instance. Use initialization parameters to create boot disks
|
1330
1330
|
# or local SSDs attached to the new runtime. This property is mutually exclusive
|
1331
1331
|
# with the source property; you can only define one or the other, but not both.
|
@@ -1811,16 +1811,15 @@ module Google
|
|
1811
1811
|
attr_accessor :metrics
|
1812
1812
|
|
1813
1813
|
# Output only. The resource name of the runtime. Format: `projects/`project`/
|
1814
|
-
# locations/`location`/runtimes/`
|
1814
|
+
# locations/`location`/runtimes/`runtimeId``
|
1815
1815
|
# Corresponds to the JSON property `name`
|
1816
1816
|
# @return [String]
|
1817
1817
|
attr_accessor :name
|
1818
1818
|
|
1819
|
-
# Specifies the selection and
|
1819
|
+
# Specifies the selection and configuration of software inside the runtime. The
|
1820
1820
|
# properties to set on runtime. Properties keys are specified in `key:value`
|
1821
|
-
# format, for example: * idle_shutdown:
|
1822
|
-
#
|
1823
|
-
# report-system-health=true
|
1821
|
+
# format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `
|
1822
|
+
# report-system-health: true`
|
1824
1823
|
# Corresponds to the JSON property `softwareConfig`
|
1825
1824
|
# @return [Google::Apis::NotebooksV1::RuntimeSoftwareConfig]
|
1826
1825
|
attr_accessor :software_config
|
@@ -1920,15 +1919,19 @@ module Google
|
|
1920
1919
|
end
|
1921
1920
|
end
|
1922
1921
|
|
1923
|
-
# A list of features to enable on the guest operating system.
|
1924
|
-
# for bootable images. Read Enabling guest operating system
|
1925
|
-
#
|
1922
|
+
# Optional. A list of features to enable on the guest operating system.
|
1923
|
+
# Applicable only for bootable images. Read [Enabling guest operating system
|
1924
|
+
# features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-
|
1925
|
+
# private-images#guest-os-features) to see a list of available options. Guest OS
|
1926
|
+
# features for boot disk.
|
1926
1927
|
class RuntimeGuestOsFeature
|
1927
1928
|
include Google::Apis::Core::Hashable
|
1928
1929
|
|
1929
|
-
# The ID of a supported feature. Read Enabling guest operating system features
|
1930
|
-
#
|
1931
|
-
#
|
1930
|
+
# The ID of a supported feature. Read [Enabling guest operating system features](
|
1931
|
+
# https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-
|
1932
|
+
# images#guest-os-features) to see a list of available options. Valid values: *
|
1933
|
+
# FEATURE_TYPE_UNSPECIFIED * MULTI_IP_SUBNET * SECURE_BOOT * UEFI_COMPATIBLE *
|
1934
|
+
# VIRTIO_SCSI_MULTIQUEUE * WINDOWS
|
1932
1935
|
# Corresponds to the JSON property `type`
|
1933
1936
|
# @return [String]
|
1934
1937
|
attr_accessor :type
|
@@ -1963,7 +1966,8 @@ module Google
|
|
1963
1966
|
end
|
1964
1967
|
|
1965
1968
|
# A set of Shielded Instance options. Check [Images using supported Shielded VM
|
1966
|
-
# features]
|
1969
|
+
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
1970
|
+
# vm). Not all combinations are valid.
|
1967
1971
|
class RuntimeShieldedInstanceConfig
|
1968
1972
|
include Google::Apis::Core::Hashable
|
1969
1973
|
|
@@ -2004,11 +2008,10 @@ module Google
|
|
2004
2008
|
end
|
2005
2009
|
end
|
2006
2010
|
|
2007
|
-
# Specifies the selection and
|
2011
|
+
# Specifies the selection and configuration of software inside the runtime. The
|
2008
2012
|
# properties to set on runtime. Properties keys are specified in `key:value`
|
2009
|
-
# format, for example: * idle_shutdown:
|
2010
|
-
#
|
2011
|
-
# report-system-health=true
|
2013
|
+
# format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `
|
2014
|
+
# report-system-health: true`
|
2012
2015
|
class RuntimeSoftwareConfig
|
2013
2016
|
include Google::Apis::Core::Hashable
|
2014
2017
|
|
@@ -2776,7 +2779,8 @@ module Google
|
|
2776
2779
|
attr_accessor :nic_type
|
2777
2780
|
|
2778
2781
|
# A set of Shielded Instance options. Check [Images using supported Shielded VM
|
2779
|
-
# features]
|
2782
|
+
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
2783
|
+
# vm). Not all combinations are valid.
|
2780
2784
|
# Corresponds to the JSON property `shieldedInstanceConfig`
|
2781
2785
|
# @return [Google::Apis::NotebooksV1::RuntimeShieldedInstanceConfig]
|
2782
2786
|
attr_accessor :shielded_instance_config
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NotebooksV1
|
18
18
|
# Version of the google-apis-notebooks_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-notebooks_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-notebooks_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-notebooks_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|