google-apis-notebooks_v1 0.40.0 → 0.41.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d58253847052fa6c6237319ad815095b8707e643107ba70c46a7a710341acb3b
|
|
4
|
+
data.tar.gz: 79824e7119498198d3134ddf0fa44bce32b4ebb7aefed53d2b19734ba3851009
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94ce262917bc8bd8585fb04263c62873887b46968f51432cdd98bd8d6c5e54c73bb0f1af017ab3390573bb56e538ce2dbaffae1401628c1175ffbca0c4243681
|
|
7
|
+
data.tar.gz: 3b5094becade1e8c87792b8ff48e8d598d891f1d0af06390a28086138c03907647b7b4db74ea4dfef5d763bdd916842a076390897235c0f74e133bcc554b156f
|
data/CHANGELOG.md
CHANGED
|
@@ -23,9 +23,9 @@ module Google
|
|
|
23
23
|
module NotebooksV1
|
|
24
24
|
|
|
25
25
|
# Definition of a hardware accelerator. Note that not all combinations of `type`
|
|
26
|
-
# and `core_count` are valid.
|
|
27
|
-
#
|
|
28
|
-
#
|
|
26
|
+
# and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.
|
|
27
|
+
# com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not
|
|
28
|
+
# supported.
|
|
29
29
|
class AcceleratorConfig
|
|
30
30
|
include Google::Apis::Core::Hashable
|
|
31
31
|
|
|
@@ -605,9 +605,8 @@ module Google
|
|
|
605
605
|
include Google::Apis::Core::Hashable
|
|
606
606
|
|
|
607
607
|
# Definition of a hardware accelerator. Note that not all combinations of `type`
|
|
608
|
-
# and `core_count` are valid.
|
|
609
|
-
#
|
|
610
|
-
# supported.
|
|
608
|
+
# and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.
|
|
609
|
+
# com/compute/docs/gpus) to find a valid combination. TPUs are not supported.
|
|
611
610
|
# Corresponds to the JSON property `acceleratorConfig`
|
|
612
611
|
# @return [Google::Apis::NotebooksV1::SchedulerAcceleratorConfig]
|
|
613
612
|
attr_accessor :accelerator_config
|
|
@@ -848,9 +847,9 @@ module Google
|
|
|
848
847
|
include Google::Apis::Core::Hashable
|
|
849
848
|
|
|
850
849
|
# Definition of a hardware accelerator. Note that not all combinations of `type`
|
|
851
|
-
# and `core_count` are valid.
|
|
852
|
-
#
|
|
853
|
-
#
|
|
850
|
+
# and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.
|
|
851
|
+
# com/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not
|
|
852
|
+
# supported.
|
|
854
853
|
# Corresponds to the JSON property `acceleratorConfig`
|
|
855
854
|
# @return [Google::Apis::NotebooksV1::AcceleratorConfig]
|
|
856
855
|
attr_accessor :accelerator_config
|
|
@@ -985,7 +984,7 @@ module Google
|
|
|
985
984
|
attr_accessor :no_proxy_access
|
|
986
985
|
alias_method :no_proxy_access?, :no_proxy_access
|
|
987
986
|
|
|
988
|
-
# If true, no
|
|
987
|
+
# If true, no external IP will be assigned to this instance.
|
|
989
988
|
# Corresponds to the JSON property `noPublicIp`
|
|
990
989
|
# @return [Boolean]
|
|
991
990
|
attr_accessor :no_public_ip
|
|
@@ -1034,7 +1033,7 @@ module Google
|
|
|
1034
1033
|
# @return [Array<String>]
|
|
1035
1034
|
attr_accessor :service_account_scopes
|
|
1036
1035
|
|
|
1037
|
-
# A set of Shielded Instance options.
|
|
1036
|
+
# A set of Shielded Instance options. See [Images using supported Shielded VM
|
|
1038
1037
|
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
|
1039
1038
|
# vm). Not all combinations are valid.
|
|
1040
1039
|
# Corresponds to the JSON property `shieldedInstanceConfig`
|
|
@@ -2249,7 +2248,7 @@ module Google
|
|
|
2249
2248
|
end
|
|
2250
2249
|
end
|
|
2251
2250
|
|
|
2252
|
-
# A set of Shielded Instance options.
|
|
2251
|
+
# A set of Shielded Instance options. See [Images using supported Shielded VM
|
|
2253
2252
|
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
|
2254
2253
|
# vm). Not all combinations are valid.
|
|
2255
2254
|
class RuntimeShieldedInstanceConfig
|
|
@@ -2484,9 +2483,8 @@ module Google
|
|
|
2484
2483
|
end
|
|
2485
2484
|
|
|
2486
2485
|
# Definition of a hardware accelerator. Note that not all combinations of `type`
|
|
2487
|
-
# and `core_count` are valid.
|
|
2488
|
-
#
|
|
2489
|
-
# supported.
|
|
2486
|
+
# and `core_count` are valid. See [GPUs on Compute Engine](https://cloud.google.
|
|
2487
|
+
# com/compute/docs/gpus) to find a valid combination. TPUs are not supported.
|
|
2490
2488
|
class SchedulerAcceleratorConfig
|
|
2491
2489
|
include Google::Apis::Core::Hashable
|
|
2492
2490
|
|
|
@@ -2561,7 +2559,7 @@ module Google
|
|
|
2561
2559
|
include Google::Apis::Core::Hashable
|
|
2562
2560
|
|
|
2563
2561
|
# Required. Count of cores of this accelerator. Note that not all combinations
|
|
2564
|
-
# of `type` and `core_count` are valid.
|
|
2562
|
+
# of `type` and `core_count` are valid. See [GPUs on Compute Engine](https://
|
|
2565
2563
|
# cloud.google.com/compute/docs/gpus/#gpus-list) to find a valid combination.
|
|
2566
2564
|
# TPUs are not supported.
|
|
2567
2565
|
# Corresponds to the JSON property `coreCount`
|
|
@@ -2624,7 +2622,7 @@ module Google
|
|
|
2624
2622
|
end
|
|
2625
2623
|
end
|
|
2626
2624
|
|
|
2627
|
-
# A set of Shielded Instance options.
|
|
2625
|
+
# A set of Shielded Instance options. See [Images using supported Shielded VM
|
|
2628
2626
|
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
|
2629
2627
|
# vm). Not all combinations are valid.
|
|
2630
2628
|
class ShieldedInstanceConfig
|
|
@@ -2921,7 +2919,7 @@ module Google
|
|
|
2921
2919
|
class UpdateShieldedInstanceConfigRequest
|
|
2922
2920
|
include Google::Apis::Core::Hashable
|
|
2923
2921
|
|
|
2924
|
-
# A set of Shielded Instance options.
|
|
2922
|
+
# A set of Shielded Instance options. See [Images using supported Shielded VM
|
|
2925
2923
|
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
|
2926
2924
|
# vm). Not all combinations are valid.
|
|
2927
2925
|
# Corresponds to the JSON property `shieldedInstanceConfig`
|
|
@@ -3249,7 +3247,7 @@ module Google
|
|
|
3249
3247
|
# @return [String]
|
|
3250
3248
|
attr_accessor :reserved_ip_range
|
|
3251
3249
|
|
|
3252
|
-
# A set of Shielded Instance options.
|
|
3250
|
+
# A set of Shielded Instance options. See [Images using supported Shielded VM
|
|
3253
3251
|
# features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
|
|
3254
3252
|
# vm). Not all combinations are valid.
|
|
3255
3253
|
# Corresponds to the JSON property `shieldedInstanceConfig`
|
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230604"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -579,7 +579,7 @@ module Google
|
|
|
579
579
|
execute_or_queue_command(command, &block)
|
|
580
580
|
end
|
|
581
581
|
|
|
582
|
-
#
|
|
582
|
+
# Checks whether a notebook instance is healthy.
|
|
583
583
|
# @param [String] name
|
|
584
584
|
# Required. Format: `projects/`project_id`/locations/`location`/instances/`
|
|
585
585
|
# instance_id``
|
|
@@ -610,7 +610,7 @@ module Google
|
|
|
610
610
|
execute_or_queue_command(command, &block)
|
|
611
611
|
end
|
|
612
612
|
|
|
613
|
-
#
|
|
613
|
+
# Checks whether a notebook instance is upgradable.
|
|
614
614
|
# @param [String] notebook_instance
|
|
615
615
|
# Required. Format: `projects/`project_id`/locations/`location`/instances/`
|
|
616
616
|
# instance_id``
|
|
@@ -1722,7 +1722,7 @@ module Google
|
|
|
1722
1722
|
execute_or_queue_command(command, &block)
|
|
1723
1723
|
end
|
|
1724
1724
|
|
|
1725
|
-
#
|
|
1725
|
+
# Reports and processes a runtime event.
|
|
1726
1726
|
# @param [String] name
|
|
1727
1727
|
# Required. Format: `projects/`project_id`/locations/`location`/runtimes/`
|
|
1728
1728
|
# runtime_id``
|
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.41.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: 2023-
|
|
11
|
+
date: 2023-06-11 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.41.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: []
|