google-apis-privateca_v1beta1 0.17.0 → 0.20.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: 4ff7b2ee822ea5bbd43552ce72cd81e070bab0e7aafdaf529305ddfa5f4f364c
4
- data.tar.gz: 7a0d970d9d47b2a87868db5a53666736484fbc1879b4b5d91726e52c62aea334
3
+ metadata.gz: 2ee777a5b7eaac1aad13547b47d2cb4d46df389e3fcc9f7e83830b439965d122
4
+ data.tar.gz: fd86c4753d3d1851f37d318088ad872548c696ba89d3c2c2b5e3c160573ac84a
5
5
  SHA512:
6
- metadata.gz: 868f3f0cfa8ccd539f1ac4ab922d318e2d81d50a936b2f80489850301c610ce52e36604730147c325370e765d76695676f9cb296befc4728b55a4f79d20198f8
7
- data.tar.gz: 72273455181893b284aa65bd38ac05bee2c081484d7ae18428bd881f738803470c7bb11923fd06008fa21779a3fb7829836b9afef58c2cbc6ce8977f66a28624
6
+ metadata.gz: 04f013c076de376958d6ad7463a44c7ce79df12cd5b6bceef1a2ff9203c277367a9b002b0125abdd4717a9841b236e1f31b6e3c18a70d1be7d9e5b79e1a3b76b
7
+ data.tar.gz: 7942f9018e8ada88eb1d854e8db93360a63aa5d670066961f9e13a02876c23fda9c0209fb9833af2e38168d67f182061a8f270a71a9637f427352c88ccdcd273
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.19.0 (2022-06-03)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.18.0 (2022-05-14)
12
+
13
+ * Regenerated from discovery document revision 20220504
14
+
3
15
  ### v0.17.0 (2022-04-21)
4
16
 
5
17
  * Regenerated from discovery document revision 20220406
@@ -192,8 +192,8 @@ module Google
192
192
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
193
193
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
194
194
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
195
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
196
- # DATA_WRITE logging.
195
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
196
+ # from DATA_WRITE logging.
197
197
  class AuditConfig
198
198
  include Google::Apis::Core::Hashable
199
199
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220406"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -347,8 +347,9 @@ module Google
347
347
  # Gets the access control policy for a resource. Returns an empty policy if the
348
348
  # resource exists and does not have a policy set.
349
349
  # @param [String] resource
350
- # REQUIRED: The resource for which the policy is being requested. See the
351
- # operation documentation for the appropriate value for this field.
350
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
351
+ # names](https://cloud.google.com/apis/design/resource_names) for the
352
+ # appropriate value for this field.
352
353
  # @param [Fixnum] options_requested_policy_version
353
354
  # Optional. The maximum policy version that will be used to format the policy.
354
355
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -557,8 +558,9 @@ module Google
557
558
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
558
559
  # PERMISSION_DENIED` errors.
559
560
  # @param [String] resource
560
- # REQUIRED: The resource for which the policy is being specified. See the
561
- # operation documentation for the appropriate value for this field.
561
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
562
+ # names](https://cloud.google.com/apis/design/resource_names) for the
563
+ # appropriate value for this field.
562
564
  # @param [Google::Apis::PrivatecaV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
563
565
  # @param [String] fields
564
566
  # Selector specifying which fields to include in a partial response.
@@ -595,8 +597,9 @@ module Google
595
597
  # permission-aware UIs and command-line tools, not for authorization checking.
596
598
  # This operation may "fail open" without warning.
597
599
  # @param [String] resource
598
- # REQUIRED: The resource for which the policy detail is being requested. See the
599
- # operation documentation for the appropriate value for this field.
600
+ # REQUIRED: The resource for which the policy detail is being requested. See [
601
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
602
+ # appropriate value for this field.
600
603
  # @param [Google::Apis::PrivatecaV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
601
604
  # @param [String] fields
602
605
  # Selector specifying which fields to include in a partial response.
@@ -660,8 +663,9 @@ module Google
660
663
  # Gets the access control policy for a resource. Returns an empty policy if the
661
664
  # resource exists and does not have a policy set.
662
665
  # @param [String] resource
663
- # REQUIRED: The resource for which the policy is being requested. See the
664
- # operation documentation for the appropriate value for this field.
666
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
667
+ # names](https://cloud.google.com/apis/design/resource_names) for the
668
+ # appropriate value for this field.
665
669
  # @param [Fixnum] options_requested_policy_version
666
670
  # Optional. The maximum policy version that will be used to format the policy.
667
671
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -804,8 +808,9 @@ module Google
804
808
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
805
809
  # PERMISSION_DENIED` errors.
806
810
  # @param [String] resource
807
- # REQUIRED: The resource for which the policy is being specified. See the
808
- # operation documentation for the appropriate value for this field.
811
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
812
+ # names](https://cloud.google.com/apis/design/resource_names) for the
813
+ # appropriate value for this field.
809
814
  # @param [Google::Apis::PrivatecaV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
810
815
  # @param [String] fields
811
816
  # Selector specifying which fields to include in a partial response.
@@ -842,8 +847,9 @@ module Google
842
847
  # permission-aware UIs and command-line tools, not for authorization checking.
843
848
  # This operation may "fail open" without warning.
844
849
  # @param [String] resource
845
- # REQUIRED: The resource for which the policy detail is being requested. See the
846
- # operation documentation for the appropriate value for this field.
850
+ # REQUIRED: The resource for which the policy detail is being requested. See [
851
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
852
+ # appropriate value for this field.
847
853
  # @param [Google::Apis::PrivatecaV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
848
854
  # @param [String] fields
849
855
  # Selector specifying which fields to include in a partial response.
@@ -1278,8 +1284,9 @@ module Google
1278
1284
  # Gets the access control policy for a resource. Returns an empty policy if the
1279
1285
  # resource exists and does not have a policy set.
1280
1286
  # @param [String] resource
1281
- # REQUIRED: The resource for which the policy is being requested. See the
1282
- # operation documentation for the appropriate value for this field.
1287
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1288
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1289
+ # appropriate value for this field.
1283
1290
  # @param [Fixnum] options_requested_policy_version
1284
1291
  # Optional. The maximum policy version that will be used to format the policy.
1285
1292
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1370,8 +1377,9 @@ module Google
1370
1377
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1371
1378
  # PERMISSION_DENIED` errors.
1372
1379
  # @param [String] resource
1373
- # REQUIRED: The resource for which the policy is being specified. See the
1374
- # operation documentation for the appropriate value for this field.
1380
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1381
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1382
+ # appropriate value for this field.
1375
1383
  # @param [Google::Apis::PrivatecaV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1376
1384
  # @param [String] fields
1377
1385
  # Selector specifying which fields to include in a partial response.
@@ -1408,8 +1416,9 @@ module Google
1408
1416
  # permission-aware UIs and command-line tools, not for authorization checking.
1409
1417
  # This operation may "fail open" without warning.
1410
1418
  # @param [String] resource
1411
- # REQUIRED: The resource for which the policy detail is being requested. See the
1412
- # operation documentation for the appropriate value for this field.
1419
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1420
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1421
+ # appropriate value for this field.
1413
1422
  # @param [Google::Apis::PrivatecaV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1414
1423
  # @param [String] fields
1415
1424
  # Selector specifying which fields to include in a partial response.
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.17.0
4
+ version: 0.20.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.20.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: []
@@ -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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Certificate Authority API V1beta1