google-apis-privateca_v1 0.13.0 → 0.16.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: 41a311b25d201e4c2a698ad6aa4873b4ccd6670b2bd9310aa1d001ce50c6d156
4
- data.tar.gz: dfa42a8dda0baf624f7832bf237c94838c629a45313d6880ddcccb4e9e6c1b15
3
+ metadata.gz: 229960189f937a8d01a857f882db7168d8e343b0c4f4f34377ab6a97a330b073
4
+ data.tar.gz: 17babda2909a3b53a92e626badb9b218c4c866cd7bff1ac476477dce50ee9b03
5
5
  SHA512:
6
- metadata.gz: c532d46227cdfdae3bef54a88c2c22da2c1b9dd56402257f57aa11530c5404d008194bd640289b7c3d56037daa1caed656f858beab409dc224184bbd78831c15
7
- data.tar.gz: d9f181192eb316561f365e529edbdc4827ac88d6d68d4ec0254c871c1d02d5edffba9a1a42847f561de231e6e1c386e0a28ec7614abbecb00e84ebb606225915
6
+ metadata.gz: 713ebd0e8cc8b0e5980f61edbcd6263b736800c93b51b2ed53c357ea0318f15538a837d8842cb28e41c2066a641456a3c9d58ccfaa82d72e5f758a3308d1272d
7
+ data.tar.gz: 6b790a2e66e7b046341243166e109b3bf918ff2961ac6d4662d9d0f9bed5d6b215468a2f57590380f68bd4880aee31230e8f9daa1fc50b75c8f3ef19bb130853
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.16.0 (2022-03-20)
4
+
5
+ * Regenerated from discovery document revision 20220309
6
+
7
+ ### v0.15.0 (2022-03-08)
8
+
9
+ * Regenerated from discovery document revision 20220223
10
+
11
+ ### v0.14.0 (2022-02-12)
12
+
13
+ * Regenerated from discovery document revision 20220202
14
+
3
15
  ### v0.13.0 (2022-01-16)
4
16
 
5
17
  * Regenerated from discovery document revision 20220107
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.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 = "20220107"
25
+ REVISION = "20220309"
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)
@@ -1715,50 +1720,6 @@ module Google
1715
1720
  execute_or_queue_command(command, &block)
1716
1721
  end
1717
1722
 
1718
- # Gets the access control policy for a resource. Returns an empty policy if the
1719
- # resource exists and does not have a policy set.
1720
- # @param [String] resource
1721
- # REQUIRED: The resource for which the policy is being requested. See the
1722
- # operation documentation for the appropriate value for this field.
1723
- # @param [Fixnum] options_requested_policy_version
1724
- # Optional. The maximum policy version that will be used to format the policy.
1725
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1726
- # rejected. Requests for policies with any conditional role bindings must
1727
- # specify version 3. Policies with no conditional role bindings may specify any
1728
- # valid value or leave the field unset. The policy in the response might use the
1729
- # policy version that you specified, or it might use a lower policy version. For
1730
- # example, if you specify version 3, but the policy has no conditional role
1731
- # bindings, the response uses version 1. To learn which resources support
1732
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1733
- # google.com/iam/help/conditions/resource-policies).
1734
- # @param [String] fields
1735
- # Selector specifying which fields to include in a partial response.
1736
- # @param [String] quota_user
1737
- # Available to use for quota purposes for server-side applications. Can be any
1738
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1739
- # @param [Google::Apis::RequestOptions] options
1740
- # Request-specific options
1741
- #
1742
- # @yield [result, err] Result & error if block supplied
1743
- # @yieldparam result [Google::Apis::PrivatecaV1::Policy] parsed result object
1744
- # @yieldparam err [StandardError] error object if request failed
1745
- #
1746
- # @return [Google::Apis::PrivatecaV1::Policy]
1747
- #
1748
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1749
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1750
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1751
- def get_project_location_managed_pki_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
1752
- command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
1753
- command.response_representation = Google::Apis::PrivatecaV1::Policy::Representation
1754
- command.response_class = Google::Apis::PrivatecaV1::Policy
1755
- command.params['resource'] = resource unless resource.nil?
1756
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
1757
- command.query['fields'] = fields unless fields.nil?
1758
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1759
- execute_or_queue_command(command, &block)
1760
- end
1761
-
1762
1723
  # Starts asynchronous cancellation on a long-running operation. The server makes
1763
1724
  # a best effort to cancel the operation, but success is not guaranteed. If the
1764
1725
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
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.13.0
4
+ version: 0.16.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-17 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.16.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: []