google-cloud-notebooks-v2 0.6.0 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0e4c7b1e3a19b97db797ca2c406231ef34917f5444ffa9f6264bad2c28797e7
|
4
|
+
data.tar.gz: 85c7081e43dc68e98025522e1ad609b02d08366fb7fabbe4406622f3c0b38b5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98c7d8ddfce69d8a439e0dfe41d84134950599afe5bb2717dd51d68690d2c8b5eba5a38e670ebb650327cd975753658de9e9226d54640d6e13835017c03f4d5a
|
7
|
+
data.tar.gz: c0dde59141beb8006a1450f97fedbd45f9c8cb2b9d1409709a34054db9596530156c10f973ac52edcf4b8705ef4bd0ccce908dcced529b6f58064076cd457f0c
|
@@ -279,10 +279,10 @@ module Google
|
|
279
279
|
# @param filter [::String]
|
280
280
|
# Optional. List filter.
|
281
281
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
282
|
-
# @yieldparam result [::Google::Cloud::Notebooks::V2::
|
282
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Notebooks::V2::Instance>]
|
283
283
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
284
284
|
#
|
285
|
-
# @return [::Google::Cloud::Notebooks::V2::
|
285
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Notebooks::V2::Instance>]
|
286
286
|
#
|
287
287
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
288
288
|
#
|
@@ -334,7 +334,9 @@ module Google
|
|
334
334
|
retry_policy: @config.retry_policy
|
335
335
|
|
336
336
|
@notebook_service_stub.list_instances request, options do |result, operation|
|
337
|
+
result = ::Gapic::Rest::PagedEnumerable.new @notebook_service_stub, :list_instances, "instances", request, result, options
|
337
338
|
yield result, operation if block_given?
|
339
|
+
throw :response, result
|
338
340
|
end
|
339
341
|
rescue ::Gapic::Rest::Error => e
|
340
342
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-notebooks-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
|
-
rubygems_version: 3.6.
|
155
|
+
rubygems_version: 3.6.3
|
156
156
|
specification_version: 4
|
157
157
|
summary: Notebooks API is used to manage notebook resources in Google Cloud.
|
158
158
|
test_files: []
|