google-apis-privateca_v1 0.10.0 → 0.14.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: a7abc1a4178ee1ea43f678da2232567a9463a7c01d421fb4189efe1cbbeb2814
4
- data.tar.gz: 5c52022db578d395c760295e7e9c8cad354ac2aad47ddb6c5b54ad5ebef022d4
3
+ metadata.gz: 36e1b6c70e9ad3f8876a9a543e4df4729a0c548027257892375bc85a8159311f
4
+ data.tar.gz: 07bbdaf89a6d0f35300b5b598541ae6c442857174d96801aa13cf80e2914e36a
5
5
  SHA512:
6
- metadata.gz: 979ada31ed76d10f934df97d003e4020af2c9c1f8c9f19abe075d0c4ab92398f1e8feac3595b17841d6ca9ea3e1a6733d9e8ec54d6386d7924c4358095471875
7
- data.tar.gz: d539b9050d8d9269866d5f8e58a7c9114a1c2ac060e1960cbe55fa93118986036802e826323c5b0d7df434507328a81b3e25f5f68639544dc0a7569c8c462a49
6
+ metadata.gz: 461ca99e1361af5cdad7b031ddc05aed37e97c48572fbc606b680c175ea79025074919420e0823fdb113e3d9d98736469ee049723850969e264856bd04b5ad06
7
+ data.tar.gz: 9ea3b816a92b99d1af203b496c521ef07759a8fa9f38a442fbf5a65a95141be74e9f3bcb6af8fd5db422c334ea49adde6ef449cd7025a19fd8f94941f4af2134
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.14.0 (2022-02-12)
4
+
5
+ * Regenerated from discovery document revision 20220202
6
+
7
+ ### v0.13.0 (2022-01-16)
8
+
9
+ * Regenerated from discovery document revision 20220107
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.12.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.11.0 (2021-11-13)
17
+
18
+ * Regenerated from discovery document revision 20211103
19
+
3
20
  ### v0.10.0 (2021-11-06)
4
21
 
5
22
  * Regenerated from discovery document revision 20211101
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/privateca_v1"
51
51
  client = Google::Apis::PrivatecaV1::CertificateAuthorityServiceService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.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 = "20211101"
25
+ REVISION = "20220202"
26
26
  end
27
27
  end
28
28
  end
@@ -24,7 +24,7 @@ module Google
24
24
  #
25
25
  # The Certificate Authority Service API is a highly-available, scalable service
26
26
  # that enables you to simplify and automate the management of private
27
- # certificate authorities (CAs) while staying in control of your private keys."
27
+ # certificate authorities (CAs) while staying in control of your private keys.
28
28
  #
29
29
  # @example
30
30
  # require 'google/apis/privateca_v1'
@@ -289,13 +289,16 @@ module Google
289
289
  # REQUIRED: The resource for which the policy is being requested. See the
290
290
  # operation documentation for the appropriate value for this field.
291
291
  # @param [Fixnum] options_requested_policy_version
292
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
293
- # 3. Requests specifying an invalid value will be rejected. Requests for
294
- # policies with any conditional bindings must specify version 3. Policies
295
- # without any conditional bindings may specify any valid value or leave the
296
- # field unset. To learn which resources support conditions in their IAM policies,
297
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
298
- # resource-policies).
292
+ # Optional. The maximum policy version that will be used to format the policy.
293
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
294
+ # rejected. Requests for policies with any conditional role bindings must
295
+ # specify version 3. Policies with no conditional role bindings may specify any
296
+ # valid value or leave the field unset. The policy in the response might use the
297
+ # policy version that you specified, or it might use a lower policy version. For
298
+ # example, if you specify version 3, but the policy has no conditional role
299
+ # bindings, the response uses version 1. To learn which resources support
300
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
301
+ # google.com/iam/help/conditions/resource-policies).
299
302
  # @param [String] fields
300
303
  # Selector specifying which fields to include in a partial response.
301
304
  # @param [String] quota_user
@@ -928,13 +931,16 @@ module Google
928
931
  # REQUIRED: The resource for which the policy is being requested. See the
929
932
  # operation documentation for the appropriate value for this field.
930
933
  # @param [Fixnum] options_requested_policy_version
931
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
932
- # 3. Requests specifying an invalid value will be rejected. Requests for
933
- # policies with any conditional bindings must specify version 3. Policies
934
- # without any conditional bindings may specify any valid value or leave the
935
- # field unset. To learn which resources support conditions in their IAM policies,
936
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
937
- # resource-policies).
934
+ # Optional. The maximum policy version that will be used to format the policy.
935
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
936
+ # rejected. Requests for policies with any conditional role bindings must
937
+ # specify version 3. Policies with no conditional role bindings may specify any
938
+ # valid value or leave the field unset. The policy in the response might use the
939
+ # policy version that you specified, or it might use a lower policy version. For
940
+ # example, if you specify version 3, but the policy has no conditional role
941
+ # bindings, the response uses version 1. To learn which resources support
942
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
943
+ # google.com/iam/help/conditions/resource-policies).
938
944
  # @param [String] fields
939
945
  # Selector specifying which fields to include in a partial response.
940
946
  # @param [String] quota_user
@@ -1501,13 +1507,16 @@ module Google
1501
1507
  # REQUIRED: The resource for which the policy is being requested. See the
1502
1508
  # operation documentation for the appropriate value for this field.
1503
1509
  # @param [Fixnum] options_requested_policy_version
1504
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1505
- # 3. Requests specifying an invalid value will be rejected. Requests for
1506
- # policies with any conditional bindings must specify version 3. Policies
1507
- # without any conditional bindings may specify any valid value or leave the
1508
- # field unset. To learn which resources support conditions in their IAM policies,
1509
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1510
- # resource-policies).
1510
+ # Optional. The maximum policy version that will be used to format the policy.
1511
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1512
+ # rejected. Requests for policies with any conditional role bindings must
1513
+ # specify version 3. Policies with no conditional role bindings may specify any
1514
+ # valid value or leave the field unset. The policy in the response might use the
1515
+ # policy version that you specified, or it might use a lower policy version. For
1516
+ # example, if you specify version 3, but the policy has no conditional role
1517
+ # bindings, the response uses version 1. To learn which resources support
1518
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1519
+ # google.com/iam/help/conditions/resource-policies).
1511
1520
  # @param [String] fields
1512
1521
  # Selector specifying which fields to include in a partial response.
1513
1522
  # @param [String] quota_user
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # The Certificate Authority Service API is a highly-available, scalable service
25
25
  # that enables you to simplify and automate the management of private
26
- # certificate authorities (CAs) while staying in control of your private keys."
26
+ # certificate authorities (CAs) while staying in control of your private keys.
27
27
  #
28
28
  # @see https://cloud.google.com/
29
29
  module PrivatecaV1
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.10.0
4
+ version: 0.14.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: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2022-02-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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.14.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.2.17
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