google-cloud-security-private_ca-v1beta1 0.11.0 → 0.12.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: a4ad06ca2872e58ba269b31569046b1ebb6a6694edba59333b69ee3efb0e7abf
|
4
|
+
data.tar.gz: 874fa831d5d88e501199453c63b8411daffd75a26c12a64b1de58493ff304863
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a371210c48e6fba13d7c732cb59896a79f8f381b2a19f9a54cdebcc4956292a85e919fe5382a8f461906ad52259f15cf7bd9ba0410e0d18a3697fd7b3865a444
|
7
|
+
data.tar.gz: d833132c1eb0c86b662900feea209f004a3b309ca0839e32c77fbc8af16669408dfd40f896710523932c4b946a3005df147d89d794b9986a5db8bdbb076b2990
|
data/lib/google/cloud/security/private_ca/v1beta1/certificate_authority_service/rest/client.rb
CHANGED
@@ -418,10 +418,10 @@ module Google
|
|
418
418
|
# and syntax, see [Certificates Sorting
|
419
419
|
# documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
|
420
420
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
421
|
-
# @yieldparam result [::Google::Cloud::Security::PrivateCA::V1beta1::
|
421
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::Certificate>]
|
422
422
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
423
423
|
#
|
424
|
-
# @return [::Google::Cloud::Security::PrivateCA::V1beta1::
|
424
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::Certificate>]
|
425
425
|
#
|
426
426
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
427
427
|
#
|
@@ -473,7 +473,9 @@ module Google
|
|
473
473
|
retry_policy: @config.retry_policy
|
474
474
|
|
475
475
|
@certificate_authority_service_stub.list_certificates request, options do |result, operation|
|
476
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_authority_service_stub, :list_certificates, "certificates", request, result, options
|
476
477
|
yield result, operation if block_given?
|
478
|
+
throw :response, result
|
477
479
|
end
|
478
480
|
rescue ::Gapic::Rest::Error => e
|
479
481
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1295,10 +1297,10 @@ module Google
|
|
1295
1297
|
# @param order_by [::String]
|
1296
1298
|
# Optional. Specify how the results should be sorted.
|
1297
1299
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1298
|
-
# @yieldparam result [::Google::Cloud::Security::PrivateCA::V1beta1::
|
1300
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority>]
|
1299
1301
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1300
1302
|
#
|
1301
|
-
# @return [::Google::Cloud::Security::PrivateCA::V1beta1::
|
1303
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority>]
|
1302
1304
|
#
|
1303
1305
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1304
1306
|
#
|
@@ -1350,7 +1352,9 @@ module Google
|
|
1350
1352
|
retry_policy: @config.retry_policy
|
1351
1353
|
|
1352
1354
|
@certificate_authority_service_stub.list_certificate_authorities request, options do |result, operation|
|
1355
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_authority_service_stub, :list_certificate_authorities, "certificate_authorities", request, result, options
|
1353
1356
|
yield result, operation if block_given?
|
1357
|
+
throw :response, result
|
1354
1358
|
end
|
1355
1359
|
rescue ::Gapic::Rest::Error => e
|
1356
1360
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1779,10 +1783,10 @@ module Google
|
|
1779
1783
|
# @param order_by [::String]
|
1780
1784
|
# Optional. Specify how the results should be sorted.
|
1781
1785
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1782
|
-
# @yieldparam result [::Google::Cloud::Security::PrivateCA::V1beta1::
|
1786
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList>]
|
1783
1787
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1784
1788
|
#
|
1785
|
-
# @return [::Google::Cloud::Security::PrivateCA::V1beta1::
|
1789
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList>]
|
1786
1790
|
#
|
1787
1791
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1788
1792
|
#
|
@@ -1834,7 +1838,9 @@ module Google
|
|
1834
1838
|
retry_policy: @config.retry_policy
|
1835
1839
|
|
1836
1840
|
@certificate_authority_service_stub.list_certificate_revocation_lists request, options do |result, operation|
|
1841
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_authority_service_stub, :list_certificate_revocation_lists, "certificate_revocation_lists", request, result, options
|
1837
1842
|
yield result, operation if block_given?
|
1843
|
+
throw :response, result
|
1838
1844
|
end
|
1839
1845
|
rescue ::Gapic::Rest::Error => e
|
1840
1846
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2058,10 +2064,10 @@ module Google
|
|
2058
2064
|
# @param order_by [::String]
|
2059
2065
|
# Optional. Specify how the results should be sorted.
|
2060
2066
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2061
|
-
# @yieldparam result [::Google::Cloud::Security::PrivateCA::V1beta1::
|
2067
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>]
|
2062
2068
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2063
2069
|
#
|
2064
|
-
# @return [::Google::Cloud::Security::PrivateCA::V1beta1::
|
2070
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig>]
|
2065
2071
|
#
|
2066
2072
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2067
2073
|
#
|
@@ -2113,7 +2119,9 @@ module Google
|
|
2113
2119
|
retry_policy: @config.retry_policy
|
2114
2120
|
|
2115
2121
|
@certificate_authority_service_stub.list_reusable_configs request, options do |result, operation|
|
2122
|
+
result = ::Gapic::Rest::PagedEnumerable.new @certificate_authority_service_stub, :list_reusable_configs, "reusable_configs", request, result, options
|
2116
2123
|
yield result, operation if block_given?
|
2124
|
+
throw :response, result
|
2117
2125
|
end
|
2118
2126
|
rescue ::Gapic::Rest::Error => e
|
2119
2127
|
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-security-private_ca-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
|
-
rubygems_version: 3.6.
|
110
|
+
rubygems_version: 3.6.3
|
111
111
|
specification_version: 4
|
112
112
|
summary: API Client library for the Certificate Authority Service V1beta1 API
|
113
113
|
test_files: []
|