google-apis-cloudresourcemanager_v1beta1 0.18.0 → 0.21.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: a532c4c4b57412b18ae0ef533b7e188ca623ee9d63f3f9a5a15fbb1812be65f9
4
- data.tar.gz: 02f646af8c25e079bca921f442a2744bd1ca9410567480367a05e72422e51d2e
3
+ metadata.gz: 1f0689be6d6f0f34ffa893dde229d90cdaa757988c3900601b89657130ab937b
4
+ data.tar.gz: fc7991c874c11b2f2a8e8bb11f7340d5c32353c3b8c7ed30afda81416a925d93
5
5
  SHA512:
6
- metadata.gz: 60ff4dc3b53d180982c52a974732cf8df8ed04068c9fc44db5ced074f995590642286dee17ba5847885ccb5d8e2a4243e9be3d46ed43119f4e64d5bbb9ad1526
7
- data.tar.gz: 198f2ade28f1255909135167c833a3ff4808d43dc3d0d450f63580c6b5d64217a84e4c3257ffbbcdcd3decce3d9b99debeffd28c17e1d1d9a323a4417dca08c8
6
+ metadata.gz: c43d40c49227872f9121ca2707630626f1b036b114498f186ee4b3cd85b43699ec919c2fd509104b63f6dd57ec09066e5801039f3fd2ed35653f9537588cc17d
7
+ data.tar.gz: 0b0535c632223ab6c7cb31acc6e41ce60210325deb98992e2882c9b4a543f8a060d726e6f1c8041b5066dfc4433e86e0692631620007eefae049da996f94eb8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.21.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.20.0 (2022-06-04)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.19.0 (2022-05-05)
12
+
13
+ * Regenerated from discovery document revision 20220501
14
+
3
15
  ### v0.18.0 (2022-04-07)
4
16
 
5
17
  * Regenerated from discovery document revision 20220403
@@ -57,8 +57,8 @@ module Google
57
57
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
58
58
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
59
59
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
60
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
61
- # DATA_WRITE logging.
60
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
61
+ # from DATA_WRITE logging.
62
62
  class AuditConfig
63
63
  include Google::Apis::Core::Hashable
64
64
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220403"
25
+ REVISION = "20220501"
26
26
  end
27
27
  end
28
28
  end
@@ -90,8 +90,9 @@ module Google
90
90
  # no such policy or resource exists. The `resource` field should be the
91
91
  # organization's resource name, e.g. "organizations/123".
92
92
  # @param [String] resource
93
- # REQUIRED: The resource for which the policy is being requested. See the
94
- # operation documentation for the appropriate value for this field.
93
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
94
+ # names](https://cloud.google.com/apis/design/resource_names) for the
95
+ # appropriate value for this field.
95
96
  # @param [Google::Apis::CloudresourcemanagerV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
96
97
  # @param [String] fields
97
98
  # Selector specifying which fields to include in a partial response.
@@ -172,8 +173,9 @@ module Google
172
173
  # existing policy. The `resource` field should be the organization's resource
173
174
  # name, e.g. "organizations/123".
174
175
  # @param [String] resource
175
- # REQUIRED: The resource for which the policy is being specified. See the
176
- # operation documentation for the appropriate value for this field.
176
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
177
+ # names](https://cloud.google.com/apis/design/resource_names) for the
178
+ # appropriate value for this field.
177
179
  # @param [Google::Apis::CloudresourcemanagerV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
178
180
  # @param [String] fields
179
181
  # Selector specifying which fields to include in a partial response.
@@ -208,8 +210,9 @@ module Google
208
210
  # resource` field should be the organization's resource name, e.g. "
209
211
  # organizations/123".
210
212
  # @param [String] resource
211
- # REQUIRED: The resource for which the policy detail is being requested. See the
212
- # operation documentation for the appropriate value for this field.
213
+ # REQUIRED: The resource for which the policy detail is being requested. See [
214
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
215
+ # appropriate value for this field.
213
216
  # @param [Google::Apis::CloudresourcemanagerV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
214
217
  # @param [String] fields
215
218
  # Selector specifying which fields to include in a partial response.
@@ -426,8 +429,9 @@ module Google
426
429
  # information about resource structure and identification, see [Resource Names](/
427
430
  # apis/design/resource_names).
428
431
  # @param [String] resource
429
- # REQUIRED: The resource for which the policy is being requested. See the
430
- # operation documentation for the appropriate value for this field.
432
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
433
+ # names](https://cloud.google.com/apis/design/resource_names) for the
434
+ # appropriate value for this field.
431
435
  # @param [Google::Apis::CloudresourcemanagerV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
432
436
  # @param [String] fields
433
437
  # Selector specifying which fields to include in a partial response.
@@ -553,8 +557,9 @@ module Google
553
557
  # the lack of a ToS-accepting owner is rectified. Authorization requires the
554
558
  # Google IAM permission `resourcemanager.projects.setIamPolicy` on the project
555
559
  # @param [String] resource
556
- # REQUIRED: The resource for which the policy is being specified. See the
557
- # operation documentation for the appropriate value for this field.
560
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
561
+ # names](https://cloud.google.com/apis/design/resource_names) for the
562
+ # appropriate value for this field.
558
563
  # @param [Google::Apis::CloudresourcemanagerV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
559
564
  # @param [String] fields
560
565
  # Selector specifying which fields to include in a partial response.
@@ -587,8 +592,9 @@ module Google
587
592
 
588
593
  # Returns permissions that a caller has on the specified Project.
589
594
  # @param [String] resource
590
- # REQUIRED: The resource for which the policy detail is being requested. See the
591
- # operation documentation for the appropriate value for this field.
595
+ # REQUIRED: The resource for which the policy detail is being requested. See [
596
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
597
+ # appropriate value for this field.
592
598
  # @param [Google::Apis::CloudresourcemanagerV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
593
599
  # @param [String] fields
594
600
  # 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-cloudresourcemanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.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-11 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudresourcemanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V1beta1