File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
generated/google-apis-notebooks_v2
lib/google/apis/notebooks_v2 Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments