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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a114db9518ac20a291f17ac1f3c524940fd9d4e49313e9b8ec84ac80b409ddd
|
4
|
+
data.tar.gz: b13873909a7d7dd495d0f26a757d82fa9f9dc9df7cdae216f770f41e21c0664c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 046d99a3447edf647492c1b2cf5fff90ab519558da4db7c57dc4f95f0fc4c5913da9325129b5a8336c7f7c890f17e1540657495a95d507165c3be2f6a783dfd7
|
7
|
+
data.tar.gz: dd60562c01e67b5be8986a0ef0c21c9b55a876810500df3dad4d529e6515d222aea61375d4a1ac3665dfa95da63dffcd7572272ad8276f8e37f47b3e4d608aa9
|
data/CHANGELOG.md
CHANGED
@@ -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
|
1445
|
-
# This string is set by the server and cannot be changed. The string
|
1446
|
-
# to the primary domain (for example, "google.com") of the G Suite
|
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.
|
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 = "
|
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
|
1267
|
-
# invitation email that they must accept. An invitation email is not
|
1268
|
-
# if you are granting a role other than owner, or if both the member
|
1269
|
-
# inviting and the project are part of your organization. + If the
|
1270
|
-
# not part of an organization, there must be at least one owner who
|
1271
|
-
# the Terms of Service (ToS) agreement in the policy. Calling `
|
1272
|
-
# to remove the last ToS-accepted owner from the policy will
|
1273
|
-
# restriction also applies to legacy projects that no longer have
|
1274
|
-
# have accepted the ToS. Edits to IAM policies will be rejected until
|
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.
|
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-
|
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.
|
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.
|
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
|