google-apis-cloudkms_v1 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudkms_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudkms_v1/service.rb +36 -24
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c22510b3da273e1a607070a2e04b93c34df0b45471144804d7f2d316d0f1841
|
|
4
|
+
data.tar.gz: 29af822ddcc3e0c8d56c7216148a60a3d2dfa087faad37bc06a9998e56bbd8fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b512bb8e960467c08e6e61ec230c98e704c65e094864aecddb8db94d6b1f1f9acb8e99d5a230bd2f4ece85293e07344bdbea55cfed024801b25837990670cc56
|
|
7
|
+
data.tar.gz: dcec2ba3e43a34666a0cc8fea77caad5a9b9d18e317085a7a0a49aee3ae7f262395f82fd8796445adc459d646bc0ecde95ab856d19c4cb86b98d131c0262b83f
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudkmsV1
|
|
18
18
|
# Version of the google-apis-cloudkms_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.23.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 = "
|
|
25
|
+
REVISION = "20220506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -229,8 +229,9 @@ module Google
|
|
|
229
229
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
|
230
230
|
# resource exists and does not have a policy set.
|
|
231
231
|
# @param [String] resource
|
|
232
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
233
|
-
#
|
|
232
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
233
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
234
|
+
# appropriate value for this field.
|
|
234
235
|
# @param [Fixnum] options_requested_policy_version
|
|
235
236
|
# Optional. The maximum policy version that will be used to format the policy.
|
|
236
237
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
@@ -363,8 +364,9 @@ module Google
|
|
|
363
364
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
|
364
365
|
# PERMISSION_DENIED` errors.
|
|
365
366
|
# @param [String] resource
|
|
366
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
367
|
-
#
|
|
367
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
368
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
369
|
+
# appropriate value for this field.
|
|
368
370
|
# @param [Google::Apis::CloudkmsV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
369
371
|
# @param [String] fields
|
|
370
372
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -401,8 +403,9 @@ module Google
|
|
|
401
403
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
|
402
404
|
# This operation may "fail open" without warning.
|
|
403
405
|
# @param [String] resource
|
|
404
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
405
|
-
#
|
|
406
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
407
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
408
|
+
# appropriate value for this field.
|
|
406
409
|
# @param [Google::Apis::CloudkmsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
407
410
|
# @param [String] fields
|
|
408
411
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -504,8 +507,9 @@ module Google
|
|
|
504
507
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
|
505
508
|
# resource exists and does not have a policy set.
|
|
506
509
|
# @param [String] resource
|
|
507
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
508
|
-
#
|
|
510
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
511
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
512
|
+
# appropriate value for this field.
|
|
509
513
|
# @param [Fixnum] options_requested_policy_version
|
|
510
514
|
# Optional. The maximum policy version that will be used to format the policy.
|
|
511
515
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
@@ -601,8 +605,9 @@ module Google
|
|
|
601
605
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
|
602
606
|
# PERMISSION_DENIED` errors.
|
|
603
607
|
# @param [String] resource
|
|
604
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
605
|
-
#
|
|
608
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
609
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
610
|
+
# appropriate value for this field.
|
|
606
611
|
# @param [Google::Apis::CloudkmsV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
607
612
|
# @param [String] fields
|
|
608
613
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -639,8 +644,9 @@ module Google
|
|
|
639
644
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
|
640
645
|
# This operation may "fail open" without warning.
|
|
641
646
|
# @param [String] resource
|
|
642
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
643
|
-
#
|
|
647
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
648
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
649
|
+
# appropriate value for this field.
|
|
644
650
|
# @param [Google::Apis::CloudkmsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
645
651
|
# @param [String] fields
|
|
646
652
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -819,8 +825,9 @@ module Google
|
|
|
819
825
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
|
820
826
|
# resource exists and does not have a policy set.
|
|
821
827
|
# @param [String] resource
|
|
822
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
823
|
-
#
|
|
828
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
829
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
830
|
+
# appropriate value for this field.
|
|
824
831
|
# @param [Fixnum] options_requested_policy_version
|
|
825
832
|
# Optional. The maximum policy version that will be used to format the policy.
|
|
826
833
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
@@ -956,8 +963,9 @@ module Google
|
|
|
956
963
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
|
957
964
|
# PERMISSION_DENIED` errors.
|
|
958
965
|
# @param [String] resource
|
|
959
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
960
|
-
#
|
|
966
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
967
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
968
|
+
# appropriate value for this field.
|
|
961
969
|
# @param [Google::Apis::CloudkmsV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
962
970
|
# @param [String] fields
|
|
963
971
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -994,8 +1002,9 @@ module Google
|
|
|
994
1002
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
|
995
1003
|
# This operation may "fail open" without warning.
|
|
996
1004
|
# @param [String] resource
|
|
997
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
998
|
-
#
|
|
1005
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1006
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1007
|
+
# appropriate value for this field.
|
|
999
1008
|
# @param [Google::Apis::CloudkmsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
1000
1009
|
# @param [String] fields
|
|
1001
1010
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1568,8 +1577,9 @@ module Google
|
|
|
1568
1577
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
|
1569
1578
|
# resource exists and does not have a policy set.
|
|
1570
1579
|
# @param [String] resource
|
|
1571
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
1572
|
-
#
|
|
1580
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1581
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1582
|
+
# appropriate value for this field.
|
|
1573
1583
|
# @param [Fixnum] options_requested_policy_version
|
|
1574
1584
|
# Optional. The maximum policy version that will be used to format the policy.
|
|
1575
1585
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
@@ -1665,8 +1675,9 @@ module Google
|
|
|
1665
1675
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
|
1666
1676
|
# PERMISSION_DENIED` errors.
|
|
1667
1677
|
# @param [String] resource
|
|
1668
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
1669
|
-
#
|
|
1678
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1679
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1680
|
+
# appropriate value for this field.
|
|
1670
1681
|
# @param [Google::Apis::CloudkmsV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
1671
1682
|
# @param [String] fields
|
|
1672
1683
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1703,8 +1714,9 @@ module Google
|
|
|
1703
1714
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
|
1704
1715
|
# This operation may "fail open" without warning.
|
|
1705
1716
|
# @param [String] resource
|
|
1706
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
1707
|
-
#
|
|
1717
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1718
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1719
|
+
# appropriate value for this field.
|
|
1708
1720
|
# @param [Google::Apis::CloudkmsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
1709
1721
|
# @param [String] fields
|
|
1710
1722
|
# 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-cloudkms_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.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-05-
|
|
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-cloudkms_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|