google-apis-privateca_v1 0.10.0 → 0.11.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: 13d2222b075eaa1b4819315257faf65d1126bb437be168ff2bf0c48af51b497a
4
+ data.tar.gz: 3aeb8f804a0a03413164a0627a93c4f4bf79a50a07aa598164a47093b1e3b690
5
5
  SHA512:
6
- metadata.gz: 979ada31ed76d10f934df97d003e4020af2c9c1f8c9f19abe075d0c4ab92398f1e8feac3595b17841d6ca9ea3e1a6733d9e8ec54d6386d7924c4358095471875
7
- data.tar.gz: d539b9050d8d9269866d5f8e58a7c9114a1c2ac060e1960cbe55fa93118986036802e826323c5b0d7df434507328a81b3e25f5f68639544dc0a7569c8c462a49
6
+ metadata.gz: d3f52dd9e071e276c21296becbb9fb2d97ea1e84accf993bc1685e29b917487046b5fd14419089986ce0e2a2c7857aa0c4fedb9c0e663fa9f9a8a6cdaa1562c8
7
+ data.tar.gz: e335ef46030cbb2a7d049422ebee57f52c66aa7c96fa3e852be3a11a8dfe5c41b99b042b8ad50896cb738786deb7692bde501658d6577d0439b9a9aca50ed6de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.11.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.10.0 (2021-11-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20211101
@@ -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.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211101"
25
+ REVISION = "20211103"
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.11.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: 2021-11-15 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.11.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: []