google-apis-notebooks_v2 0.27.0 → 0.29.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: fab9656607b127ca160eea5ddbceddd035eaea622f1d592b23f56ae2e16007b1
4
- data.tar.gz: 961234458c1ee635c62ca3481a2f355c6aaaeedac39f994d98556aaff3240272
3
+ metadata.gz: fb66a6a4f05515b284cdf152ef8cc44114a3684ceaaa15a09cf2a692e2e0c97a
4
+ data.tar.gz: 6bd28c15912149eaeaec52845e68dfa844f52369e858dabf9e3fb3ca0e087b1d
5
5
  SHA512:
6
- metadata.gz: 853a65d3b96d895dd95ed7923d805c1c340b3b1a29f0466834a353d7844bea4fd58a444d99117dea4908981d965d2684ac817fa2445040f814a100e841e4ccae
7
- data.tar.gz: 0342ce55e04ca7662068aba6c396f4e772b7699e62a4319ad5a7147d9093c64fa1db5292e5d491a6b4a00f7fd2d12da39ed3870a8e7a2ef03b5db7cb5fc772a2
6
+ metadata.gz: 799ba40af7d41c60f2bd1c8993ca26047bfda169b7b65b8e7bdbc2dc51b020a6790e71a33d525dacd2abfbca3f09610d20f5b9e6e7dd100b6239b22249f9f983
7
+ data.tar.gz: 0776cc5b3333d139fefff9ed610cfcbf05381ec0d8e557fbdb4759684b7d542f50d1c340da80c6b90a38ed3b94242b8b9ce6ce5eff0d5625ce034d9a8ef86984
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.29.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251029
6
+
7
+ ### v0.28.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251016
10
+
3
11
  ### v0.27.0 (2025-10-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20251008
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.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 = "20251008"
25
+ REVISION = "20251029"
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'
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
- # field which is primarily intended for internal usage.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.27.0
4
+ version: 0.29.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.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.29.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: