google-apis-cloudresourcemanager_v1 0.33.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
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.34.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230806
|
10
|
+
|
3
11
|
### v0.33.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -1311,13 +1311,13 @@ module Google
|
|
1311
1311
|
# @return [String]
|
1312
1312
|
attr_accessor :name
|
1313
1313
|
|
1314
|
-
# The normal response of the operation
|
1315
|
-
#
|
1316
|
-
#
|
1317
|
-
#
|
1318
|
-
#
|
1319
|
-
#
|
1320
|
-
#
|
1314
|
+
# The normal, successful response of the operation. If the original method
|
1315
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1316
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1317
|
+
# response should be the resource. For other methods, the response should have
|
1318
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1319
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1320
|
+
# `TakeSnapshotResponse`.
|
1321
1321
|
# Corresponds to the JSON property `response`
|
1322
1322
|
# @return [Hash<String,Object>]
|
1323
1323
|
attr_accessor :response
|
@@ -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
|
@@ -1516,22 +1516,22 @@ module Google
|
|
1516
1516
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1517
1517
|
# the request, the resource, or both. To learn which resources support
|
1518
1518
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1519
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1519
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1520
1520
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1521
1521
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1522
1522
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1523
1523
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1524
1524
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1525
1525
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1526
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1527
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1528
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1529
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1530
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1531
|
-
# access description: Does not grant access after Sep 2020
|
1532
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1533
|
-
# a description of IAM and its features, see the
|
1534
|
-
# cloud.google.com/iam/docs/).
|
1526
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1527
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1528
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1529
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1530
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1531
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1532
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1533
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1534
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1535
1535
|
class Policy
|
1536
1536
|
include Google::Apis::Core::Hashable
|
1537
1537
|
|
@@ -1841,22 +1841,22 @@ module Google
|
|
1841
1841
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1842
1842
|
# the request, the resource, or both. To learn which resources support
|
1843
1843
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1844
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1844
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1845
1845
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1846
1846
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1847
1847
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1848
1848
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1849
1849
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1850
1850
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1851
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1852
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1853
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1854
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1855
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1856
|
-
# access description: Does not grant access after Sep 2020
|
1857
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1858
|
-
# a description of IAM and its features, see the
|
1859
|
-
# cloud.google.com/iam/docs/).
|
1851
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1852
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1853
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1854
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1855
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1856
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1857
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1858
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1859
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1860
1860
|
# Corresponds to the JSON property `policy`
|
1861
1861
|
# @return [Google::Apis::CloudresourcemanagerV1::Policy]
|
1862
1862
|
attr_accessor :policy
|
@@ -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
|