google-apis-notebooks_v1 0.55.0 → 0.56.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: 6d7eecd319ac2d200fb97cf520d2d29531046141eccccf787366e73d10714b46
4
- data.tar.gz: 7337ebcebd58945fda2dc75ccca4b027b88bc438a1f4296b67f01de42583f4d4
3
+ metadata.gz: 97ca43d4f0db0d80b9c6775e008007ee0a785df61511a7cb701a7b9c2c600dbb
4
+ data.tar.gz: e54e94533ffc30951c5785cefd47aaadcdef1cbd9da6dfcfe05bd1cff64e9ea8
5
5
  SHA512:
6
- metadata.gz: 3dd6d186e3e2a14b522904d7cf7851674da86f1033da01ffe12067479e0623fb4a14f581ea0ca6c8dd95610d89f25142551920110f5d9815ff099cf4352a54d2
7
- data.tar.gz: 1337860bf51cc6fc75f3ff15065fe6fa4a1fa1fda16008eae29fbb6ee227e1a9b2b72cdcef716c090da7c953dfb0ede9a442dd74fce2c738ae5cd4ac630f62b7
6
+ metadata.gz: ce41bd303ef664f2327703051a97445ed9b68a6d4e2f2bede62ff8d7708bcb7ead3dede7085d1588076d10f5bd44bd83082caeec2565c51292e17093d037a644
7
+ data.tar.gz: 285ec520977e6c43a62015da8844211f09f77deacf3c90168659c098e90d9e581235031a0fd4d0e9485564e5df40709b79434a14a839f917437111c89c11780b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-notebooks_v1
2
2
 
3
+ ### v0.56.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.55.0 (2024-05-19)
4
9
 
5
10
  * 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. Maxmium amount of time in minutes before the operation times out.
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. Maxmium amount of time in minutes before the operation times out.
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-types) of this instance.
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 [Tagging instances](
1107
- # https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
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 Operation.error value
1860
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
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-types).
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 [Tagging instances](
3461
- # https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240314"
25
+ REVISION = "20241106"
26
26
  end
27
27
  end
28
28
  end
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.55.0
4
+ version: 0.56.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.56.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.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Notebooks API V1