google-apis-notebooks_v2 0.24.0 → 0.25.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/notebooks_v2/gem_version.rb +2 -2
- data/lib/google/apis/notebooks_v2/service.rb +1 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e42352bc0d0b045e6ce99fd6db9e787fde86055648fce71d14745f53f7169d1
|
4
|
+
data.tar.gz: e1fa35bff86d4b4897effc2a388cc2ef199594c1b04e01d88f3de636ff49aec2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 508c3c882c20356e3aae1a3c4c94e246e86a32bcbbe1c47b5636fc838e74f0f85f827d12e5da4ddb5cd35ec9046f7a583b3f0efa2e37b3efcc05598b76e0588c
|
7
|
+
data.tar.gz: 81221da946b45cabc734db861b1d359bf55b76e23f2cbba13a41a5a81dccc89570df30979666ccf1a2daed60eae47083849aef65a4de0ec6ee271ab64d6d304c
|
data/CHANGELOG.md
CHANGED
@@ -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.25.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 = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -297,10 +297,7 @@ module Google
|
|
297
297
|
execute_or_queue_command(command, &block)
|
298
298
|
end
|
299
299
|
|
300
|
-
#
|
301
|
-
# Location is required by CCFE. Although we could bypass it to send location-
|
302
|
-
# less request directly to the backend job, we would need CPE (go/cloud-cpe).
|
303
|
-
# Having the location might also be useful depending on the query.
|
300
|
+
# Returns various configuration parameters.
|
304
301
|
# @param [String] name
|
305
302
|
# Required. Format: `projects/`project_id`/locations/`location``
|
306
303
|
# @param [String] fields
|
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.25.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.25.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:
|