google-apis-privateca_v1beta1 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4ffd582022c17b981ceeabb19175df10d8d3fdd75a3231a06d19a6e7d0eb451
|
4
|
+
data.tar.gz: 51942ad1abae8e7635267c86ea2b529de613bc95738504ad6addc292f51d0e25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cca1227f676f30998372bbe84f4002cf5a75ac44b62f628bab7bbc25ffc8b8bcb43d41d59344aa937d7d8372e6af1955f1468459c302b467f06da7315aaaa899
|
7
|
+
data.tar.gz: aad7fdfd95de6e5fb9bbd17c86e976c290bfbcab02cf46c21d619e321bca4510396fba43b057ec74b0e499f96bc83d67408fffa0fd97d3f8beb5b9771a2249df
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
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
|
+
|
7
|
+
### v0.17.0 (2022-04-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220406
|
10
|
+
|
11
|
+
### v0.16.0 (2022-04-02)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220323
|
14
|
+
* Regenerated using generator version 0.4.1
|
15
|
+
|
3
16
|
### v0.15.0 (2021-12-14)
|
4
17
|
|
5
18
|
* Unspecified changes
|
@@ -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
|
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
|
|
@@ -273,7 +273,7 @@ module Google
|
|
273
273
|
# @return [Google::Apis::PrivatecaV1beta1::Expr]
|
274
274
|
attr_accessor :condition
|
275
275
|
|
276
|
-
# Specifies the principals requesting access for a Cloud
|
276
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
277
277
|
# members` can have the following values: * `allUsers`: A special identifier
|
278
278
|
# that represents anyone who is on the internet; with or without a Google
|
279
279
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -877,8 +877,7 @@ module Google
|
|
877
877
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
878
878
|
# messages in your APIs. A typical example is to use it as the request or the
|
879
879
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
880
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
881
|
-
# `Empty` is empty JSON object ````.
|
880
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
882
881
|
class Empty
|
883
882
|
include Google::Apis::Core::Hashable
|
884
883
|
|
@@ -2430,7 +2429,7 @@ module Google
|
|
2430
2429
|
include Google::Apis::Core::Hashable
|
2431
2430
|
|
2432
2431
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
2433
|
-
# (such as
|
2432
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
2434
2433
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
2435
2434
|
# Corresponds to the JSON property `permissions`
|
2436
2435
|
# @return [Array<String>]
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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"
|
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.
|
@@ -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
|
351
|
-
#
|
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
|
561
|
-
#
|
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
|
599
|
-
#
|
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
|
664
|
-
#
|
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
|
808
|
-
#
|
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
|
846
|
-
#
|
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
|
1282
|
-
#
|
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
|
1374
|
-
#
|
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
|
1412
|
-
#
|
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.
|
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-
|
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.
|
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: []
|
@@ -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.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Certificate Authority API V1beta1
|