google-cloud-certificate_manager-v1 0.12.0 → 1.0.1
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 +4 -4
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/client.rb +2 -2
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/operations.rb +2 -2
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/client.rb +25 -13
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/operations.rb +1 -1
- data/lib/google/cloud/certificate_manager/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -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: e904cfa6b842f9e9aee95ce0d6de6d8d54fa96eb7bfd13af6d7d5be57a6a60ad
|
4
|
+
data.tar.gz: 0511a2c90e275dbb6a529375c2a8642fa346783f13b684d1f0b7ffef928b2561
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5e2ac81f7b2bb423429072b34bfd0b1d19147464e762b68de77e72b92c7badebf0c7f2e337a6a13419ab40c4ab22f2fb631c920a4ad7ed6408168c879c91d96
|
7
|
+
data.tar.gz: efd26e8666b3c38bde9bc99cf4081e9c2a2c2d80ed73118ba8d2a6ca90539d9bf87f32fe87b066cf26d0f3d7ccb17fa04a9938a0a7268b06c9e00a0f3cffa15e
|
@@ -3270,8 +3270,8 @@ module Google
|
|
3270
3270
|
|
3271
3271
|
config_attr :endpoint, nil, ::String, nil
|
3272
3272
|
config_attr :credentials, nil do |value|
|
3273
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3274
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
3273
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3274
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
3275
3275
|
allowed.any? { |klass| klass === value }
|
3276
3276
|
end
|
3277
3277
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -701,8 +701,8 @@ module Google
|
|
701
701
|
|
702
702
|
config_attr :endpoint, nil, ::String, nil
|
703
703
|
config_attr :credentials, nil do |value|
|
704
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
705
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
706
706
|
allowed.any? { |klass| klass === value }
|
707
707
|
end
|
708
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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)
|
@@ -3040,7 +3052,7 @@ module Google
|
|
3040
3052
|
|
3041
3053
|
config_attr :endpoint, nil, ::String, nil
|
3042
3054
|
config_attr :credentials, nil do |value|
|
3043
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3055
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3044
3056
|
allowed.any? { |klass| klass === value }
|
3045
3057
|
end
|
3046
3058
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -556,7 +556,7 @@ module Google
|
|
556
556
|
|
557
557
|
config_attr :endpoint, nil, ::String, nil
|
558
558
|
config_attr :credentials, nil do |value|
|
559
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
560
560
|
allowed.any? { |klass| klass === value }
|
561
561
|
end
|
562
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 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.8
|
132
132
|
specification_version: 4
|
133
133
|
summary: API Client library for the Certificate Manager V1 API
|
134
134
|
test_files: []
|