Skip to content

Commit 8536a60

Browse files
feat: Automated regeneration of notebooks v2 client (googleapis#20569)
Auto-created at 2024-11-17 09:35:15 +0000 using the toys pull request generator.
1 parent a3d57bd commit 8536a60

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.19.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241106
6+
37
### v0.18.0 (2024-10-27)
48

59
* Regenerated from discovery document revision 20241016

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,9 @@ class OperationMetadata
11371137
attr_accessor :endpoint
11381138

11391139
# Identifies whether the user has requested cancellation of the operation.
1140-
# Operations that have successfully been cancelled have Operation.error value
1141-
# with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
1140+
# Operations that have successfully been cancelled have google.longrunning.
1141+
# Operation.error value with a google.rpc.Status.code of `1`, corresponding to `
1142+
# Code.CANCELLED`.
11421143
# Corresponds to the JSON property `requestedCancellation`
11431144
# @return [Boolean]
11441145
attr_accessor :requested_cancellation

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.18.0"
19+
GEM_VERSION = "0.19.0"
2020

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

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

0 commit comments

Comments
 (0)