google-apis-cloudresourcemanager_v3 0.14.0 → 0.18.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: 8fae18b1b31735ac6ee1541443e2f4ecaad810793ddc653149c5451500806f3b
4
- data.tar.gz: 390f69dcc358ae596c5eb1a8400a5780352bef217f3b7ae6e5036f7dc0498e85
3
+ metadata.gz: 23d4b3be8ae5e25ebf0c942164cd1b167ae80bd6fe2ae9ad7fd5ff56b471b8fb
4
+ data.tar.gz: ddb53da972965fe5a31ae041296afee42f834e9a1bcd920402dea766e6111035
5
5
  SHA512:
6
- metadata.gz: 0470fb59d98b1441b6249d4a159c26c6ba12c8718cb1228d605393e5f23d17f39ebce04b641ffd02ea33fd82bb1cd11476ed14dfbbaef7aac7ca79136d60fa01
7
- data.tar.gz: 74822c53060e2d1dd73635b2d535effcd27d6eff70ad039e2cc9e63ac6fbe5ab18765297f82f386fc8367350ff785f50ffde5646feea4438685506737eca9dc5
6
+ metadata.gz: a0c2063b73a751edd595305b30c09d4667a35661b11666ecf587223d9c509d64e52ef41054cb801510b2e4bc1e5063472a160788a62f114ee42a510438bb6816
7
+ data.tar.gz: 225d0ad7a7a05eddeaf90a5fc046d5033ff558e7e72b6fb8adc4a440b1a714e6789925404125e75aca0a2be38678904ea695015d33e718727cb0dab51a3f0bf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.18.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211107
6
+
7
+ ### v0.17.0 (2021-11-02)
8
+
9
+ * Regenerated from discovery document revision 20211029
10
+
11
+ ### v0.16.0 (2021-10-20)
12
+
13
+ * Regenerated from discovery document revision 20211017
14
+
15
+ ### v0.15.0 (2021-10-05)
16
+
17
+ * Regenerated from discovery document revision 20211003
18
+
3
19
  ### v0.14.0 (2021-09-01)
4
20
 
5
21
  * Regenerated from discovery document revision 20210830
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudresourcemanager service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::CloudresourcemanagerV3::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -648,13 +648,16 @@ module Google
648
648
  class GetPolicyOptions
649
649
  include Google::Apis::Core::Hashable
650
650
 
651
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
652
- # 3. Requests specifying an invalid value will be rejected. Requests for
653
- # policies with any conditional bindings must specify version 3. Policies
654
- # without any conditional bindings may specify any valid value or leave the
655
- # field unset. To learn which resources support conditions in their IAM policies,
656
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
657
- # resource-policies).
651
+ # Optional. The maximum policy version that will be used to format the policy.
652
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
653
+ # rejected. Requests for policies with any conditional role bindings must
654
+ # specify version 3. Policies with no conditional role bindings may specify any
655
+ # valid value or leave the field unset. The policy in the response might use the
656
+ # policy version that you specified, or it might use a lower policy version. For
657
+ # example, if you specify version 3, but the policy has no conditional role
658
+ # bindings, the response uses version 1. To learn which resources support
659
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
660
+ # google.com/iam/help/conditions/resource-policies).
658
661
  # Corresponds to the JSON property `requestedPolicyVersion`
659
662
  # @return [Fixnum]
660
663
  attr_accessor :requested_policy_version
@@ -1116,31 +1119,31 @@ module Google
1116
1119
 
1117
1120
  # An Identity and Access Management (IAM) policy, which specifies access
1118
1121
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1119
- # A `binding` binds one or more `members` to a single `role`. Members can be
1120
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1121
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1122
- # role or a user-created custom role. For some types of Google Cloud resources,
1123
- # a `binding` can also specify a `condition`, which is a logical expression that
1124
- # allows access to a resource only if the expression evaluates to `true`. A
1125
- # condition can add constraints based on attributes of the request, the resource,
1126
- # or both. To learn which resources support conditions in their IAM policies,
1127
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1128
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1129
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1130
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1131
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1132
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1133
- # title": "expirable access", "description": "Does not grant access after Sep
1134
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1135
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1136
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1137
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1138
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1139
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1140
- # description: Does not grant access after Sep 2020 expression: request.time <
1141
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1142
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1143
- # google.com/iam/docs/).
1122
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1123
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1124
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1125
+ # an IAM predefined role or a user-created custom role. For some types of Google
1126
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1127
+ # logical expression that allows access to a resource only if the expression
1128
+ # evaluates to `true`. A condition can add constraints based on attributes of
1129
+ # the request, the resource, or both. To learn which resources support
1130
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1131
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1132
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1133
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1134
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1135
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1136
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1137
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1138
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1139
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1140
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1141
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1142
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1143
+ # access description: Does not grant access after Sep 2020 expression: request.
1144
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1145
+ # a description of IAM and its features, see the [IAM documentation](https://
1146
+ # cloud.google.com/iam/docs/).
1144
1147
  class Policy
