google-cloud-notebooks-v1 0.4.1 → 0.5.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.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/notebooks/v1/bindings_override.rb +159 -0
  4. data/lib/google/cloud/notebooks/v1/managed_notebook_service/client.rb +50 -52
  5. data/lib/google/cloud/notebooks/v1/managed_notebook_service/operations.rb +12 -14
  6. data/lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb +1342 -0
  7. data/lib/google/cloud/notebooks/v1/managed_notebook_service/rest/operations.rb +793 -0
  8. data/lib/google/cloud/notebooks/v1/managed_notebook_service/rest/service_stub.rb +825 -0
  9. data/lib/google/cloud/notebooks/v1/managed_notebook_service/rest.rb +54 -0
  10. data/lib/google/cloud/notebooks/v1/managed_notebook_service.rb +7 -1
  11. data/lib/google/cloud/notebooks/v1/notebook_service/client.rb +110 -118
  12. data/lib/google/cloud/notebooks/v1/notebook_service/operations.rb +12 -14
  13. data/lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb +2898 -0
  14. data/lib/google/cloud/notebooks/v1/notebook_service/rest/operations.rb +793 -0
  15. data/lib/google/cloud/notebooks/v1/notebook_service/rest/service_stub.rb +2074 -0
  16. data/lib/google/cloud/notebooks/v1/notebook_service/rest.rb +54 -0
  17. data/lib/google/cloud/notebooks/v1/notebook_service.rb +7 -1
  18. data/lib/google/cloud/notebooks/v1/rest.rb +39 -0
  19. data/lib/google/cloud/notebooks/v1/version.rb +1 -1
  20. data/lib/google/cloud/notebooks/v1.rb +7 -2
  21. data/proto_docs/google/cloud/notebooks/v1/execution.rb +7 -6
  22. data/proto_docs/google/cloud/notebooks/v1/instance.rb +33 -32
  23. data/proto_docs/google/cloud/notebooks/v1/managed_service.rb +7 -7
  24. data/proto_docs/google/cloud/notebooks/v1/runtime.rb +26 -25
  25. data/proto_docs/google/cloud/notebooks/v1/schedule.rb +3 -3
  26. data/proto_docs/google/cloud/notebooks/v1/service.rb +10 -10
  27. data/proto_docs/google/rpc/status.rb +4 -2
  28. metadata +22 -12
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-notebooks-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.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: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.18.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.12'
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '0.0'
53
+ version: '0.4'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
56
  version: 2.a
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: '0.0'
63
+ version: '0.4'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 2.a
@@ -70,7 +70,7 @@ dependencies:
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '0.0'
73
+ version: '0.4'
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
76
  version: 2.a
@@ -80,7 +80,7 @@ dependencies:
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '0.0'
83
+ version: '0.4'
84
84
  - - "<"
85
85
  - !ruby/object:Gem::Version
86
86
  version: 2.a
@@ -90,14 +90,14 @@ dependencies:
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: 1.26.1
93
+ version: 1.26.3
94
94
  type: :development
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - "~>"
99
99
  - !ruby/object:Gem::Version
100
- version: 1.26.1
100
+ version: 1.26.3
101
101
  - !ruby/object:Gem::Dependency
102
102
  name: minitest
103
103
  requirement: !ruby/object:Gem::Requirement
@@ -213,6 +213,7 @@ files:
213
213
  - README.md
214
214
  - lib/google-cloud-notebooks-v1.rb
215
215
  - lib/google/cloud/notebooks/v1.rb
216
+ - lib/google/cloud/notebooks/v1/bindings_override.rb
216
217
  - lib/google/cloud/notebooks/v1/diagnostic_config_pb.rb
217
218
  - lib/google/cloud/notebooks/v1/environment_pb.rb
218
219
  - lib/google/cloud/notebooks/v1/event_pb.rb
@@ -224,6 +225,10 @@ files:
224
225
  - lib/google/cloud/notebooks/v1/managed_notebook_service/credentials.rb
225
226
  - lib/google/cloud/notebooks/v1/managed_notebook_service/operations.rb
226
227
  - lib/google/cloud/notebooks/v1/managed_notebook_service/paths.rb
228
+ - lib/google/cloud/notebooks/v1/managed_notebook_service/rest.rb
229
+ - lib/google/cloud/notebooks/v1/managed_notebook_service/rest/client.rb
230
+ - lib/google/cloud/notebooks/v1/managed_notebook_service/rest/operations.rb
231
+ - lib/google/cloud/notebooks/v1/managed_notebook_service/rest/service_stub.rb
227
232
  - lib/google/cloud/notebooks/v1/managed_service_pb.rb
228
233
  - lib/google/cloud/notebooks/v1/managed_service_services_pb.rb
229
234
  - lib/google/cloud/notebooks/v1/notebook_service.rb
@@ -231,6 +236,11 @@ files:
231
236
  - lib/google/cloud/notebooks/v1/notebook_service/credentials.rb
232
237
  - lib/google/cloud/notebooks/v1/notebook_service/operations.rb
233
238
  - lib/google/cloud/notebooks/v1/notebook_service/paths.rb
239
+ - lib/google/cloud/notebooks/v1/notebook_service/rest.rb
240
+ - lib/google/cloud/notebooks/v1/notebook_service/rest/client.rb
241
+ - lib/google/cloud/notebooks/v1/notebook_service/rest/operations.rb
242
+ - lib/google/cloud/notebooks/v1/notebook_service/rest/service_stub.rb
243
+ - lib/google/cloud/notebooks/v1/rest.rb
234
244
  - lib/google/cloud/notebooks/v1/runtime_pb.rb
235
245
  - lib/google/cloud/notebooks/v1/schedule_pb.rb
236
246
  - lib/google/cloud/notebooks/v1/service_pb.rb
@@ -278,8 +288,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
288
  - !ruby/object:Gem::Version
279
289
  version: '0'
280
290
  requirements: []
281
- rubygems_version: 3.3.14
291
+ rubygems_version: 3.4.2
282
292
  signing_key:
283
293
  specification_version: 4
284
- summary: API Client library for the AI Platform Notebooks V1 API
294
+ summary: Notebooks API is used to manage notebook resources in Google Cloud.
285
295
  test_files: []