google-cloud-security-private_ca-v1 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/client.rb +20 -5
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/operations.rb +2 -2
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/client.rb +20 -5
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/operations.rb +2 -2
- data/lib/google/cloud/security/private_ca/v1/version.rb +1 -1
- data/lib/google/cloud/security/privateca/v1/service_pb.rb +4 -0
- data/proto_docs/google/api/client.rb +57 -3
- data/proto_docs/google/cloud/security/privateca/v1/resources.rb +1 -1
- data/proto_docs/google/cloud/security/privateca/v1/service.rb +18 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 813e12cd245e9857f682b683224cafd0cd387e76808877d3d00af2e1e74b4ae6
|
4
|
+
data.tar.gz: 740b7019bc07b8961ff3bc3c50237d5eb7b565d4eea32904327a8b78b347c7b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88f81e9ab259df35dc15d3bd0f0cdb6d504e328b2995ce30dbaebe194c49efff4c5e5d7323c1a3859190a4c55fa74cb861f9a0a3571840826a9531c918046207
|
7
|
+
data.tar.gz: b757b1fa61fac3748a5e0e2dd32081c3b3a56296aee34669ea20d39296afa93fae77bfa0665a52eb091e18acd0a37c0e4407c7e06bcd82eed905c3b67f6cda0b
|
data/README.md
CHANGED
@@ -47,7 +47,7 @@ for general usage information.
|
|
47
47
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
53
53
|
|
@@ -1000,7 +1000,7 @@ module Google
|
|
1000
1000
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1001
1001
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
1002
1002
|
#
|
1003
|
-
# @overload disable_certificate_authority(name: nil, request_id: nil)
|
1003
|
+
# @overload disable_certificate_authority(name: nil, request_id: nil, ignore_dependent_resources: nil)
|
1004
1004
|
# Pass arguments to `disable_certificate_authority` via keyword arguments. Note that at
|
1005
1005
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1006
1006
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1023,6 +1023,11 @@ module Google
|
|
1023
1023
|
#
|
1024
1024
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
1025
1025
|
# not supported (00000000-0000-0000-0000-000000000000).
|
1026
|
+
# @param ignore_dependent_resources [::Boolean]
|
1027
|
+
# Optional. This field allows this CA to be disabled even if it's being
|
1028
|
+
# depended on by another resource. However, doing so may result in unintended
|
1029
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
1030
|
+
# no longer be able to issue certificates.
|
1026
1031
|
#
|
1027
1032
|
# @yield [response, operation] Access the result along with the RPC operation
|
1028
1033
|
# @yieldparam response [::Gapic::Operation]
|
@@ -1627,7 +1632,7 @@ module Google
|
|
1627
1632
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1628
1633
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
1629
1634
|
#
|
1630
|
-
# @overload delete_certificate_authority(name: nil, request_id: nil, ignore_active_certificates: nil, skip_grace_period: nil)
|
1635
|
+
# @overload delete_certificate_authority(name: nil, request_id: nil, ignore_active_certificates: nil, skip_grace_period: nil, ignore_dependent_resources: nil)
|
1631
1636
|
# Pass arguments to `delete_certificate_authority` via keyword arguments. Note that at
|
1632
1637
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1633
1638
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1657,6 +1662,11 @@ module Google
|
|
1657
1662
|
# Optional. If this flag is set, the Certificate Authority will be deleted as
|
1658
1663
|
# soon as possible without a 30-day grace period where undeletion would have
|
1659
1664
|
# been allowed. If you proceed, there will be no way to recover this CA.
|
1665
|
+
# @param ignore_dependent_resources [::Boolean]
|
1666
|
+
# Optional. This field allows this ca to be deleted even if it's being
|
1667
|
+
# depended on by another resource. However, doing so may result in unintended
|
1668
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
1669
|
+
# no longer be able to issue certificates.
|
1660
1670
|
#
|
1661
1671
|
# @yield [response, operation] Access the result along with the RPC operation
|
1662
1672
|
# @yieldparam response [::Gapic::Operation]
|
@@ -2273,7 +2283,7 @@ module Google
|
|
2273
2283
|
# @param options [::Gapic::CallOptions, ::Hash]
|
2274
2284
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
2275
2285
|
#
|
2276
|
-
# @overload delete_ca_pool(name: nil, request_id: nil)
|
2286
|
+
# @overload delete_ca_pool(name: nil, request_id: nil, ignore_dependent_resources: nil)
|
2277
2287
|
# Pass arguments to `delete_ca_pool` via keyword arguments. Note that at
|
2278
2288
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
2279
2289
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -2296,6 +2306,11 @@ module Google
|
|
2296
2306
|
#
|
2297
2307
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
2298
2308
|
# not supported (00000000-0000-0000-0000-000000000000).
|
2309
|
+
# @param ignore_dependent_resources [::Boolean]
|
2310
|
+
# Optional. This field allows this pool to be deleted even if it's being
|
2311
|
+
# depended on by another resource. However, doing so may result in unintended
|
2312
|
+
# and unrecoverable effects on any dependent resource(s) since the pool will
|
2313
|
+
# no longer be able to issue certificates.
|
2299
2314
|
#
|
2300
2315
|
# @yield [response, operation] Access the result along with the RPC operation
|
2301
2316
|
# @yieldparam response [::Gapic::Operation]
|
@@ -3361,9 +3376,9 @@ module Google
|
|
3361
3376
|
# * (`String`) The path to a service account key file in JSON format
|
3362
3377
|
# * (`Hash`) A service account key as a Hash
|
3363
3378
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
3364
|
-
# (see the [googleauth docs](https://
|
3379
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
3365
3380
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
3366
|
-
# (see the [signet docs](https://
|
3381
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
3367
3382
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
3368
3383
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
3369
3384
|
# * (`nil`) indicating no credentials
|
@@ -621,9 +621,9 @@ module Google
|
|
621
621
|
# * (`String`) The path to a service account key file in JSON format
|
622
622
|
# * (`Hash`) A service account key as a Hash
|
623
623
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
624
|
-
# (see the [googleauth docs](https://
|
624
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
625
625
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
626
|
-
# (see the [signet docs](https://
|
626
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
627
627
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
628
628
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
629
629
|
# * (`nil`) indicating no credentials
|
@@ -813,7 +813,7 @@ module Google
|
|
813
813
|
# @param options [::Gapic::CallOptions, ::Hash]
|
814
814
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
815
815
|
#
|
816
|
-
# @overload disable_certificate_authority(name: nil, request_id: nil)
|
816
|
+
# @overload disable_certificate_authority(name: nil, request_id: nil, ignore_dependent_resources: nil)
|
817
817
|
# Pass arguments to `disable_certificate_authority` via keyword arguments. Note that at
|
818
818
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
819
819
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -836,6 +836,11 @@ module Google
|
|
836
836
|
#
|
837
837
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
838
838
|
# not supported (00000000-0000-0000-0000-000000000000).
|
839
|
+
# @param ignore_dependent_resources [::Boolean]
|
840
|
+
# Optional. This field allows this CA to be disabled even if it's being
|
841
|
+
# depended on by another resource. However, doing so may result in unintended
|
842
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
843
|
+
# no longer be able to issue certificates.
|
839
844
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
840
845
|
# @yieldparam result [::Gapic::Operation]
|
841
846
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1276,7 +1281,7 @@ module Google
|
|
1276
1281
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1277
1282
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1278
1283
|
#
|
1279
|
-
# @overload delete_certificate_authority(name: nil, request_id: nil, ignore_active_certificates: nil, skip_grace_period: nil)
|
1284
|
+
# @overload delete_certificate_authority(name: nil, request_id: nil, ignore_active_certificates: nil, skip_grace_period: nil, ignore_dependent_resources: nil)
|
1280
1285
|
# Pass arguments to `delete_certificate_authority` via keyword arguments. Note that at
|
1281
1286
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1282
1287
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1306,6 +1311,11 @@ module Google
|
|
1306
1311
|
# Optional. If this flag is set, the Certificate Authority will be deleted as
|
1307
1312
|
# soon as possible without a 30-day grace period where undeletion would have
|
1308
1313
|
# been allowed. If you proceed, there will be no way to recover this CA.
|
1314
|
+
# @param ignore_dependent_resources [::Boolean]
|
1315
|
+
# Optional. This field allows this ca to be deleted even if it's being
|
1316
|
+
# depended on by another resource. However, doing so may result in unintended
|
1317
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
1318
|
+
# no longer be able to issue certificates.
|
1309
1319
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1310
1320
|
# @yieldparam result [::Gapic::Operation]
|
1311
1321
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1751,7 +1761,7 @@ module Google
|
|
1751
1761
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1752
1762
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1753
1763
|
#
|
1754
|
-
# @overload delete_ca_pool(name: nil, request_id: nil)
|
1764
|
+
# @overload delete_ca_pool(name: nil, request_id: nil, ignore_dependent_resources: nil)
|
1755
1765
|
# Pass arguments to `delete_ca_pool` via keyword arguments. Note that at
|
1756
1766
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1757
1767
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1774,6 +1784,11 @@ module Google
|
|
1774
1784
|
#
|
1775
1785
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
1776
1786
|
# not supported (00000000-0000-0000-0000-000000000000).
|
1787
|
+
# @param ignore_dependent_resources [::Boolean]
|
1788
|
+
# Optional. This field allows this pool to be deleted even if it's being
|
1789
|
+
# depended on by another resource. However, doing so may result in unintended
|
1790
|
+
# and unrecoverable effects on any dependent resource(s) since the pool will
|
1791
|
+
# no longer be able to issue certificates.
|
1777
1792
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1778
1793
|
# @yieldparam result [::Gapic::Operation]
|
1779
1794
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -2564,9 +2579,9 @@ module Google
|
|
2564
2579
|
# * (`String`) The path to a service account key file in JSON format
|
2565
2580
|
# * (`Hash`) A service account key as a Hash
|
2566
2581
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
2567
|
-
# (see the [googleauth docs](https://
|
2582
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
2568
2583
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2569
|
-
# (see the [signet docs](https://
|
2584
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2570
2585
|
# * (`nil`) indicating no credentials
|
2571
2586
|
# @return [::Object]
|
2572
2587
|
# @!attribute [rw] scope
|
data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/operations.rb
CHANGED
@@ -412,9 +412,9 @@ module Google
|
|
412
412
|
# * (`String`) The path to a service account key file in JSON format
|
413
413
|
# * (`Hash`) A service account key as a Hash
|
414
414
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
415
|
-
# (see the [googleauth docs](https://
|
415
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
416
416
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
417
|
-
# (see the [signet docs](https://
|
417
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
418
418
|
# * (`nil`) indicating no credentials
|
419
419
|
# @return [::Object]
|
420
420
|
# @!attribute [rw] scope
|
@@ -9,6 +9,7 @@ require 'google/api/field_behavior_pb'
|
|
9
9
|
require 'google/api/resource_pb'
|
10
10
|
require 'google/cloud/security/privateca/v1/resources_pb'
|
11
11
|
require 'google/longrunning/operations_pb'
|
12
|
+
require 'google/protobuf/empty_pb'
|
12
13
|
require 'google/protobuf/field_mask_pb'
|
13
14
|
require 'google/protobuf/timestamp_pb'
|
14
15
|
|
@@ -62,6 +63,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
62
63
|
add_message "google.cloud.security.privateca.v1.DisableCertificateAuthorityRequest" do
|
63
64
|
optional :name, :string, 1
|
64
65
|
optional :request_id, :string, 2
|
66
|
+
optional :ignore_dependent_resources, :bool, 3
|
65
67
|
end
|
66
68
|
add_message "google.cloud.security.privateca.v1.EnableCertificateAuthorityRequest" do
|
67
69
|
optional :name, :string, 1
|
@@ -97,6 +99,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
97
99
|
optional :request_id, :string, 2
|
98
100
|
optional :ignore_active_certificates, :bool, 4
|
99
101
|
optional :skip_grace_period, :bool, 5
|
102
|
+
optional :ignore_dependent_resources, :bool, 6
|
100
103
|
end
|
101
104
|
add_message "google.cloud.security.privateca.v1.UpdateCertificateAuthorityRequest" do
|
102
105
|
optional :certificate_authority, :message, 1, "google.cloud.security.privateca.v1.CertificateAuthority"
|
@@ -117,6 +120,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
117
120
|
add_message "google.cloud.security.privateca.v1.DeleteCaPoolRequest" do
|
118
121
|
optional :name, :string, 1
|
119
122
|
optional :request_id, :string, 2
|
123
|
+
optional :ignore_dependent_resources, :bool, 4
|
120
124
|
end
|
121
125
|
add_message "google.cloud.security.privateca.v1.FetchCaCertsRequest" do
|
122
126
|
optional :ca_pool, :string, 1
|
@@ -35,7 +35,9 @@ module Google
|
|
35
35
|
# Details about how and where to publish client libraries.
|
36
36
|
# @!attribute [rw] version
|
37
37
|
# @return [::String]
|
38
|
-
# Version of the API to apply these settings to.
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
39
|
+
# package for the API, ending in the version element.
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
39
41
|
# @!attribute [rw] launch_stage
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
41
43
|
# Launch stage of this version of the API.
|
@@ -111,6 +113,10 @@ module Google
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
113
115
|
# settings with the same version string are discarded.
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
117
|
+
# @return [::String]
|
118
|
+
# Optional link to proto reference documentation. Example:
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
114
120
|
class Publishing
|
115
121
|
include ::Google::Protobuf::MessageExts
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -203,9 +209,57 @@ module Google
|
|
203
209
|
# @!attribute [rw] common
|
204
210
|
# @return [::Google::Api::CommonLanguageSettings]
|
205
211
|
# Some settings.
|
212
|
+
# @!attribute [rw] renamed_services
|
213
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
214
|
+
# Map from original service names to renamed versions.
|
215
|
+
# This is used when the default generated types
|
216
|
+
# would cause a naming conflict. (Neither name is
|
217
|
+
# fully-qualified.)
|
218
|
+
# Example: Subscriber to SubscriberServiceApi.
|
219
|
+
# @!attribute [rw] renamed_resources
|
220
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
221
|
+
# Map from full resource types to the effective short name
|
222
|
+
# for the resource. This is used when otherwise resource
|
223
|
+
# named from different services would cause naming collisions.
|
224
|
+
# Example entry:
|
225
|
+
# "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
226
|
+
# @!attribute [rw] ignored_resources
|
227
|
+
# @return [::Array<::String>]
|
228
|
+
# List of full resource types to ignore during generation.
|
229
|
+
# This is typically used for API-specific Location resources,
|
230
|
+
# which should be handled by the generator as if they were actually
|
231
|
+
# the common Location resources.
|
232
|
+
# Example entry: "documentai.googleapis.com/Location"
|
233
|
+
# @!attribute [rw] forced_namespace_aliases
|
234
|
+
# @return [::Array<::String>]
|
235
|
+
# Namespaces which must be aliased in snippets due to
|
236
|
+
# a known (but non-generator-predictable) naming collision
|
237
|
+
# @!attribute [rw] handwritten_signatures
|
238
|
+
# @return [::Array<::String>]
|
239
|
+
# Method signatures (in the form "service.method(signature)")
|
240
|
+
# which are provided separately, so shouldn't be generated.
|
241
|
+
# Snippets *calling* these methods are still generated, however.
|
206
242
|
class DotnetSettings
|
207
243
|
include ::Google::Protobuf::MessageExts
|
208
244
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
245
|
+
|
246
|
+
# @!attribute [rw] key
|
247
|
+
# @return [::String]
|
248
|
+
# @!attribute [rw] value
|
249
|
+
# @return [::String]
|
250
|
+
class RenamedServicesEntry
|
251
|
+
include ::Google::Protobuf::MessageExts
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
253
|
+
end
|
254
|
+
|
255
|
+
# @!attribute [rw] key
|
256
|
+
# @return [::String]
|
257
|
+
# @!attribute [rw] value
|
258
|
+
# @return [::String]
|
259
|
+
class RenamedResourcesEntry
|
260
|
+
include ::Google::Protobuf::MessageExts
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
262
|
+
end
|
209
263
|
end
|
210
264
|
|
211
265
|
# Settings for Ruby client libraries.
|
@@ -240,8 +294,8 @@ module Google
|
|
240
294
|
# Example of a YAML configuration::
|
241
295
|
#
|
242
296
|
# publishing:
|
243
|
-
#
|
244
|
-
# - selector:
|
297
|
+
# method_settings:
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
245
299
|
# long_running:
|
246
300
|
# initial_poll_delay:
|
247
301
|
# seconds: 60 # 1 minute
|
@@ -1459,7 +1459,7 @@ module Google
|
|
1459
1459
|
DEFAULT = 1
|
1460
1460
|
|
1461
1461
|
# A mode reserved for special cases. Indicates that the certificate should
|
1462
|
-
# have one
|
1462
|
+
# have one SPIFFE
|
1463
1463
|
# {::Google::Cloud::Security::PrivateCA::V1::SubjectAltNames SubjectAltNames} set
|
1464
1464
|
# by the service based on the caller's identity. This mode will ignore any
|
1465
1465
|
# explicitly specified {::Google::Cloud::Security::PrivateCA::V1::Subject Subject}
|
@@ -313,6 +313,12 @@ module Google
|
|
313
313
|
#
|
314
314
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
315
315
|
# not supported (00000000-0000-0000-0000-000000000000).
|
316
|
+
# @!attribute [rw] ignore_dependent_resources
|
317
|
+
# @return [::Boolean]
|
318
|
+
# Optional. This field allows this CA to be disabled even if it's being
|
319
|
+
# depended on by another resource. However, doing so may result in unintended
|
320
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
321
|
+
# no longer be able to issue certificates.
|
316
322
|
class DisableCertificateAuthorityRequest
|
317
323
|
include ::Google::Protobuf::MessageExts
|
318
324
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -490,6 +496,12 @@ module Google
|
|
490
496
|
# Optional. If this flag is set, the Certificate Authority will be deleted as
|
491
497
|
# soon as possible without a 30-day grace period where undeletion would have
|
492
498
|
# been allowed. If you proceed, there will be no way to recover this CA.
|
499
|
+
# @!attribute [rw] ignore_dependent_resources
|
500
|
+
# @return [::Boolean]
|
501
|
+
# Optional. This field allows this ca to be deleted even if it's being
|
502
|
+
# depended on by another resource. However, doing so may result in unintended
|
503
|
+
# and unrecoverable effects on any dependent resource(s) since the CA will
|
504
|
+
# no longer be able to issue certificates.
|
493
505
|
class DeleteCertificateAuthorityRequest
|
494
506
|
include ::Google::Protobuf::MessageExts
|
495
507
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -611,6 +623,12 @@ module Google
|
|
611
623
|
#
|
612
624
|
# The request ID must be a valid UUID with the exception that zero UUID is
|
613
625
|
# not supported (00000000-0000-0000-0000-000000000000).
|
626
|
+
# @!attribute [rw] ignore_dependent_resources
|
627
|
+
# @return [::Boolean]
|
628
|
+
# Optional. This field allows this pool to be deleted even if it's being
|
629
|
+
# depended on by another resource. However, doing so may result in unintended
|
630
|
+
# and unrecoverable effects on any dependent resource(s) since the pool will
|
631
|
+
# no longer be able to issue certificates.
|
614
632
|
class DeleteCaPoolRequest
|
615
633
|
include ::Google::Protobuf::MessageExts
|
616
634
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security-private_ca-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|