google-apis-notebooks_v1 0.30.0 → 0.31.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bda27ac51253267d8e87aecccfba0b64632e8dfeb6efbc64b50e8414b18845e0
|
4
|
+
data.tar.gz: 8d7eb56af53aa1a6b8be70f9f81201bc0d67087acf5cc67e58408d7692df2795
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dddef284ca207c8227f7990db10fe1d7a7899f8d4826a5ecb36695e0f1f75434081cc2b801bd123a0d5cd06fad96d238f45ec6621ad44832a227491412c63fe
|
7
|
+
data.tar.gz: b0b8f2cdff0488c6f063eacf9bba494109fa8ce1a67f6039e9d32cb27134500ec3dd95be2e6e05131f5c57e7f568bcf88aa4b9857027af7632817f0e4c5771db
|
data/CHANGELOG.md
CHANGED
@@ -2166,6 +2166,13 @@ module Google
|
|
2166
2166
|
# @return [String]
|
2167
2167
|
attr_accessor :custom_gpu_driver_path
|
2168
2168
|
|
2169
|
+
# Bool indicating whether JupyterLab terminal will be available or not. Default:
|
2170
|
+
# False
|
2171
|
+
# Corresponds to the JSON property `disableTerminal`
|
2172
|
+
# @return [Boolean]
|
2173
|
+
attr_accessor :disable_terminal
|
2174
|
+
alias_method :disable_terminal?, :disable_terminal
|
2175
|
+
|
2169
2176
|
# Verifies core internal services are running. Default: True
|
2170
2177
|
# Corresponds to the JSON property `enableHealthMonitoring`
|
2171
2178
|
# @return [Boolean]
|
@@ -2227,6 +2234,7 @@ module Google
|
|
2227
2234
|
# Update properties of this object
|
2228
2235
|
def update!(**args)
|
2229
2236
|
@custom_gpu_driver_path = args[:custom_gpu_driver_path] if args.key?(:custom_gpu_driver_path)
|
2237
|
+
@disable_terminal = args[:disable_terminal] if args.key?(:disable_terminal)
|
2230
2238
|
@enable_health_monitoring = args[:enable_health_monitoring] if args.key?(:enable_health_monitoring)
|
2231
2239
|
@idle_shutdown = args[:idle_shutdown] if args.key?(:idle_shutdown)
|
2232
2240
|
@idle_shutdown_timeout = args[:idle_shutdown_timeout] if args.key?(:idle_shutdown_timeout)
|
@@ -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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220729"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -982,6 +982,7 @@ module Google
|
|
982
982
|
# @private
|
983
983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
984
984
|
property :custom_gpu_driver_path, as: 'customGpuDriverPath'
|
985
|
+
property :disable_terminal, as: 'disableTerminal'
|
985
986
|
property :enable_health_monitoring, as: 'enableHealthMonitoring'
|
986
987
|
property :idle_shutdown, as: 'idleShutdown'
|
987
988
|
property :idle_shutdown_timeout, as: 'idleShutdownTimeout'
|
@@ -1558,7 +1558,7 @@ module Google
|
|
1558
1558
|
# 'tag': 'latest' `], ` ` Currently, only the following fields can be updated: -
|
1559
1559
|
# software_config.kernels - software_config.post_startup_script -
|
1560
1560
|
# software_config.custom_gpu_driver_path - software_config.idle_shutdown -
|
1561
|
-
# software_config.idle_shutdown_timeout
|
1561
|
+
# software_config.idle_shutdown_timeout - software_config.disable_terminal
|
1562
1562
|
# @param [String] fields
|
1563
1563
|
# Selector specifying which fields to include in a partial response.
|
1564
1564
|
# @param [String] quota_user
|
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.31.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: 2022-08-
|
11
|
+
date: 2022-08-08 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/main/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.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|