google-apis-cloudresourcemanager_v1 0.34.0 → 0.35.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: 89c611a05f1bee4eb94c6c1660f4df6bd575da82d88035e39e51f639c093028e
4
- data.tar.gz: 679d54490ba878fb8f4cc7784927796f1a2a5ee76518cedb689116f22c985959
3
+ metadata.gz: 0a114db9518ac20a291f17ac1f3c524940fd9d4e49313e9b8ec84ac80b409ddd
4
+ data.tar.gz: b13873909a7d7dd495d0f26a757d82fa9f9dc9df7cdae216f770f41e21c0664c
5
5
  SHA512:
6
- metadata.gz: 4a9b6fd00d3f07b3f46cc058d6755106380354797ca0a0f0f0b8306b3410447105ab4f95ee3d2adfa0f8f38e83d9c190d633e624c63c1dfdd8a655a20c6e0632
7
- data.tar.gz: 28ab7152ac72ecf7a3add513bdf17881a689cea8c2d56b690586d8c0aebe3eb5863a74b0946bfd442d780eea4f7f614f25b48a8f7e58fa376e5ed34838d97953
6
+ metadata.gz: 046d99a3447edf647492c1b2cf5fff90ab519558da4db7c57dc4f95f0fc4c5913da9325129b5a8336c7f7c890f17e1540657495a95d507165c3be2f6a783dfd7
7
+ data.tar.gz: dd60562c01e67b5be8986a0ef0c21c9b55a876810500df3dad4d529e6515d222aea61375d4a1ac3665dfa95da63dffcd7572272ad8276f8e37f47b3e4d608aa9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.35.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231022
6
+
3
7
  ### v0.34.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230806
@@ -1441,10 +1441,10 @@ module Google
1441
1441
  # @return [String]
1442
1442
  attr_accessor :creation_time
1443
1443
 
1444
- # A human-readable string that refers to the Organization in the GCP Console UI.
1445
- # This string is set by the server and cannot be changed. The string will be set
1446
- # to the primary domain (for example, "google.com") of the G Suite customer that
1447
- # owns the organization.
1444
+ # A human-readable string that refers to the Organization in the Google Cloud
1445
+ # console. This string is set by the server and cannot be changed. The string
1446
+ # will be set to the primary domain (for example, "google.com") of the G Suite
1447
+ # customer that owns the organization.
1448
1448
  # Corresponds to the JSON property `displayName`
1449
1449
  # @return [String]
1450
1450
  attr_accessor :display_name
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230806"
25
+ REVISION = "20231022"
26
26
  end
27
27
  end
28
28
  end
@@ -677,7 +677,7 @@ module Google
677
677
  # specified filter. This method returns Organizations in an unspecified order.
678
678
  # New Organizations do not necessarily appear at the end of the results. Search
679
679
  # will only return organizations on which the user has the permission `
680
- # resourcemanager.organizations.get`
680
+ # resourcemanager.organizations.get` or has super admin privileges.
681
681
  # @param [Google::Apis::CloudresourcemanagerV1::SearchOrganizationsRequest] search_organizations_request_object
682
682
  # @param [String] fields
683
683
  # Selector specifying which fields to include in a partial response.
@@ -1263,16 +1263,16 @@ module Google
1263
1263
  # + A user cannot be granted the owner role using `setIamPolicy()`. The user
1264
1264
  # must be granted the owner role using the Cloud Platform Console and must
1265
1265
  # explicitly accept the invitation. + You can only grant ownership of a project
1266
- # to a member by using the GCP Console. Inviting a member will deliver an
1267
- # invitation email that they must accept. An invitation email is not generated
1268
- # if you are granting a role other than owner, or if both the member you are
1269
- # inviting and the project are part of your organization. + If the project is
1270
- # not part of an organization, there must be at least one owner who has accepted
1271
- # the Terms of Service (ToS) agreement in the policy. Calling `setIamPolicy()`
1272
- # to remove the last ToS-accepted owner from the policy will fail. This
1273
- # restriction also applies to legacy projects that no longer have owners who
1274
- # have accepted the ToS. Edits to IAM policies will be rejected until the lack
1275
- # of a ToS-accepting owner is rectified. If the project is part of an
1266
+ # to a member by using the Google Cloud console. Inviting a member will deliver
1267
+ # an invitation email that they must accept. An invitation email is not
1268
+ # generated if you are granting a role other than owner, or if both the member
1269
+ # you are inviting and the project are part of your organization. + If the
1270
+ # project is not part of an organization, there must be at least one owner who
1271
+ # has accepted the Terms of Service (ToS) agreement in the policy. Calling `
1272
+ # setIamPolicy()` to remove the last ToS-accepted owner from the policy will
1273
+ # fail. This restriction also applies to legacy projects that no longer have
1274
+ # owners who have accepted the ToS. Edits to IAM policies will be rejected until
1275
+ # the lack of a ToS-accepting owner is rectified. If the project is part of an
1276
1276
  # organization, you can remove all owners, potentially making the organization
1277
1277
  # inaccessible. Authorization requires the Google IAM permission `
1278
1278
  # resourcemanager.projects.setIamPolicy` on the project
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.34.0
4
+ version: 0.35.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-08-13 00:00:00.000000000 Z
11
+ date: 2023-10-29 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.35.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V1