google-apis-privateca_v1 0.14.0 → 0.15.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36e1b6c70e9ad3f8876a9a543e4df4729a0c548027257892375bc85a8159311f
4
- data.tar.gz: 07bbdaf89a6d0f35300b5b598541ae6c442857174d96801aa13cf80e2914e36a
3
+ metadata.gz: dc261dcc259315e4154b55e775e95a2ab5b358ab40a43424ffbccc89fea2bbce
4
+ data.tar.gz: eff18e98554ba2d358fe806f3343ade02920c845a7921601382c1b8e89a06f3b
5
5
  SHA512:
6
- metadata.gz: 461ca99e1361af5cdad7b031ddc05aed37e97c48572fbc606b680c175ea79025074919420e0823fdb113e3d9d98736469ee049723850969e264856bd04b5ad06
7
- data.tar.gz: 9ea3b816a92b99d1af203b496c521ef07759a8fa9f38a442fbf5a65a95141be74e9f3bcb6af8fd5db422c334ea49adde6ef449cd7025a19fd8f94941f4af2134
6
+ metadata.gz: c3f626f928a90eaf532082ae276ba6f905376462536ad73a05aa679082727df8682dd6edee36c8e0e58d27fd236898f081ab80ce9e3a9cd938ce8b5924ddeeee
7
+ data.tar.gz: 96ff5c3ef0a3d127028dbae874988d50b44772d09f64dee58bcef9568fff6d4e2e19b2e758e41b305b0841ebe11b4b35c71e42623ea7f4c826dc47404c47d412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.15.0 (2022-03-08)
4
+
5
+ * Regenerated from discovery document revision 20220223
6
+
3
7
  ### v0.14.0 (2022-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220202
@@ -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.15.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 = "20220223"
26
26
  end
27
27
  end
28
28
  end
@@ -602,6 +602,8 @@ 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. This field sets the CA to have a pending delete duration of 0.
605
607
  # @param [String] fields
606
608
  # Selector specifying which fields to include in a partial response.
607
609
  # @param [String] quota_user
@@ -619,13 +621,14 @@ module Google
619
621
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
620
622
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
621
623
  # @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)
624
+ 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
625
  command = make_simple_command(:delete, 'v1/{+name}', options)
624
626
  command.response_representation = Google::Apis::PrivatecaV1::Operation::Representation
625
627
  command.response_class = Google::Apis::PrivatecaV1::Operation
626
628
  command.params['name'] = name unless name.nil?
627
629
  command.query['ignoreActiveCertificates'] = ignore_active_certificates unless ignore_active_certificates.nil?
628
630
  command.query['requestId'] = request_id unless request_id.nil?
631
+ command.query['skipGracePeriod'] = skip_grace_period unless skip_grace_period.nil?
629
632
  command.query['fields'] = fields unless fields.nil?
630
633
  command.query['quotaUser'] = quota_user unless quota_user.nil?
631
634
  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.15.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-03-14 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.15.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: []