google-apis-cloudresourcemanager_v2 0.27.0 → 0.28.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: da797907ab8c56d06bb0445be29d011faed245a681bac1038e8917eeb9163bf7
4
- data.tar.gz: 117c6ac2b987114f12956bfb83eafb666489c23d15406694b137c5ad9c54ebe9
3
+ metadata.gz: 026f23fb6142d4c5e78b4a8e4d0a15402ca4461a90771adc0558297f67b1a9af
4
+ data.tar.gz: 66721bedb656815ffc757ab7f7a4d449915f5936829fdeb43887b2bc0d08fa4e
5
5
  SHA512:
6
- metadata.gz: 9d036a33b89daa125f4859f9ad9e513c2b1ad10cf35d1c4206bb6a74204f00b8fbab0a367822e855df98f490f19aab18ce49cf9814959850adf5ad9ca152f88a
7
- data.tar.gz: ab5280cb3e2375eaa6049f60fd0375a799c43108bc835dc04833da827e697be72f1fd459643f4c94726a6c68e8bab91954166107f9eac004f84d1e230f63deb8
6
+ metadata.gz: f46ee005bae88a4bb31541ebd277640b28b35742f9c573793f92be41dcd7af89d272893d25b7f73f5639ac4378f54d63eab1aab6158bf62f24e94eebaf013745
7
+ data.tar.gz: 922da62e2a427139c510cd3266aa831a750d321b0a2b72ba02936bced639cca957d88068f0ddc3b89cf6344d9ba14a04b1edcbab6ad2acda25c4e129c50f9af2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
2
2
 
3
+ ### v0.28.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.27.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -770,13 +770,13 @@ module Google
770
770
  # @return [String]
771
771
  attr_accessor :name
772
772
 
773
- # The normal response of the operation in case of success. If the original
774
- # method returns no data on success, such as `Delete`, the response is `google.
775
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
776
- # the response should be the resource. For other methods, the response should
777
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
778
- # example, if the original method name is `TakeSnapshot()`, the inferred
779
- # response type is `TakeSnapshotResponse`.
773
+ # The normal, successful response of the operation. If the original method
774
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
775
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
776
+ # response should be the resource. For other methods, the response should have
777
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
778
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
779
+ # `TakeSnapshotResponse`.
780
780
  # Corresponds to the JSON property `response`
781
781
  # @return [Hash<String,Object>]
782
782
  attr_accessor :response
@@ -806,22 +806,22 @@ module Google
806
806
  # evaluates to `true`. A condition can add constraints based on attributes of
807
807
  # the request, the resource, or both. To learn which resources support
808
808
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
809
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
809
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
810
810
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
811
811
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
812
812
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
813
813
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
814
814
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
815
815
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
816
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
817
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
818
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
819
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
820
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
821
- # access description: Does not grant access after Sep 2020 expression: request.
822
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
823
- # a description of IAM and its features, see the [IAM documentation](https://
824
- # cloud.google.com/iam/docs/).
816
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
817
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
818
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
819
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
820
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
821
+ # title: expirable access description: Does not grant access after Sep 2020
822
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
823
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
824
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
825
825
  class Policy
826
826
  include Google::Apis::Core::Hashable
827
827
 
@@ -1014,22 +1014,22 @@ module Google
1014
1014
  # evaluates to `true`. A condition can add constraints based on attributes of
1015
1015
  # the request, the resource, or both. To learn which resources support
1016
1016
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1017
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1017
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1018
1018
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1019
1019
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1020
1020
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1021
1021
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1022
1022
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1023
1023
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1024
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1025
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1026
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1027
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1028
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1029
- # access description: Does not grant access after Sep 2020 expression: request.
1030
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1031
- # a description of IAM and its features, see the [IAM documentation](https://
1032
- # cloud.google.com/iam/docs/).
1024
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1025
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1026
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1027
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1028
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1029
+ # title: expirable access description: Does not grant access after Sep 2020
1030
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1031
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1032
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1033
1033
  # Corresponds to the JSON property `policy`
1034
1034
  # @return [Google::Apis::CloudresourcemanagerV2::Policy]
1035
1035
  attr_accessor :policy
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230129"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
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.27.0
4
+ version: 0.28.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.28.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: []