google-apis-notebooks_v2 0.27.0 → 0.28.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: 3d1e4512244bddc89678291dc1a7797c19c06badd661c776f1e73df0928e8357
|
|
4
|
+
data.tar.gz: 07653eebdb1e6f5c4c1c921ebc71f225871877e100f3b64764312a115ee56964
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84aaeca2cd7d4c2006c270c91e2521b46b46382e114c414e430faa2205569d2488addfa61a3909cc215c80ecdf6e2d5bd593d06bcb55171aa0137546ef51a856
|
|
7
|
+
data.tar.gz: b53195763cfe5b261bcab646b3d73c6fcd3d7fbf5bc773af0ee5cedaba4bfc934bb1689b1df6a443ad2de0e223a25468bec83af7410097102d675ad6a98dd2b8
|
data/CHANGELOG.md
CHANGED
|
@@ -743,6 +743,11 @@ module Google
|
|
|
743
743
|
# @return [Google::Apis::NotebooksV2::GpuDriverConfig]
|
|
744
744
|
attr_accessor :gpu_driver_config
|
|
745
745
|
|
|
746
|
+
# Output only. The unique ID of the Compute Engine instance resource.
|
|
747
|
+
# Corresponds to the JSON property `instanceId`
|
|
748
|
+
# @return [String]
|
|
749
|
+
attr_accessor :instance_id
|
|
750
|
+
|
|
746
751
|
# Optional. The machine type of the VM instance. https://cloud.google.com/
|
|
747
752
|
# compute/docs/machine-resource
|
|
748
753
|
# Corresponds to the JSON property `machineType`
|
|
@@ -810,6 +815,7 @@ module Google
|
|
|
810
815
|
@disable_public_ip = args[:disable_public_ip] if args.key?(:disable_public_ip)
|
|
811
816
|
@enable_ip_forwarding = args[:enable_ip_forwarding] if args.key?(:enable_ip_forwarding)
|
|
812
817
|
@gpu_driver_config = args[:gpu_driver_config] if args.key?(:gpu_driver_config)
|
|
818
|
+
@instance_id = args[:instance_id] if args.key?(:instance_id)
|
|
813
819
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
814
820
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
815
821
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NotebooksV2
|
|
18
18
|
# Version of the google-apis-notebooks_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251016"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -517,6 +517,7 @@ module Google
|
|
|
517
517
|
property :enable_ip_forwarding, as: 'enableIpForwarding'
|
|
518
518
|
property :gpu_driver_config, as: 'gpuDriverConfig', class: Google::Apis::NotebooksV2::GpuDriverConfig, decorator: Google::Apis::NotebooksV2::GpuDriverConfig::Representation
|
|
519
519
|
|
|
520
|
+
property :instance_id, as: 'instanceId'
|
|
520
521
|
property :machine_type, as: 'machineType'
|
|
521
522
|
hash :metadata, as: 'metadata'
|
|
522
523
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-notebooks_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.28.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|