google-apis-cloudresourcemanager_v1 0.22.0 → 0.25.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: 875eb27d7057f34461d87bce39e5e4356ef251ae86085b499779923d6b8d338d
4
- data.tar.gz: '01973f131a92ea369a62a7a72ac206b107876bd7d4d8d5b99193a4397241be3b'
3
+ metadata.gz: 490682990266d5094a03c8c522ed513f9dff20f0a5a305a1d1c81ebab65184bf
4
+ data.tar.gz: fd00cae7932625ac6b1fd5411f84f9bd5d886a2396c6871174e5caf1973e055a
5
5
  SHA512:
6
- metadata.gz: 7b303e9247bffbf83eae8f25d4e164653dea622ec03e28bb23ffa25c6e61cae6703edf07f1df4e3ca01ee5d77cc28b18f0bb3952bcd18b96fa45f914b2d84548
7
- data.tar.gz: 82166247639e81d00360dc46e4b827536c6f4fe98257d01294b5bbdee1ff4870960382e9e7a56591cee5b2a69e263505fa5dd012f3ca20267f37195b4835a647
6
+ metadata.gz: 9f4b5689dd1c94d8e3c287fbd6c297df9dedebbacd7113baf5ef98f45cbed3b65145be2f7183242e0cfd023b8b146852b8ff2331b1f8378b9e3df914efbf0744
7
+ data.tar.gz: 174a1d0dbab868cd32e82a52c4ad073325e103cd2a0ebd44a0d11735a1fade9875bdcc39e502b4e82040f54af83cf2542a8f97213a624ca72b510629120f40ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.25.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.24.0 (2022-06-04)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.23.0 (2022-05-05)
12
+
13
+ * Regenerated from discovery document revision 20220501
14
+
3
15
  ### v0.22.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 CloudresourcemanagerV1
18
18
  # Version of the google-apis-cloudresourcemanager_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.25.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
@@ -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.22.0
4
+ version: 0.25.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.25.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