google-apis-notebooks_v1 0.56.0 → 0.57.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: 97ca43d4f0db0d80b9c6775e008007ee0a785df61511a7cb701a7b9c2c600dbb
4
- data.tar.gz: e54e94533ffc30951c5785cefd47aaadcdef1cbd9da6dfcfe05bd1cff64e9ea8
3
+ metadata.gz: 78d3327baae307071011e1d5137d2be58b2e2d044fc6fd2947c5f05bc8dfeb77
4
+ data.tar.gz: 04ad18cfd5a0dfa5f452a826c363d8df6304846d852dea09cce7b01b8c2ba79e
5
5
  SHA512:
6
- metadata.gz: ce41bd303ef664f2327703051a97445ed9b68a6d4e2f2bede62ff8d7708bcb7ead3dede7085d1588076d10f5bd44bd83082caeec2565c51292e17093d037a644
7
- data.tar.gz: 285ec520977e6c43a62015da8844211f09f77deacf3c90168659c098e90d9e581235031a0fd4d0e9485564e5df40709b79434a14a839f917437111c89c11780b
6
+ metadata.gz: 6ec9d02b42b1012401411dc55a2d8c0267de482d654842c9b326b23f8a3bf6e8121ffa642c1453b72476eebde2bf2fdd1e060c6577cf9352b694ecac80b3e559
7
+ data.tar.gz: ef82ad56f7809da14b257552f67d5f29e379cf236bbf2ad89fa7b8b860fa6c8558bf6e472270915e543c0ac19b719059cf363b0e1fee4deec7b02055880b521e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-notebooks_v1
2
2
 
3
+ ### v0.57.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241204
6
+
3
7
  ### v0.56.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241106
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NotebooksV1
18
18
  # Version of the google-apis-notebooks_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
@@ -1322,8 +1322,8 @@ module Google
1322
1322
  # Clients can use Operations.GetOperation or other methods to check whether the
1323
1323
  # cancellation succeeded or whether the operation completed despite cancellation.
1324
1324
  # On successful cancellation, the operation is not deleted; instead, it becomes
1325
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1326
- # corresponding to `Code.CANCELLED`.
1325
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1326
+ # , corresponding to `Code.CANCELLED`.
1327
1327
  # @param [String] name
1328
1328
  # The name of the operation resource to be cancelled.
1329
1329
  # @param [Google::Apis::NotebooksV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-notebooks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Notebooks API V1