google-apis-privateca_v1 0.18.0 → 0.19.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: 4514f074be1d7dbf6a5a1a9f263d027c1e698945810347f77087e04a40b88c02
4
- data.tar.gz: 35763c80f4adec2f94636ad214d11eb469fb8a2fd6278237b42f95b821759313
3
+ metadata.gz: 6abfcc0e06ca2b6ccb2b227188fb4cefa11b5f4d1510edaaab10b6ee363525e3
4
+ data.tar.gz: 1765b9f58b9ea17bbcd37e3f60eae5ec424b739460208aeb142fca0a60a2f588
5
5
  SHA512:
6
- metadata.gz: acc3931f1b2976fc25750f40fab7c7d9daead6c06980ac4966a66080b5d86bceca4bbeb8bf2f577ea87d6dee67b34cc9cdb118c42b9f45f784633d438d9c5b8e
7
- data.tar.gz: 530d4c6776d3a72e6fa04b9c34e4da5c2fd28d10697a5f5eafe3dae153c5205f5139fb403e6efc5114e0b555f177a48d8bfaf83c84cc09a694cc52b9110f5c70
6
+ metadata.gz: b63c14d1e09c47ab71541cc26b58e7c8eb83ca56fcb8e3262954f6e2ca9d7a5ab2c835013adbcd5bd6a87d1aefcfdc71ba8b8e82d30eae161461f9a8f28a6272
7
+ data.tar.gz: 8e4686f1e3eb7bf54d8a7c56d37ade83e9bc0b093063b698e9ff0f086cbb19cd048c2ace6bb56b02e3eb7802e80be4c383b8cffea043ae0ca424eaa044d690c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.19.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220504
6
+
3
7
  ### v0.18.0 (2022-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220406
@@ -133,8 +133,8 @@ module Google
133
133
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
134
134
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
135
135
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
136
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
137
- # DATA_WRITE logging.
136
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
137
+ # from DATA_WRITE logging.
138
138
  class AuditConfig
139
139
  include Google::Apis::Core::Hashable
140
140
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220406"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -286,8 +286,9 @@ module Google
286
286
  # Gets the access control policy for a resource. Returns an empty policy if the
287
287
  # resource exists and does not have a policy set.
288
288
  # @param [String] resource
289
- # REQUIRED: The resource for which the policy is being requested. See the
290
- # operation documentation for the appropriate value for this field.
289
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
290
+ # names](https://cloud.google.com/apis/design/resource_names) for the
291
+ # appropriate value for this field.
291
292
  # @param [Fixnum] options_requested_policy_version
292
293
  # Optional. The maximum policy version that will be used to format the policy.
293
294
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -427,8 +428,9 @@ module Google
427
428
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
428
429
  # PERMISSION_DENIED` errors.
429
430
  # @param [String] resource
430
- # REQUIRED: The resource for which the policy is being specified. See the
431
- # operation documentation for the appropriate value for this field.
431
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
432
+ # names](https://cloud.google.com/apis/design/resource_names) for the
433
+ # appropriate value for this field.
432
434
  # @param [Google::Apis::PrivatecaV1::SetIamPolicyRequest] set_iam_policy_request_object
433
435
  # @param [String] fields
434
436
  # Selector specifying which fields to include in a partial response.
@@ -465,8 +467,9 @@ module Google
465
467
  # permission-aware UIs and command-line tools, not for authorization checking.
466
468
  # This operation may "fail open" without warning.
467
469
  # @param [String] resource
468
- # REQUIRED: The resource for which the policy detail is being requested. See the
469
- # operation documentation for the appropriate value for this field.
470
+ # REQUIRED: The resource for which the policy detail is being requested. See [
471
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
472
+ # appropriate value for this field.
470
473
  # @param [Google::Apis::PrivatecaV1::TestIamPermissionsRequest] test_iam_permissions_request_object
471
474
  # @param [String] fields
472
475
  # Selector specifying which fields to include in a partial response.
@@ -933,8 +936,9 @@ module Google
933
936
  # Gets the access control policy for a resource. Returns an empty policy if the
934
937
  # resource exists and does not have a policy set.
935
938
  # @param [String] resource
936
- # REQUIRED: The resource for which the policy is being requested. See the
937
- # operation documentation for the appropriate value for this field.
939
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
940
+ # names](https://cloud.google.com/apis/design/resource_names) for the
941
+ # appropriate value for this field.
938
942
  # @param [Fixnum] options_requested_policy_version
939
943
  # Optional. The maximum policy version that will be used to format the policy.
940
944
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1077,8 +1081,9 @@ module Google
1077
1081
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1078
1082
  # PERMISSION_DENIED` errors.
1079
1083
  # @param [String] resource
1080
- # REQUIRED: The resource for which the policy is being specified. See the
1081
- # operation documentation for the appropriate value for this field.
1084
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1085
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1086
+ # appropriate value for this field.
1082
1087
  # @param [Google::Apis::PrivatecaV1::SetIamPolicyRequest] set_iam_policy_request_object
1083
1088
  # @param [String] fields
1084
1089
  # Selector specifying which fields to include in a partial response.
@@ -1115,8 +1120,9 @@ module Google
1115
1120
  # permission-aware UIs and command-line tools, not for authorization checking.
1116
1121
  # This operation may "fail open" without warning.
1117
1122
  # @param [String] resource
1118
- # REQUIRED: The resource for which the policy detail is being requested. See the
1119
- # operation documentation for the appropriate value for this field.
1123
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1124
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1125
+ # appropriate value for this field.
1120
1126
  # @param [Google::Apis::PrivatecaV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1121
1127
  # @param [String] fields
1122
1128
  # Selector specifying which fields to include in a partial response.
@@ -1509,8 +1515,9 @@ module Google
1509
1515
  # Gets the access control policy for a resource. Returns an empty policy if the
1510
1516
  # resource exists and does not have a policy set.
1511
1517
  # @param [String] resource
1512
- # REQUIRED: The resource for which the policy is being requested. See the
1513
- # operation documentation for the appropriate value for this field.
1518
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1519
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1520
+ # appropriate value for this field.
1514
1521
  # @param [Fixnum] options_requested_policy_version
1515
1522
  # Optional. The maximum policy version that will be used to format the policy.
1516
1523
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1650,8 +1657,9 @@ module Google
1650
1657
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1651
1658
  # PERMISSION_DENIED` errors.
1652
1659
  # @param [String] resource
1653
- # REQUIRED: The resource for which the policy is being specified. See the
1654
- # operation documentation for the appropriate value for this field.
1660
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1661
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1662
+ # appropriate value for this field.
1655
1663
  # @param [Google::Apis::PrivatecaV1::SetIamPolicyRequest] set_iam_policy_request_object
1656
1664
  # @param [String] fields
1657
1665
  # Selector specifying which fields to include in a partial response.
@@ -1688,8 +1696,9 @@ module Google
1688
1696
  # permission-aware UIs and command-line tools, not for authorization checking.
1689
1697
  # This operation may "fail open" without warning.
1690
1698
  # @param [String] resource
1691
- # REQUIRED: The resource for which the policy detail is being requested. See the
1692
- # operation documentation for the appropriate value for this field.
1699
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1700
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1701
+ # appropriate value for this field.
1693
1702
  # @param [Google::Apis::PrivatecaV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1694
1703
  # @param [String] fields
1695
1704
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-05-16 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.19.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: []