google-cloud-certificate_manager-v1 0.12.0 → 1.0.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: 065cbb22fe0e8db4d2c48ebd6664f5b3d46a4deae5bd8e993f30569cfd85ada4
|
4
|
+
data.tar.gz: 9250c54428f6d2898b1bcf3e74925bec3f979d326b63aed6633daa36bf6bd66d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d11d1e1e9af3552b0806414f2530890eb8f332d97a33c6daabf67851e4f932a7cd765fc5c9f8477696c984c9820cb58d1bb43b102644a53d11f8740a9c3da8ed
|
7
|
+
data.tar.gz: f56a8267b8377ff1591ce8977f94aee4bcd9c4edb5ca8e0928ff357e7d1bf8b4a126c222b43c609e146633ebcb4bb227e9991d0d5bc0c028886c0564f2b5bff1
|
@@ -386,10 +386,10 @@ module Google
|
|
386
386
|
# results. The default sorting order is ascending. To specify descending
|
387
387
|
# order for a field, add a suffix `" desc"`.
|
388
388
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
389
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
389
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::Certificate>]
|
390
390
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
391
391
|
#
|
392
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
392
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::Certificate>]
|
393
393
|
#
|
394
394
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
395
395
|
#
|
@@ -441,7 +441,9 @@ module Google
|
|
441
441
|
retry_policy: @config.retry_policy
|
442
442
|
|
443
443
|
@certificate_manager_stub.list_certificates request, options do |result, operation|
|
444
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_certificates, "certificates", request, result, options
|
444
445
|
yield result, operation if block_given?
|
446
|
+
throw :response, result
|
445
447
|
end
|
446
448
|
rescue ::Gapic::Rest::Error => e
|
447
449
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -831,10 +833,10 @@ module Google
|
|
831
833
|
# returned results. The default sorting order is ascending. To specify
|
832
834
|
# descending order for a field, add a suffix `" desc"`.
|
833
835
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
834
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
836
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateMap>]
|
835
837
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
836
838
|
#
|
837
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
839
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateMap>]
|
838
840
|
#
|
839
841
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
840
842
|
#
|
@@ -886,7 +888,9 @@ module Google
|
|
886
888
|
retry_policy: @config.retry_policy
|
887
889
|
|
888
890
|
@certificate_manager_stub.list_certificate_maps request, options do |result, operation|
|
891
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_certificate_maps, "certificate_maps", request, result, options
|
889
892
|
yield result, operation if block_given?
|
893
|
+
throw :response, result
|
890
894
|
end
|
891
895
|
rescue ::Gapic::Rest::Error => e
|
892
896
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1283,10 +1287,10 @@ module Google
|
|
1283
1287
|
# the order of the returned results. The default sorting order is ascending.
|
1284
1288
|
# To specify descending order for a field, add a suffix `" desc"`.
|
1285
1289
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1286
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
1290
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateMapEntry>]
|
1287
1291
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1288
1292
|
#
|
1289
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
1293
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateMapEntry>]
|
1290
1294
|
#
|
1291
1295
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1292
1296
|
#
|
@@ -1338,7 +1342,9 @@ module Google
|
|
1338
1342
|
retry_policy: @config.retry_policy
|
1339
1343
|
|
1340
1344
|
@certificate_manager_stub.list_certificate_map_entries request, options do |result, operation|
|
1345
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_certificate_map_entries, "certificate_map_entries", request, result, options
|
1341
1346
|
yield result, operation if block_given?
|
1347
|
+
throw :response, result
|
1342
1348
|
end
|
1343
1349
|
rescue ::Gapic::Rest::Error => e
|
1344
1350
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1728,10 +1734,10 @@ module Google
|
|
1728
1734
|
# returned results. The default sorting order is ascending. To specify
|
1729
1735
|
# descending order for a field, add a suffix `" desc"`.
|
1730
1736
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1731
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
1737
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::DnsAuthorization>]
|
1732
1738
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1733
1739
|
#
|
1734
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
1740
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::DnsAuthorization>]
|
1735
1741
|
#
|
1736
1742
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1737
1743
|
#
|
@@ -1783,7 +1789,9 @@ module Google
|
|
1783
1789
|
retry_policy: @config.retry_policy
|
1784
1790
|
|
1785
1791
|
@certificate_manager_stub.list_dns_authorizations request, options do |result, operation|
|
1792
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_dns_authorizations, "dns_authorizations", request, result, options
|
1786
1793
|
yield result, operation if block_given?
|
1794
|
+
throw :response, result
|
1787
1795
|
end
|
1788
1796
|
rescue ::Gapic::Rest::Error => e
|
1789
1797
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2174,10 +2182,10 @@ module Google
|
|
2174
2182
|
# returned results. The default sorting order is ascending. To specify
|
2175
2183
|
# descending order for a field, add a suffix `" desc"`.
|
2176
2184
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2177
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
2185
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig>]
|
2178
2186
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2179
2187
|
#
|
2180
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
2188
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig>]
|
2181
2189
|
#
|
2182
2190
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2183
2191
|
#
|
@@ -2229,7 +2237,9 @@ module Google
|
|
2229
2237
|
retry_policy: @config.retry_policy
|
2230
2238
|
|
2231
2239
|
@certificate_manager_stub.list_certificate_issuance_configs request, options do |result, operation|
|
2240
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_certificate_issuance_configs, "certificate_issuance_configs", request, result, options
|
2232
2241
|
yield result, operation if block_given?
|
2242
|
+
throw :response, result
|
2233
2243
|
end
|
2234
2244
|
rescue ::Gapic::Rest::Error => e
|
2235
2245
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2528,10 +2538,10 @@ module Google
|
|
2528
2538
|
# returned results. The default sorting order is ascending. To specify
|
2529
2539
|
# descending order for a field, add a suffix `" desc"`.
|
2530
2540
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2531
|
-
# @yieldparam result [::Google::Cloud::CertificateManager::V1::
|
2541
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::TrustConfig>]
|
2532
2542
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2533
2543
|
#
|
2534
|
-
# @return [::Google::Cloud::CertificateManager::V1::
|
2544
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CertificateManager::V1::TrustConfig>]
|
2535
2545
|
#
|
2536
2546
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2537
2547
|
#
|
@@ -2583,7 +2593,9 @@ module Google
|
|
2583
2593
|
retry_policy: @config.retry_policy
|
2584
2594
|
|
2585
2595
|
@certificate_manager_stub.list_trust_configs request, options do |result, operation|
|
2596
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_manager_stub, :list_trust_configs, "trust_configs", request, result, options
|
2586
2597
|
yield result, operation if block_given?
|
2598
|
+
throw :response, result
|
2587
2599
|
end
|
2588
2600
|
rescue ::Gapic::Rest::Error => e
|
2589
2601
|
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-certificate_manager-v1
|
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
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.6.
|
131
|
+
rubygems_version: 3.6.3
|
132
132
|
specification_version: 4
|
133
133
|
summary: API Client library for the Certificate Manager V1 API
|
134
134
|
test_files: []
|