google-apis-privateca_v1 0.12.0 → 0.15.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: b7708737e2d3a5efc969e21c1ff55f893c60dcd7a0c390d62f74de12a551087b
4
- data.tar.gz: c302db8965ff49e11d81605d8de9387a59ce2465d2e180f9e442c68014df629a
3
+ metadata.gz: dc261dcc259315e4154b55e775e95a2ab5b358ab40a43424ffbccc89fea2bbce
4
+ data.tar.gz: eff18e98554ba2d358fe806f3343ade02920c845a7921601382c1b8e89a06f3b
5
5
  SHA512:
6
- metadata.gz: 255cdca6c51fa27f64209aaeb26c49e1c27967080ea7c92d2cbdd1f6e82fb83c4aba577cc4c4df769678813c2f8e57a5937503e75cf811db4e6bffc1c5f23042
7
- data.tar.gz: cd1f91b68a9ae977c74a5797e2aafe12754289d80b5f2df52acddaedc1defb7913229bd6f2b7606359bbd2f5428f4a71163571a5ef5719ea32714bcc0e88495b
6
+ metadata.gz: c3f626f928a90eaf532082ae276ba6f905376462536ad73a05aa679082727df8682dd6edee36c8e0e58d27fd236898f081ab80ce9e3a9cd938ce8b5924ddeeee
7
+ data.tar.gz: 96ff5c3ef0a3d127028dbae874988d50b44772d09f64dee58bcef9568fff6d4e2e19b2e758e41b305b0841ebe11b4b35c71e42623ea7f4c826dc47404c47d412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.14.0 (2022-02-12)
8
+
9
+ * Regenerated from discovery document revision 20220202
10
+
11
+ ### v0.13.0 (2022-01-16)
12
+
13
+ * Regenerated from discovery document revision 20220107
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.12.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -2359,7 +2359,8 @@ module Google
2359
2359
  class SubjectAltNames
2360
2360
  include Google::Apis::Core::Hashable
2361
2361
 
2362
- # Contains additional subject alternative name values.
2362
+ # Contains additional subject alternative name values. For each custom_san, the `
2363
+ # value` field must contain an ASN.1 encoded UTF8String.
2363
2364
  # Corresponds to the JSON property `customSans`
2364
2365
  # @return [Array<Google::Apis::PrivatecaV1::X509Extension>]
2365
2366
  attr_accessor :custom_sans
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211103"
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.12.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-01-10 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.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Certificate Authority API V1