google-apis-cloudresourcemanager_v2 0.17.0 → 0.18.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '069d81cd2a4f2a1e119b0a01ecd087cad8a0753dad85f3651af7c93f13974d16'
|
|
4
|
+
data.tar.gz: 762f74fa7fbd88e491e4ce57c66e6b7abb7089b7c019af5ad13a335e049b139a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98530b574b242a43a644587ca88ebe337f844ba46d3c712e2c981ced6a03fd9cf79b8abe0647e6a854d86af7e6b839375cdcc1fac0d312b0cb979dac44cdb424
|
|
7
|
+
data.tar.gz: 629b668934b7ddbcb820b6969014dd240c10c15672a1cbbe2a7b48842f1361a8506cd5dd5ede0c188d574528720c579805986fcd1be4d199c5c539292268fc71
|
data/CHANGELOG.md
CHANGED
|
@@ -35,8 +35,8 @@ module Google
|
|
|
35
35
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
|
36
36
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
|
37
37
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
|
38
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
|
39
|
-
# DATA_WRITE logging.
|
|
38
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
|
39
|
+
# from DATA_WRITE logging.
|
|
40
40
|
class AuditConfig
|
|
41
41
|
include Google::Apis::Core::Hashable
|
|
42
42
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV2
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v2 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
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -174,8 +174,9 @@ module Google
|
|
|
174
174
|
# Folder's resource name, e.g. "folders/1234". The caller must have `
|
|
175
175
|
# resourcemanager.folders.getIamPolicy` permission on the identified folder.
|
|
176
176
|
# @param [String] resource
|
|
177
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
178
|
-
#
|
|
177
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
178
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
179
|
+
# appropriate value for this field.
|
|
179
180
|
# @param [Google::Apis::CloudresourcemanagerV2::GetIamPolicyRequest] get_iam_policy_request_object
|
|
180
181
|
# @param [String] fields
|
|
181
182
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -385,8 +386,9 @@ module Google
|
|
|
385
386
|
# The caller must have `resourcemanager.folders.setIamPolicy` permission on the
|
|
386
387
|
# identified folder.
|
|
387
388
|
# @param [String] resource
|
|
388
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
389
|
-
#
|
|
389
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
390
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
391
|
+
# appropriate value for this field.
|
|
390
392
|
# @param [Google::Apis::CloudresourcemanagerV2::SetIamPolicyRequest] set_iam_policy_request_object
|
|
391
393
|
# @param [String] fields
|
|
392
394
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -421,8 +423,9 @@ module Google
|
|
|
421
423
|
# field should be the Folder's resource name, e.g. "folders/1234". There are no
|
|
422
424
|
# permissions required for making this API call.
|
|
423
425
|
# @param [String] resource
|
|
424
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
425
|
-
#
|
|
426
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
427
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
428
|
+
# appropriate value for this field.
|
|
426
429
|
# @param [Google::Apis::CloudresourcemanagerV2::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
427
430
|
# @param [String] fields
|
|
428
431
|
# 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_v2
|
|
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-09 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-cloudresourcemanager_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|