google-apis-privateca_v1 0.16.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: 229960189f937a8d01a857f882db7168d8e343b0c4f4f34377ab6a97a330b073
4
- data.tar.gz: 17babda2909a3b53a92e626badb9b218c4c866cd7bff1ac476477dce50ee9b03
3
+ metadata.gz: 6abfcc0e06ca2b6ccb2b227188fb4cefa11b5f4d1510edaaab10b6ee363525e3
4
+ data.tar.gz: 1765b9f58b9ea17bbcd37e3f60eae5ec424b739460208aeb142fca0a60a2f588
5
5
  SHA512:
6
- metadata.gz: 713ebd0e8cc8b0e5980f61edbcd6263b736800c93b51b2ed53c357ea0318f15538a837d8842cb28e41c2066a641456a3c9d58ccfaa82d72e5f758a3308d1272d
7
- data.tar.gz: 6b790a2e66e7b046341243166e109b3bf918ff2961ac6d4662d9d0f9bed5d6b215468a2f57590380f68bd4880aee31230e8f9daa1fc50b75c8f3ef19bb130853
6
+ metadata.gz: b63c14d1e09c47ab71541cc26b58e7c8eb83ca56fcb8e3262954f6e2ca9d7a5ab2c835013adbcd5bd6a87d1aefcfdc71ba8b8e82d30eae161461f9a8f28a6272
7
+ data.tar.gz: 8e4686f1e3eb7bf54d8a7c56d37ade83e9bc0b093063b698e9ff0f086cbb19cd048c2ace6bb56b02e3eb7802e80be4c383b8cffea043ae0ca424eaa044d690c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.18.0 (2022-04-21)
8
+
9
+ * Regenerated from discovery document revision 20220406
10
+
11
+ ### v0.17.0 (2022-04-05)
12
+
13
+ * Regenerated from discovery document revision 20220323
14
+
3
15
  ### v0.16.0 (2022-03-20)
4
16
 
5
17
  * Regenerated from discovery document revision 20220309
@@ -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
 
@@ -214,7 +214,7 @@ module Google
214
214
  # @return [Google::Apis::PrivatecaV1::Expr]
215
215
  attr_accessor :condition
216
216
 
217
- # Specifies the principals requesting access for a Cloud Platform resource. `
217
+ # Specifies the principals requesting access for a Google Cloud resource. `
218
218
  # members` can have the following values: * `allUsers`: A special identifier
219
219
  # that represents anyone who is on the internet; with or without a Google
220
220
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1015,8 +1015,7 @@ module Google
1015
1015
  # A generic empty message that you can re-use to avoid defining duplicated empty
1016
1016
  # messages in your APIs. A typical example is to use it as the request or the
1017
1017
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1018
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1019
- # `Empty` is empty JSON object ````.
1018
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1020
1019
  class Empty
1021
1020
  include Google::Apis::Core::Hashable
1022
1021
 
@@ -2539,7 +2538,7 @@ module Google
2539
2538
  include Google::Apis::Core::Hashable
2540
2539
 
2541
2540
  # The set of permissions to check for the `resource`. Permissions with wildcards
2542
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2541
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2543
2542
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2544
2543
  # Corresponds to the JSON property `permissions`
2545
2544
  # @return [Array<String>]
@@ -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.16.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 = "20220309"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -86,8 +86,8 @@ module Google
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [String] filter
88
88
  # A filter to narrow down results to a preferred subset. The filtering language
89
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
90
- # AIP-160](https://google.aip.dev/160).
89
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
90
+ # in [AIP-160](https://google.aip.dev/160).
91
91
  # @param [Fixnum] page_size
92
92
  # The maximum number of results to return. If not set, the service selects a
93
93
  # default.
@@ -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.16.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-03-21 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.16.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: []