google-apis-notebooks_v1 0.55.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78d3327baae307071011e1d5137d2be58b2e2d044fc6fd2947c5f05bc8dfeb77
|
4
|
+
data.tar.gz: 04ad18cfd5a0dfa5f452a826c363d8df6304846d852dea09cce7b01b8c2ba79e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ec9d02b42b1012401411dc55a2d8c0267de482d654842c9b326b23f8a3bf6e8121ffa642c1453b72476eebde2bf2fdd1e060c6577cf9352b694ecac80b3e559
|
7
|
+
data.tar.gz: ef82ad56f7809da14b257552f67d5f29e379cf236bbf2ad89fa7b8b860fa6c8558bf6e472270915e543c0ac19b719059cf363b0e1fee4deec7b02055880b521e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.56.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241106
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.55.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240314
|
@@ -235,7 +235,7 @@ module Google
|
|
235
235
|
# @return [Google::Apis::NotebooksV1::DiagnosticConfig]
|
236
236
|
attr_accessor :diagnostic_config
|
237
237
|
|
238
|
-
# Optional.
|
238
|
+
# Optional. Maximum amount of time in minutes before the operation times out.
|
239
239
|
# Corresponds to the JSON property `timeoutMinutes`
|
240
240
|
# @return [Fixnum]
|
241
241
|
attr_accessor :timeout_minutes
|
@@ -260,7 +260,7 @@ module Google
|
|
260
260
|
# @return [Google::Apis::NotebooksV1::DiagnosticConfig]
|
261
261
|
attr_accessor :diagnostic_config
|
262
262
|
|
263
|
-
# Optional.
|
263
|
+
# Optional. Maximum amount of time in minutes before the operation times out.
|
264
264
|
# Corresponds to the JSON property `timeoutMinutes`
|
265
265
|
# @return [Fixnum]
|
266
266
|
attr_accessor :timeout_minutes
|
@@ -993,7 +993,7 @@ module Google
|
|
993
993
|
attr_accessor :labels
|
994
994
|
|
995
995
|
# Required. The [Compute Engine machine type](https://cloud.google.com/compute/
|
996
|
-
# docs/machine-
|
996
|
+
# docs/machine-resource) of this instance.
|
997
997
|
# Corresponds to the JSON property `machineType`
|
998
998
|
# @return [String]
|
999
999
|
attr_accessor :machine_type
|
@@ -1103,8 +1103,8 @@ module Google
|
|
1103
1103
|
# @return [String]
|
1104
1104
|
attr_accessor :subnet
|
1105
1105
|
|
1106
|
-
# Optional. The Compute Engine tags to add to runtime (see [
|
1107
|
-
# https://cloud.google.com/
|
1106
|
+
# Optional. The Compute Engine network tags to add to runtime (see [Add network
|
1107
|
+
# tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
|
1108
1108
|
# Corresponds to the JSON property `tags`
|
1109
1109
|
# @return [Array<String>]
|
1110
1110
|
attr_accessor :tags
|
@@ -1856,8 +1856,9 @@ module Google
|
|
1856
1856
|
attr_accessor :endpoint
|
1857
1857
|
|
1858
1858
|
# Identifies whether the user has requested cancellation of the operation.
|
1859
|
-
# Operations that have successfully been cancelled have
|
1860
|
-
# with a google.rpc.Status.code of 1
|
1859
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
1860
|
+
# Operation.error value with a google.rpc.Status.code of `1`, corresponding to `
|
1861
|
+
# Code.CANCELLED`.
|
1861
1862
|
# Corresponds to the JSON property `requestedCancellation`
|
1862
1863
|
# @return [Boolean]
|
1863
1864
|
attr_accessor :requested_cancellation
|
@@ -2803,7 +2804,7 @@ module Google
|
|
2803
2804
|
include Google::Apis::Core::Hashable
|
2804
2805
|
|
2805
2806
|
# Required. The [Compute Engine machine type](https://cloud.google.com/compute/
|
2806
|
-
# docs/machine-
|
2807
|
+
# docs/machine-resource).
|
2807
2808
|
# Corresponds to the JSON property `machineType`
|
2808
2809
|
# @return [String]
|
2809
2810
|
attr_accessor :machine_type
|
@@ -3457,8 +3458,8 @@ module Google
|
|
3457
3458
|
# @return [String]
|
3458
3459
|
attr_accessor :subnet
|
3459
3460
|
|
3460
|
-
# Optional. The Compute Engine tags to add to runtime (see [
|
3461
|
-
# https://cloud.google.com/
|
3461
|
+
# Optional. The Compute Engine network tags to add to runtime (see [Add network
|
3462
|
+
# tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
|
3462
3463
|
# Corresponds to the JSON property `tags`
|
3463
3464
|
# @return [Array<String>]
|
3464
3465
|
attr_accessor :tags
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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
|