1145
1148
  include Google::Apis::Core::Hashable
1146
1149
 
@@ -1149,9 +1152,14 @@ module Google
1149
1152
  # @return [Array<Google::Apis::CloudresourcemanagerV3::AuditConfig>]
1150
1153
  attr_accessor :audit_configs
1151
1154
 
1152
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1153
- # condition` that determines how and when the `bindings` are applied. Each of
1154
- # the `bindings` must contain at least one member.
1155
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1156
+ # specify a `condition` that determines how and when the `bindings` are applied.
1157
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1158
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1159
+ # can be Google groups. Each occurrence of a principal counts towards these
1160
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1161
+ # example.com`, and not to any other principal, then you can add another 1,450
1162
+ # principals to the `bindings` in the `Policy`.
1155
1163
  # Corresponds to the JSON property `bindings`
1156
1164
  # @return [Array<Google::Apis::CloudresourcemanagerV3::Binding>]
1157
1165
  attr_accessor :bindings
@@ -1424,31 +1432,31 @@ module Google
1424
1432
 
1425
1433
  # An Identity and Access Management (IAM) policy, which specifies access
1426
1434
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1427
- # A `binding` binds one or more `members` to a single `role`. Members can be
1428
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1429
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1430
- # role or a user-created custom role. For some types of Google Cloud resources,
1431
- # a `binding` can also specify a `condition`, which is a logical expression that
1432
- # allows access to a resource only if the expression evaluates to `true`. A
1433
- # condition can add constraints based on attributes of the request, the resource,
1434
- # or both. To learn which resources support conditions in their IAM policies,
1435
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1436
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1437
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1438
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1439
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1440
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1441
- # title": "expirable access", "description": "Does not grant access after Sep
1442
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1443
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1444
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1445
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1446
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1447
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1448
- # description: Does not grant access after Sep 2020 expression: request.time <
1449
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1450
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1451
- # google.com/iam/docs/).
1435
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1436
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1437
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1438
+ # an IAM predefined role or a user-created custom role. For some types of Google
1439
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1440
+ # logical expression that allows access to a resource only if the expression
1441
+ # evaluates to `true`. A condition can add constraints based on attributes of
1442
+ # the request, the resource, or both. To learn which resources support
1443
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1444
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1445
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1446
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1447
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1448
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1449
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1450
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1451
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1452
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1453
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1454
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1455
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1456
+ # access description: Does not grant access after Sep 2020 expression: request.
1457
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1458
+ # a description of IAM and its features, see the [IAM documentation](https://
1459
+ # cloud.google.com/iam/docs/).
1452
1460
  # Corresponds to the JSON property `policy`
1453
1461
  # @return [Google::Apis::CloudresourcemanagerV3::Policy]
1454
1462
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
25
+ REVISION = "20211107"
26
26
  end
27
27
  end
28
28
  end
@@ -364,13 +364,13 @@ module Google
364
364
  # parent, where the operators `=` (`:`) `NOT`, `AND` and `OR` can be used along
365
365
  # with the suffix wildcard symbol `*`. The `displayName` field in a query
366
366
  # expression should use escaped quotes for values that include whitespace to
367
- # prevent unexpected behavior. | Field | Description | |-------------------------
368
- # |----------------------------------------| | displayName | Filters by
367
+ # prevent unexpected behavior. ``` | Field | Description | |---------------------
368
+ # ----|----------------------------------------| | displayName | Filters by
369
369
  # displayName. | | parent | Filters by parent (for example: folders/123). | |
370
- # state, lifecycleState | Filters by state. | Some example queries are: * Query `
371
- # displayName=Test*` returns Folder resources whose display name starts with "
372
- # Test". * Query `state=ACTIVE` returns Folder resources with `state` set to `
373
- # ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `
370
+ # state, lifecycleState | Filters by state. | ``` Some example queries are: *
371
+ # Query `displayName=Test*` returns Folder resources whose display name starts
372
+ # with "Test". * Query `state=ACTIVE` returns Folder resources with `state` set
373
+ # to `ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `
374
374
  # folders/123` as a parent resource. * Query `parent=folders/123 AND state=
375
375
  # ACTIVE` returns active Folder resources that have `folders/123` as a parent
376
376
  # resource. * Query `displayName=\\"Test String\\"` returns Folder resources
