google-apis-privateca_v1beta1 0.17.0 → 0.18.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: a4ffd582022c17b981ceeabb19175df10d8d3fdd75a3231a06d19a6e7d0eb451
4
+ data.tar.gz: 51942ad1abae8e7635267c86ea2b529de613bc95738504ad6addc292f51d0e25
5
5
  SHA512:
6
- metadata.gz: 868f3f0cfa8ccd539f1ac4ab922d318e2d81d50a936b2f80489850301c610ce52e36604730147c325370e765d76695676f9cb296befc4728b55a4f79d20198f8
7
- data.tar.gz: 72273455181893b284aa65bd38ac05bee2c081484d7ae18428bd881f738803470c7bb11923fd06008fa21779a3fb7829836b9afef58c2cbc6ce8977f66a28624
6
+ metadata.gz: cca1227f676f30998372bbe84f4002cf5a75ac44b62f628bab7bbc25ffc8b8bcb43d41d59344aa937d7d8372e6af1955f1468459c302b467f06da7315aaaa899
7
+ data.tar.gz: aad7fdfd95de6e5fb9bbd17c86e976c290bfbcab02cf46c21d619e321bca4510396fba43b057ec74b0e499f96bc83d67408fffa0fd97d3f8beb5b9771a2249df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220504
6
+
3
7
  ### v0.17.0 (2022-04-21)
4
8
 
5
9
  * 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.18.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
@@ -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.18.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_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.18.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: []