google-apis-notebooks_v2 0.30.0 → 0.32.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: a0e3120e5923ec96745d768689d7974220c9de29d1d94298d7f11ba8d2b84c2a
4
- data.tar.gz: 45aa2561c81f5f964544405ab93d70ce81a3b9ae031ff997f87f5ad658c14879
3
+ metadata.gz: dfa64a3cc1ae6ed5ed6345712294900cbd771f029c342a476a76ba9aa26ef240
4
+ data.tar.gz: 6efcbd9e3775eeb7bdf513e39abed60bd66ac1b449d2a95639dc22303d3c673f
5
5
  SHA512:
6
- metadata.gz: b36241cde8f1938d59e6cd8862bebccc82649628667a8eb6180311bead3c628e5a89c64e3a4a120c309f5ba6e468970d5c5bcaad92eaeeb81a0046e298df3b0b
7
- data.tar.gz: f5bdea553e11b433e438260199e44e582a283d5a7bfa8a373837fc17d91551f707bef9016a70e10b98b804629e70d4a2d3fe41d012a23c327d131a0b6f2b8e30
6
+ metadata.gz: da0ac3c2a14415c72446c3296889947818d139b67c9c522ea9beafbc33f1c92b5aaf93599738a0d3f7da2a2344b4c237289dc16ba60f16922af260e0c70b7bce
7
+ data.tar.gz: 7b4924c233696c7eeebc5c57925bd9bfa346b67877878736d1a9e65fb4ecacfced7ac4771938fb73b370dd972cf44478ebfeaec6a411ac1d561d35935b820940
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.32.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260401
6
+
7
+ ### v0.31.0 (2026-02-08)
8
+
9
+ * Regenerated from discovery document revision 20260130
10
+
3
11
  ### v0.30.0 (2025-12-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20251121
@@ -1079,8 +1079,9 @@ module Google
1079
1079
  # @return [String]
1080
1080
  attr_accessor :next_page_token
1081
1081
 
1082
- # Locations that could not be reached. For example, ['us-west1-a', 'us-central1-
1083
- # b']. A ListInstancesResponse will only contain either instances or
1082
+ # Unordered list. Locations that could not be reached. For example, ['projects/`
1083
+ # project_id`/locations/us-west1-a', 'projects/`project_id`/locations/us-
1084
+ # central1-b']. A ListInstancesResponse will only contain either instances or
1084
1085
  # unreachables,
1085
1086
  # Corresponds to the JSON property `unreachable`
1086
1087
  # @return [Array<String>]
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20251121"
25
+ REVISION = "20260401"
26
26
  end
27
27
  end
28
28
  end
@@ -81,7 +81,16 @@ module Google
81
81
  execute_or_queue_command(command, &block)
82
82
  end
83
83
 
84
- # Lists information about the supported locations for this service.
84
+ # Lists information about the supported locations for this service. This method
85
+ # lists locations based on the resource scope provided in the [
86
+ # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
87
+ # the method lists the public locations available to all projects. * **Project-
88
+ # specific locations**: If `name` follows the format `projects/`project``, the
89
+ # method lists locations visible to that specific project. This includes public,
90
+ # private, or other project-specific locations enabled for the project. For gRPC
91
+ # and client library implementations, the resource name is passed as the `name`
92
+ # field. For direct service calls, the resource name is incorporated into the
93
+ # request path based on the specific service implementation and version.
85
94
  # @param [String] name
86
95
  # The resource that owns the locations collection, if applicable.
87
96
  # @param [Array<String>, String] extra_location_types
@@ -444,7 +453,9 @@ module Google
444
453
 
445
454
  # Lists instances in a given project and location.
446
455
  # @param [String] parent
447
- # Required. Format: `parent=projects/`project_id`/locations/`location``
456
+ # Required. The parent of the instance. Formats: - `projects/`project_id`/
457
+ # locations/`location`` to list instances in a specific zone. - `projects/`
458
+ # project_id`/locations/-` to list instances in all locations.
448
459
  # @param [String] filter
449
460
  # Optional. List filter.
450
461
  # @param [String] order_by
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.30.0
4
+ version: 0.32.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.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.32.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: