Skip to content

Commit 7104b93

Browse files
feat: Automated regeneration of notebooks v2 client (#24870)
Auto-created at 2025-11-02 10:59:38 +0000 using the toys pull request generator.
1 parent a206c12 commit 7104b93

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314471,6 +314471,7 @@
314471314471
"/notebooks:v2/GceSetup/disablePublicIp": disable_public_ip
314472314472
"/notebooks:v2/GceSetup/enableIpForwarding": enable_ip_forwarding
314473314473
"/notebooks:v2/GceSetup/gpuDriverConfig": gpu_driver_config
314474+
"/notebooks:v2/GceSetup/instanceId": instance_id
314474314475
"/notebooks:v2/GceSetup/machineType": machine_type
314475314476
"/notebooks:v2/GceSetup/metadata": metadata
314476314477
"/notebooks:v2/GceSetup/metadata/metadatum": metadatum

generated/google-apis-notebooks_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-notebooks_v2
22

3+
### v0.28.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251016
6+
37
### v0.27.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251008

generated/google-apis-notebooks_v2/lib/google/apis/notebooks_v2/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,11 @@ class GceSetup
743743
# @return [Google::Apis::NotebooksV2::GpuDriverConfig]
744744
attr_accessor :gpu_driver_config
745745

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+
746751
# Optional. The machine type of the VM instance. https://cloud.google.com/
747752
# compute/docs/machine-resource
748753
# Corresponds to the JSON property `machineType`
@@ -810,6 +815,7 @@ def update!(**args)
810815
@disable_public_ip = args[:disable_public_ip] if args.key?(:disable_public_ip)
811816
@enable_ip_forwarding = args[:enable_ip_forwarding] if args.key?(:enable_ip_forwarding)
812817
@gpu_driver_config = args[:gpu_driver_config] if args.key?(:gpu_driver_config)
818+
@instance_id = args[:instance_id] if args.key?(:instance_id)
813819
@machine_type = args[:machine_type] if args.key?(:machine_type)
814820
@metadata = args[:metadata] if args.key?(:metadata)
815821
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)

generated/google-apis-notebooks_v2/lib/google/apis/notebooks_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NotebooksV2
1818
# Version of the google-apis-notebooks_v2 gem
19-
GEM_VERSION = "0.27.0"
19+
GEM_VERSION = "0.28.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251008"
25+
REVISION = "20251016"
2626
end
2727
end
2828
end

generated/google-apis-notebooks_v2/lib/google/apis/notebooks_v2/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
517517
property :enable_ip_forwarding, as: 'enableIpForwarding'
518518
property :gpu_driver_config, as: 'gpuDriverConfig', class: Google::Apis::NotebooksV2::GpuDriverConfig, decorator: Google::Apis::NotebooksV2::GpuDriverConfig::Representation
519519

520+
property :instance_id, as: 'instanceId'
520521
property :machine_type, as: 'machineType'
521522
hash :metadata, as: 'metadata'
522523
property :min_cpu_platform, as: 'minCpuPlatform'

0 commit comments

Comments
 (0)