@@ -773,10 +773,10 @@ module Google
773
773
  # SearchOrganizations` that indicates from where listing should continue.
774
774
  # @param [String] query
775
775
  # Optional. An optional query string used to filter the Organizations to return
776
- # in the response. Query rules are case-insensitive. | Field | Description | |---
777
- # ---------------|--------------------------------------------| |
776
+ # in the response. Query rules are case-insensitive. ``` | Field | Description |
777
+ # |------------------|--------------------------------------------| |
778
778
  # directoryCustomerId, owner.directoryCustomerId | Filters by directory customer
779
- # id. | | domain | Filters by domain. | Organizations may be queried by `
779
+ # id. | | domain | Filters by domain. | ``` Organizations may be queried by `
780
780
  # directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for
781
781
  # example: * Query `directorycustomerid:123456789` returns Organization
782
782
  # resources with `owner.directory_customer_id` equal to `123456789`. * Query `
@@ -1082,11 +1082,10 @@ module Google
1082
1082
  # resource parent. Returns an operation which can be used to track the process
1083
1083
  # of the project move workflow. Upon success, the `Operation.response` field
1084
1084
  # will be populated with the moved project. The caller must have `
1085
- # resourcemanager.projects.update` permission on the project and have `
1086
- # resourcemanager.projects.move` permission on the project's current and
1087
- # proposed new parent. If project has no current parent, or it currently does
1088
- # not have an associated organization resource, you will also need the `
1089
- # resourcemanager.projects.setIamPolicy` permission in the project.
1085
+ # resourcemanager.projects.move` permission on the project, on the project's
1086
+ # current and proposed new parent. If project has no current parent, or it
1087
+ # currently does not have an associated organization resource, you will also
1088
+ # need the `resourcemanager.projects.setIamPolicy` permission in the project.
1090
1089
  # @param [String] name
1091
1090
  # Required. The name of the project to move.
1092
1091
  # @param [Google::Apis::CloudresourcemanagerV3::MoveProjectRequest] move_project_request_object
@@ -1177,24 +1176,24 @@ module Google
1177
1176
  # Optional. A query string for searching for projects that the caller has `
1178
1177
  # resourcemanager.projects.get` permission to. If multiple fields are included
1179
1178
  # in the query, the it will return results that match any of the fields. Some
1180
- # eligible fields are: | Field | Description | |-------------------------|-------
1181
- # ---------------------------------------| | displayName, name | Filters by
1179
+ # eligible fields are: ``` | Field | Description | |-------------------------|---
1180
+ # -------------------------------------------| | displayName, name | Filters by
1182
1181
  # displayName. | | parent | Project's parent (for example: folders/123,
1183
1182
  # organizations/*). Prefer parent field over parent.type and parent.id.| |
1184
1183
  # parent.type | Parent's type: `folder` or `organization`. | | parent.id |
1185
1184
  # Parent's id number (for example: 123) | | id, projectId | Filters by projectId.
1186
1185
  # | | state, lifecycleState | Filters by state. | | labels | Filters by label
1187
1186
  # name or value. | | labels.\ (where *key* is the name of a label) | Filters by
1188
- # label name.| Search expressions are case insensitive. Some examples queries: |
1189
- # Query | Description | |------------------|-------------------------------------
1190
- # ----------------| | name:how* | The project's name starts with "how". | | name:
1191
- # Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to
1192
- # above. | | NAME:howl | Equivalent to above. | | labels.color:* | The project
1193
- # has the label `color`. | | labels.color:red | The project's label `color` has
1194
- # the value `red`. | | labels.color:red labels.size:big | The project's label `
1195
- # color` has the value `red` and its label `size` has the value `big`.| If no
1196
- # query is specified, the call will return projects for which the user has the `
1197
- # resourcemanager.projects.get` permission.
1187
+ # label name.| ``` Search expressions are case insensitive. Some examples
1188
+ # queries: ``` | Query | Description | |------------------|----------------------
1189
+ # -------------------------------| | name:how* | The project's name starts with "
1190
+ # how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL |
1191
+ # Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.color:* |
1192
+ # The project has the label `color`. | | labels.color:red | The project's label `
1193
+ # color` has the value `red`. | | labels.color:red labels.size:big | The project'
1194
+ # s label `color` has the value `red` and its label `size` has the value `big`.|
1195
+ # ``` If no query is specified, the call will return projects for which the user
1196
+ # has the `resourcemanager.projects.get` permission.
1198
1197
  # @param [String] fields
1199
1198
  # Selector specifying which fields to include in a partial response.
1200
1199
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.18.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.14.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.18.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: