google-apis-privateca_v1 0.14.0 → 0.17.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: 36e1b6c70e9ad3f8876a9a543e4df4729a0c548027257892375bc85a8159311f
4
- data.tar.gz: 07bbdaf89a6d0f35300b5b598541ae6c442857174d96801aa13cf80e2914e36a
3
+ metadata.gz: 553a3fec2a2d7253dbf36553e7f15bf7d0d850e8e5350a764af55b574d421864
4
+ data.tar.gz: e8bf540a3e1d6033721c98d4b90d5f681330133ce53d30e5fd806261bfbfa36e
5
5
  SHA512:
6
- metadata.gz: 461ca99e1361af5cdad7b031ddc05aed37e97c48572fbc606b680c175ea79025074919420e0823fdb113e3d9d98736469ee049723850969e264856bd04b5ad06
7
- data.tar.gz: 9ea3b816a92b99d1af203b496c521ef07759a8fa9f38a442fbf5a65a95141be74e9f3bcb6af8fd5db422c334ea49adde6ef449cd7025a19fd8f94941f4af2134
6
+ metadata.gz: cd0d5ac6fd6877b4650b2cdb87e0addf39b401a1404dfc8732755d1194483e87a97a54f26103f0b33c35cb435f7fbdad898267244ee3cae04eb6db8750740443
7
+ data.tar.gz: 29b529a6057da9699586418f330eb1e05e1b785e5295a4197a203e884448283b48439eb4fd591f6135c0fd818d1816315166a1d719b4093c72b8687925114c73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.17.0 (2022-04-05)
4
+
5
+ * Regenerated from discovery document revision 20220323
6
+
7
+ ### v0.16.0 (2022-03-20)
8
+
9
+ * Regenerated from discovery document revision 20220309
10
+
11
+ ### v0.15.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220223
14
+
3
15
  ### v0.14.0 (2022-02-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220202
@@ -1015,8 +1015,7 @@ module Google
1015
1015
  # A generic empty message that you can re-use to avoid defining duplicated empty
1016
1016
  # messages in your APIs. A typical example is to use it as the request or the
1017
1017
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1018
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1019
- # `Empty` is empty JSON object ````.
1018
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1020
1019
  class Empty
1021
1020
  include Google::Apis::Core::Hashable
1022
1021
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220202"
25
+ REVISION = "20220323"
26
26
  end
27
27
  end
28
28
  end
@@ -602,6 +602,10 @@ module Google
602
602
  # request. This prevents clients from accidentally creating duplicate
603
603
  # commitments. The request ID must be a valid UUID with the exception that zero
604
604
  # UUID is not supported (00000000-0000-0000-0000-000000000000).
605
+ # @param [Boolean] skip_grace_period
606
+ # Optional. If this flag is set, the Certificate Authority will be deleted as
607
+ # soon as possible without a 30-day grace period where undeletion would have
608
+ # been allowed. If you proceed, there will be no way to recover this CA.
605
609
  # @param [String] fields
606
610
  # Selector specifying which fields to include in a partial response.
607
611
  # @param [String] quota_user
@@ -619,13 +623,14 @@ module Google
619
623
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
620
624
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
621
625
  # @raise [Google::Apis::AuthorizationError] Authorization is required
622
- def delete_project_location_ca_pool_certificate_authority(name, ignore_active_certificates: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
626
+ def delete_project_location_ca_pool_certificate_authority(name, ignore_active_certificates: nil, request_id: nil, skip_grace_period: nil, fields: nil, quota_user: nil, options: nil, &block)
623
627
  command = make_simple_command(:delete, 'v1/{+name}', options)
624
628
  command.response_representation = Google::Apis::PrivatecaV1::Operation::Representation
625
629
  command.response_class = Google::Apis::PrivatecaV1::Operation
626
630
  command.params['name'] = name unless name.nil?
627
631
  command.query['ignoreActiveCertificates'] = ignore_active_certificates unless ignore_active_certificates.nil?
628
632
  command.query['requestId'] = request_id unless request_id.nil?
633
+ command.query['skipGracePeriod'] = skip_grace_period unless skip_grace_period.nil?
629
634
  command.query['fields'] = fields unless fields.nil?
630
635
  command.query['quotaUser'] = quota_user unless quota_user.nil?
631
636
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []