google-apis-cloudresourcemanager_v1 0.21.0 → 0.24.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: efff53213a6c37c55697c3252eb0d572b1ad890f72114435fac763890f2acada
4
- data.tar.gz: 824a88f47f281d96b5645348496ab194a732582aed4484ce11a4e31bf5720287
3
+ metadata.gz: ab1e3e5a1733d600e03fb4aab5e427cebf8211bc9473760d937577bf023a79c4
4
+ data.tar.gz: 518102a231f7b33383154b54ec58d4ce740e043cf11168b113edf788371275e8
5
5
  SHA512:
6
- metadata.gz: cff35f227bcaff0c3d65563aea6097804d8a4a80580b3ff492fd9016ed2e15bcb80e41f5fdae3e1d14b28de6c569411e0ae795d3d8599b426958c6a930914219
7
- data.tar.gz: 96352bf8360a0a7eb1e6d8ab6ad6d53628ceb89a2620002a27af633b5b24942ac71a2b7219be78232fa57f7d287fdca443f113411b6a8b92743e611987ef91cb
6
+ metadata.gz: cfa4a050c2d17fa2fbd8f7a5823d8c49b40b1042f9c992f0697da2a5ae147e5a9e7682b1011ce507f02c7ed3f5bc4296fa3e60a56b6ccd456744ed13dbc9c59c
7
+ data.tar.gz: 1066281e01bbd21dd527252f7e7801a95d12eff6d3b962886b99701f545cd2bd2c50c4a166dee966f1f1459e971d5d509f34dab5bd2e661bc87c4e1050f8f46d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.24.0 (2022-06-04)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.23.0 (2022-05-05)
8
+
9
+ * Regenerated from discovery document revision 20220501
10
+
11
+ ### v0.22.0 (2022-04-07)
12
+
13
+ * Regenerated from discovery document revision 20220403
14
+
3
15
  ### v0.21.0 (2022-03-24)
4
16
 
5
17
  * Regenerated from discovery document revision 20220320
@@ -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
 
@@ -138,7 +138,7 @@ module Google
138
138
  # @return [Google::Apis::CloudresourcemanagerV1::Expr]
139
139
  attr_accessor :condition
140
140
 
141
- # Specifies the principals requesting access for a Cloud Platform resource. `
141
+ # Specifies the principals requesting access for a Google Cloud resource. `
142
142
  # members` can have the following values: * `allUsers`: A special identifier
143
143
  # that represents anyone who is on the internet; with or without a Google
144
144
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1938,7 +1938,7 @@ module Google
1938
1938
  include Google::Apis::Core::Hashable
1939
1939
 
1940
1940
  # The set of permissions to check for the `resource`. Permissions with wildcards
1941
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1941
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1942
1942
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1943
1943
  # Corresponds to the JSON property `permissions`
1944
1944
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1
18
18
  # Version of the google-apis-cloudresourcemanager_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.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.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220320"
25
+ REVISION = "20220501"
26
26
  end
27
27
  end
28
28
  end
@@ -538,8 +538,9 @@ module Google
538
538
  # the Google IAM permission `resourcemanager.organizations.getIamPolicy` on the
539
539
  # specified organization
540
540
  # @param [String] resource
541
- # REQUIRED: The resource for which the policy is being requested. See the
542
- # operation documentation for the appropriate value for this field.
541
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
542
+ # names](https://cloud.google.com/apis/design/resource_names) for the
543
+ # appropriate value for this field.
543
544
  # @param [Google::Apis::CloudresourcemanagerV1::GetIamPolicyRequest] get_iam_policy_request_object
544
545
  # @param [String] fields
545
546
  # Selector specifying which fields to include in a partial response.
@@ -712,8 +713,9 @@ module Google
712
713
  # permission `resourcemanager.organizations.setIamPolicy` on the specified
713
714
  # organization
714
715
  # @param [String] resource
715
- # REQUIRED: The resource for which the policy is being specified. See the
716
- # operation documentation for the appropriate value for this field.
716
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
717
+ # names](https://cloud.google.com/apis/design/resource_names) for the
718
+ # appropriate value for this field.
717
719
  # @param [Google::Apis::CloudresourcemanagerV1::SetIamPolicyRequest] set_iam_policy_request_object
718
720
  # @param [String] fields
719
721
  # Selector specifying which fields to include in a partial response.
@@ -784,8 +786,9 @@ module Google
784
786
  # resource` field should be the organization's resource name, e.g. "
785
787
  # organizations/123". There are no permissions required for making this API call.
786
788
  # @param [String] resource
787
- # REQUIRED: The resource for which the policy detail is being requested. See the
788
- # operation documentation for the appropriate value for this field.
789
+ # REQUIRED: The resource for which the policy detail is being requested. See [
790
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
791
+ # appropriate value for this field.
789
792
  # @param [Google::Apis::CloudresourcemanagerV1::TestIamPermissionsRequest] test_iam_permissions_request_object
790
793
  # @param [String] fields
791
794
  # Selector specifying which fields to include in a partial response.
@@ -1038,8 +1041,9 @@ module Google
1038
1041
  # structure and identification, see [Resource Names](https://cloud.google.com/
1039
1042
  # apis/design/resource_names).
1040
1043
  # @param [String] resource
1041
- # REQUIRED: The resource for which the policy is being requested. See the
1042
- # operation documentation for the appropriate value for this field.
1044
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1045
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1046
+ # appropriate value for this field.
1043
1047
  # @param [Google::Apis::CloudresourcemanagerV1::GetIamPolicyRequest] get_iam_policy_request_object
1044
1048
  # @param [String] fields
1045
1049
  # Selector specifying which fields to include in a partial response.
@@ -1273,8 +1277,9 @@ module Google
1273
1277
  # inaccessible. Authorization requires the Google IAM permission `
1274
1278
  # resourcemanager.projects.setIamPolicy` on the project
1275
1279
  # @param [String] resource
1276
- # REQUIRED: The resource for which the policy is being specified. See the
1277
- # operation documentation for the appropriate value for this field.
1280
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1281
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1282
+ # appropriate value for this field.
1278
1283
  # @param [Google::Apis::CloudresourcemanagerV1::SetIamPolicyRequest] set_iam_policy_request_object
1279
1284
  # @param [String] fields
1280
1285
  # Selector specifying which fields to include in a partial response.
@@ -1346,8 +1351,9 @@ module Google
1346
1351
  # see [Resource Names](https://cloud.google.com/apis/design/resource_names).
1347
1352
  # There are no permissions required for making this API call.
1348
1353
  # @param [String] resource
1349
- # REQUIRED: The resource for which the policy detail is being requested. See the
1350
- # operation documentation for the appropriate value for this field.
1354
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1355
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1356
+ # appropriate value for this field.
1351
1357
  # @param [Google::Apis::CloudresourcemanagerV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1352
1358
  # @param [String] fields
1353
1359
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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-28 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.5'
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.5'
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
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 V1