google-apis-privateca_v1beta1 0.13.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: a0ba17a336237dc2d001b75f1508c2c1dba9f8ae72db0d5c3f0f944f7e0bd81e
4
- data.tar.gz: fa3118a28262959cd34d603215e401a194eefbcd735eaefdf3f2f729dff367ee
3
+ metadata.gz: 3badfe6994e47d5fe332fa51a9445b7ea1dd526d0f753f787634a8f46f4d1d95
4
+ data.tar.gz: 2026e73fe77c623a2d1fe5853bb42734225cfb3c82d82e8302e366659f942673
5
5
  SHA512:
6
- metadata.gz: 6b830f818c0037cfba1459a82e855a1c6ec4a03f047e277080092754833a7c872e8784a019bb3f98adf30c82f132f527cb3e00c61214659813df920afa073f41
7
- data.tar.gz: 8c7d663ca80f122e281db4a8de7a60e46e8e5ffcfc7a4d61a91c6528545d43c6df435408affc3e2a1233fbdee70b8b98236107a0543405f0ed3fe647a2f44980
6
+ metadata.gz: 760161ba3497daf410c0c4a239925a407c82e27d3a3d61bda4fdf338bf3250b65958b3cbd7676b8b855a95fbe591f0157e401aaa341e17f03fa3de682af7b4ff
7
+ data.tar.gz: 2c890daa1afe33b9d9d5226ca6c1b95cda2ae7f733ca4a043269dfae4b103102c8feeeca0b47f9b54bc5a037b45fb030b654c0c0f6a7240a317f96f060ec2c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.13.0 (2021-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20211020
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1beta1
18
18
  # Version of the google-apis-privateca_v1beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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 = "20211020"
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_v1beta1'
@@ -350,13 +350,16 @@ module Google
350
350
  # REQUIRED: The resource for which the policy is being requested. See the
351
351
  # operation documentation for the appropriate value for this field.
352
352
  # @param [Fixnum] options_requested_policy_version
353
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
354
- # 3. Requests specifying an invalid value will be rejected. Requests for
355
- # policies with any conditional bindings must specify version 3. Policies
356
- # without any conditional bindings may specify any valid value or leave the
357
- # field unset. To learn which resources support conditions in their IAM policies,
358
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
359
- # resource-policies).
353
+ # Optional. The maximum policy version that will be used to format the policy.
354
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
355
+ # rejected. Requests for policies with any conditional role bindings must
356
+ # specify version 3. Policies with no conditional role bindings may specify any
357
+ # valid value or leave the field unset. The policy in the response might use the
358
+ # policy version that you specified, or it might use a lower policy version. For
359
+ # example, if you specify version 3, but the policy has no conditional role
360
+ # bindings, the response uses version 1. To learn which resources support
361
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
362
+ # google.com/iam/help/conditions/resource-policies).
360
363
  # @param [String] fields
361
364
  # Selector specifying which fields to include in a partial response.
362
365
  # @param [String] quota_user
@@ -660,13 +663,16 @@ module Google
660
663
  # REQUIRED: The resource for which the policy is being requested. See the
661
664
  # operation documentation for the appropriate value for this field.
662
665
  # @param [Fixnum] options_requested_policy_version
663
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
664
- # 3. Requests specifying an invalid value will be rejected. Requests for
665
- # policies with any conditional bindings must specify version 3. Policies
666
- # without any conditional bindings may specify any valid value or leave the
667
- # field unset. To learn which resources support conditions in their IAM policies,
668
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
669
- # resource-policies).
666
+ # Optional. The maximum policy version that will be used to format the policy.
667
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
668
+ # rejected. Requests for policies with any conditional role bindings must
669
+ # specify version 3. Policies with no conditional role bindings may specify any
670
+ # valid value or leave the field unset. The policy in the response might use the
671
+ # policy version that you specified, or it might use a lower policy version. For
672
+ # example, if you specify version 3, but the policy has no conditional role
673
+ # bindings, the response uses version 1. To learn which resources support
674
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
675
+ # google.com/iam/help/conditions/resource-policies).
670
676
  # @param [String] fields
671
677
  # Selector specifying which fields to include in a partial response.
672
678
  # @param [String] quota_user
@@ -1275,13 +1281,16 @@ module Google
1275
1281
  # REQUIRED: The resource for which the policy is being requested. See the
1276
1282
  # operation documentation for the appropriate value for this field.
1277
1283
  # @param [Fixnum] options_requested_policy_version
1278
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1279
- # 3. Requests specifying an invalid value will be rejected. Requests for
1280
- # policies with any conditional bindings must specify version 3. Policies
1281
- # without any conditional bindings may specify any valid value or leave the
1282
- # field unset. To learn which resources support conditions in their IAM policies,
1283
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1284
- # resource-policies).
1284
+ # Optional. The maximum policy version that will be used to format the policy.
1285
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1286
+ # rejected. Requests for policies with any conditional role bindings must
1287
+ # specify version 3. Policies with no conditional role bindings may specify any
1288
+ # valid value or leave the field unset. The policy in the response might use the
1289
+ # policy version that you specified, or it might use a lower policy version. For
1290
+ # example, if you specify version 3, but the policy has no conditional role
1291
+ # bindings, the response uses version 1. To learn which resources support
1292
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1293
+ # google.com/iam/help/conditions/resource-policies).
1285
1294
  # @param [String] fields
1286
1295
  # Selector specifying which fields to include in a partial response.
1287
1296
  # @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 PrivatecaV1beta1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.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-01 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []