google-cloud-metastore-v1beta 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/rest/client.rb +12 -6
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/rest/client.rb +4 -2
- data/lib/google/cloud/metastore/v1beta/version.rb +1 -1
- data/proto_docs/google/api/client.rb +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a07a5a815298a8f5cb3abd217e6e81b8b55d5d8ee24dc7d086c7547295e9b783
|
4
|
+
data.tar.gz: 5ba04c80ce198e232c7df1b633e26e01ce9cc968ab7329b415061e7459ba6527
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0634439d598ee6852a9de60c8ed759bf610777da838446ca3c40ca7e8e15e7191f6e2796289007cbb243df0d87b33da88aa21e9254c83d5fd216a75d7af961e8'
|
7
|
+
data.tar.gz: 9f6c84db6d506b085a0afdad34f370fd3d46fc21648c8f487d80e3b49359a4f1e85c8b77247be2a943585cd820395b366c832f1d6e4aa6634edbe8729d51dd34
|
@@ -308,10 +308,10 @@ module Google
|
|
308
308
|
# Order](https://cloud.google.com/apis/design/design_patterns#sorting_order).
|
309
309
|
# If not specified, the results will be sorted in the default order.
|
310
310
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
311
|
-
# @yieldparam result [::Google::Cloud::Metastore::V1beta::
|
311
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Service>]
|
312
312
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
313
313
|
#
|
314
|
-
# @return [::Google::Cloud::Metastore::V1beta::
|
314
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Service>]
|
315
315
|
#
|
316
316
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
317
317
|
#
|
@@ -363,7 +363,9 @@ module Google
|
|
363
363
|
retry_policy: @config.retry_policy
|
364
364
|
|
365
365
|
@dataproc_metastore_stub.list_services request, options do |result, operation|
|
366
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataproc_metastore_stub, :list_services, "services", request, result, options
|
366
367
|
yield result, operation if block_given?
|
368
|
+
throw :response, result
|
367
369
|
end
|
368
370
|
rescue ::Gapic::Rest::Error => e
|
369
371
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -820,10 +822,10 @@ module Google
|
|
820
822
|
# Order](https://cloud.google.com/apis/design/design_patterns#sorting_order).
|
821
823
|
# If not specified, the results will be sorted in the default order.
|
822
824
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
823
|
-
# @yieldparam result [::Google::Cloud::Metastore::V1beta::
|
825
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::MetadataImport>]
|
824
826
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
825
827
|
#
|
826
|
-
# @return [::Google::Cloud::Metastore::V1beta::
|
828
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::MetadataImport>]
|
827
829
|
#
|
828
830
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
829
831
|
#
|
@@ -875,7 +877,9 @@ module Google
|
|
875
877
|
retry_policy: @config.retry_policy
|
876
878
|
|
877
879
|
@dataproc_metastore_stub.list_metadata_imports request, options do |result, operation|
|
880
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataproc_metastore_stub, :list_metadata_imports, "metadata_imports", request, result, options
|
878
881
|
yield result, operation if block_given?
|
882
|
+
throw :response, result
|
879
883
|
end
|
880
884
|
rescue ::Gapic::Rest::Error => e
|
881
885
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1450,10 +1454,10 @@ module Google
|
|
1450
1454
|
# Order](https://cloud.google.com/apis/design/design_patterns#sorting_order).
|
1451
1455
|
# If not specified, the results will be sorted in the default order.
|
1452
1456
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1453
|
-
# @yieldparam result [::Google::Cloud::Metastore::V1beta::
|
1457
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Backup>]
|
1454
1458
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1455
1459
|
#
|
1456
|
-
# @return [::Google::Cloud::Metastore::V1beta::
|
1460
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Backup>]
|
1457
1461
|
#
|
1458
1462
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1459
1463
|
#
|
@@ -1505,7 +1509,9 @@ module Google
|
|
1505
1509
|
retry_policy: @config.retry_policy
|
1506
1510
|
|
1507
1511
|
@dataproc_metastore_stub.list_backups request, options do |result, operation|
|
1512
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataproc_metastore_stub, :list_backups, "backups", request, result, options
|
1508
1513
|
yield result, operation if block_given?
|
1514
|
+
throw :response, result
|
1509
1515
|
end
|
1510
1516
|
rescue ::Gapic::Rest::Error => e
|
1511
1517
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -279,10 +279,10 @@ module Google
|
|
279
279
|
# Order](https://cloud.google.com/apis/design/design_patterns#sorting_order).
|
280
280
|
# If not specified, the results will be sorted in the default order.
|
281
281
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
282
|
-
# @yieldparam result [::Google::Cloud::Metastore::V1beta::
|
282
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Federation>]
|
283
283
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
284
284
|
#
|
285
|
-
# @return [::Google::Cloud::Metastore::V1beta::
|
285
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Metastore::V1beta::Federation>]
|
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
|
@dataproc_metastore_federation_stub.list_federations request, options do |result, operation|
|
337
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataproc_metastore_federation_stub, :list_federations, "federations", 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-metastore-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
|
-
rubygems_version: 3.6.
|
164
|
+
rubygems_version: 3.6.3
|
165
165
|
specification_version: 4
|
166
166
|
summary: The Dataproc Metastore API is used to manage the lifecycle and configuration
|
167
167
|
of metastore services.
|