google-apis-cloudresourcemanager_v3 0.6.0 → 0.7.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: '0660968bc9562d5cdae53529fb4ecbe3c99faeea59e891f007012ab1f071b5a2'
4
- data.tar.gz: ee6f12ff029b6d2f56048588c2358e6385097e7ce48133a0d27cb0c73f93faaa
3
+ metadata.gz: e6388aadea374b5da741c1ffc6e777afe141de6a2dda2e725433e7f57dcff95a
4
+ data.tar.gz: f3d562fc117be6c0213cdaf696d3d42c9df33d686999264f2f9ea2ad46d178ba
5
5
  SHA512:
6
- metadata.gz: 7cf01f16114d76de971a2f8158dd7725c1d0d5a796f2ca397c883a48cd39ef6963fb43c696ed807ead9132bc6b7ca71eedb8c706680d25b0ad8effbee2219a7c
7
- data.tar.gz: fc7b4a96d3f48248500d18b6a093a3cbfe14e7fba4951399e09c7463c069402cb5b89c14b58755e9d581049c9e7b539d92bff96f93dc52ac1fe20fd63b62518a
6
+ metadata.gz: ad5ce9abafb39afe1ee3eb04f1e1335c122abbd2b2bba846351074e5448522d60bfa6d2ecd369fa2217fe07374dbe1a7a8c6f88ee00b84590666c07e01f9932e
7
+ data.tar.gz: fac4a0a9a893cb9602b86410625c3964ec5ca64af65b3ac5e3e88e96d76865cee9c7adb047dcbdc67c5bf4ac148de4eca81bc2ce68d4f2ffac9cd85cbc214d06
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.7.0 (2021-04-02)
4
+
5
+ * Regenerated from discovery document revision 20210328
6
+
3
7
  ### v0.6.0 (2021-03-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20210322
@@ -279,8 +279,8 @@ module Google
279
279
  # @return [String]
280
280
  attr_accessor :create_time
281
281
 
282
- # True if the project can be retrieved using GetProject. No other operations on
283
- # the project are guaranteed to work until the project creation is complete.
282
+ # True if the project can be retrieved using `GetProject`. No other operations
283
+ # on the project are guaranteed to work until the project creation is complete.
284
284
  # Corresponds to the JSON property `gettable`
285
285
  # @return [Boolean]
286
286
  attr_accessor :gettable
@@ -330,8 +330,8 @@ module Google
330
330
  end
331
331
  end
332
332
 
333
- # A status object which is used as the `metadata` field for the Operation
334
- # returned by DeleteFolder.
333
+ # A status object which is used as the `metadata` field for the `Operation`
334
+ # returned by `DeleteFolder`.
335
335
  class DeleteFolderMetadata
336
336
  include Google::Apis::Core::Hashable
337
337
 
@@ -344,7 +344,7 @@ module Google
344
344
  end
345
345
  end
346
346
 
347
- # A status object which is used as the `metadata` field for the Operation
347
+ # A status object which is used as the `metadata` field for the operation
348
348
  # returned by DeleteOrganization.
349
349
  class DeleteOrganizationMetadata
350
350
  include Google::Apis::Core::Hashable
@@ -359,7 +359,7 @@ module Google
359
359
  end
360
360
 
361
361
  # A status object which is used as the `metadata` field for the Operation
362
- # returned by DeleteProject.
362
+ # returned by `DeleteProject`.
363
363
  class DeleteProjectMetadata
364
364
  include Google::Apis::Core::Hashable
365
365
 
@@ -469,57 +469,57 @@ module Google
469
469
  end
470
470
  end
471
471
 
472
- # A Folder in an Organization's resource hierarchy, used to organize that
473
- # Organization's resources.
472
+ # A folder in an organization's resource hierarchy, used to organize that
473
+ # organization's resources.
474
474
  class Folder
475
475
  include Google::Apis::Core::Hashable
476
476
 
477
- # Output only. Timestamp when the Folder was created.
477
+ # Output only. Timestamp when the folder was created.
478
478
  # Corresponds to the JSON property `createTime`
479
479
  # @return [String]
480
480
  attr_accessor :create_time
481
481
 
482
- # Output only. Timestamp when the Folder was requested to be deleted.
482
+ # Output only. Timestamp when the folder was requested to be deleted.
483
483
  # Corresponds to the JSON property `deleteTime`
484
484
  # @return [String]
485
485
  attr_accessor :delete_time
486
486
 
487
487
  # The folder's display name. A folder's display name must be unique amongst its
488
- # siblings, e.g. no two folders with the same parent can share the same display
489
- # name. The display name must start and end with a letter or digit, may contain
490
- # letters, digits, spaces, hyphens and underscores and can be no longer than 30
491
- # characters. This is captured by the regular expression: `[\p`L`\p`N`]([\p`L`\p`
492
- # N`_- ]`0,28`[\p`L`\p`N`])?`.
488
+ # siblings. For example, no two folders with the same parent can share the same
489
+ # display name. The display name must start and end with a letter or digit, may
490
+ # contain letters, digits, spaces, hyphens and underscores and can be no longer
491
+ # than 30 characters. This is captured by the regular expression: `[\p`L`\p`N`]([
492
+ # \p`L`\p`N`_- ]`0,28`[\p`L`\p`N`])?`.
493
493
  # Corresponds to the JSON property `displayName`
494
494
  # @return [String]
495
495
  attr_accessor :display_name
496
496
 
497
497
  # Output only. A checksum computed by the server based on the current value of
498
- # the Folder resource. This may be sent on update and delete requests to ensure
498
+ # the folder resource. This may be sent on update and delete requests to ensure
499
499
  # the client has an up-to-date value before proceeding.
500
500
  # Corresponds to the JSON property `etag`
501
501
  # @return [String]
502
502
  attr_accessor :etag
503
503
 
504
- # Output only. The resource name of the Folder. Its format is `folders/`
504
+ # Output only. The resource name of the folder. Its format is `folders/`
505
505
  # folder_id``, for example: "folders/1234".
506
506
  # Corresponds to the JSON property `name`
507
507
  # @return [String]
508
508
  attr_accessor :name
509
509
 
510
- # Required. The Folder's parent's resource name. Updates to the folder's parent
511
- # must be performed via MoveFolder.
510
+ # Required. The folder's parent's resource name. Updates to the folder's parent
511
+ # must be performed using MoveFolder.
512
512
  # Corresponds to the JSON property `parent`
513
513
  # @return [String]
514
514
  attr_accessor :parent
515
515
 
516
516
  # Output only. The lifecycle state of the folder. Updates to the state must be
517
- # performed via DeleteFolder and UndeleteFolder.
517
+ # performed using DeleteFolder and UndeleteFolder.
518
518
  # Corresponds to the JSON property `state`
519
519
  # @return [String]
520
520
  attr_accessor :state
521
521
 
522
- # Output only. Timestamp when the Folder was last modified.
522
+ # Output only. Timestamp when the folder was last modified.
523
523
  # Corresponds to the JSON property `updateTime`
524
524
  # @return [String]
525
525
  attr_accessor :update_time
@@ -705,7 +705,7 @@ module Google
705
705
  class ListFoldersResponse
706
706
  include Google::Apis::Core::Hashable
707
707
 
708
- # A possibly paginated list of Folders that are direct descendants of the
708
+ # A possibly paginated list of folders that are direct descendants of the
709
709
  # specified parent resource.
710
710
  # Corresponds to the JSON property `folders`
711
711
  # @return [Array<Google::Apis::CloudresourcemanagerV3::Folder>]
@@ -873,7 +873,7 @@ module Google
873
873
  end
874
874
  end
875
875
 
876
- # Metadata pertaining to the Folder move process.
876
+ # Metadata pertaining to the folder move process.
877
877
  class MoveFolderMetadata
878
878
  include Google::Apis::Core::Hashable
879
879
 
@@ -908,9 +908,9 @@ module Google
908
908
  class MoveFolderRequest
909
909
  include Google::Apis::Core::Hashable
910
910
 
911
- # Required. The resource name of the Folder or Organization to reparent the
912
- # folder under. Must be of the form `folders/`folder_id`` or `organizations/`
913
- # org_id``.
911
+ # Required. The resource name of the folder or organization which should be the
912
+ # folder's new parent. Must be of the form `folders/`folder_id`` or `
913
+ # organizations/`org_id``.
914
914
  # Corresponds to the JSON property `destinationParent`
915
915
  # @return [String]
916
916
  attr_accessor :destination_parent
@@ -1020,8 +1020,8 @@ module Google
1020
1020
  end
1021
1021
  end
1022
1022
 
1023
- # The root node in the resource hierarchy to which a particular entity's (e.g.,
1024
- # company) resources belong.
1023
+ # The root node in the resource hierarchy to which a particular entity's (a
1024
+ # company, for example) resources belong.
1025
1025
  class Organization
1026
1026
  include Google::Apis::Core::Hashable
1027
1027
 
@@ -1040,10 +1040,10 @@ module Google
1040
1040
  # @return [String]
1041
1041
  attr_accessor :directory_customer_id
1042
1042
 
1043
- # Output only. A human-readable string that refers to the Organization in the
1044
- # GCP Console UI. This string is set by the server and cannot be changed. The
1045
- # string will be set to the primary domain (for example, "google.com") of the G
1046
- # Suite customer that owns the organization.
1043
+ # Output only. A human-readable string that refers to the organization in the
1044
+ # Google Cloud Console. This string is set by the server and cannot be changed.
1045
+ # The string will be set to the primary domain (for example, "google.com") of
1046
+ # the Google Workspace customer that owns the organization.
1047
1047
  # Corresponds to the JSON property `displayName`
1048
1048
  # @return [String]
1049
1049
  attr_accessor :display_name
@@ -1179,8 +1179,8 @@ module Google
1179
1179
  end
1180
1180
  end
1181
1181
 
1182
- # A Project is a high-level Google Cloud Platform entity. It is a container for
1183
- # ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
1182
+ # A project is a high-level Google Cloud entity. It is a container for ACLs,
1183
+ # APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
1184
1184
  class Project
1185
1185
  include Google::Apis::Core::Hashable
1186
1186
 
@@ -1194,7 +1194,7 @@ module Google
1194
1194
  # @return [String]
1195
1195
  attr_accessor :delete_time
1196
1196
 
1197
- # Optional. A user-assigned display name of the Project. When present it must be
1197
+ # Optional. A user-assigned display name of the project. When present it must be
1198
1198
  # between 4 to 30 characters. Allowed characters are: lowercase and uppercase
1199
1199
  # letters, numbers, hyphen, single-quote, double-quote, space, and exclamation
1200
1200
  # point. Example: `My Project`
@@ -1209,7 +1209,7 @@ module Google
1209
1209
  # @return [String]
1210
1210
  attr_accessor :etag
1211
1211
 
1212
- # Optional. The labels associated with this Project. Label keys must be between
1212
+ # Optional. The labels associated with this project. Label keys must be between
1213
1213
  # 1 and 63 characters long and must conform to the following regular expression:
1214
1214
  # \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?. Label values must be between 0 and 63
1215
1215
  # characters long and must conform to the regular expression (\[a-z\](\[-a-z0-9\]
@@ -1221,7 +1221,7 @@ module Google
1221
1221
  # @return [Hash<String,String>]
1222
1222
  attr_accessor :labels
1223
1223
 
1224
- # Output only. The unique resource name of the Project. It is an int64 generated
1224
+ # Output only. The unique resource name of the project. It is an int64 generated
1225
1225
  # number prefixed by "projects/". Example: `projects/415104041262`
1226
1226
  # Corresponds to the JSON property `name`
1227
1227
  # @return [String]
@@ -1233,14 +1233,14 @@ module Google
1233
1233
  # @return [String]
1234
1234
  attr_accessor :parent
1235
1235
 
1236
- # Immutable. The unique, user-assigned id of the Project. It must be 6 to 30
1236
+ # Immutable. The unique, user-assigned id of the project. It must be 6 to 30
1237
1237
  # lowercase ASCII letters, digits, or hyphens. It must start with a letter.
1238
1238
  # Trailing hyphens are prohibited. Example: `tokyo-rain-123`
1239
1239
  # Corresponds to the JSON property `projectId`
1240
1240
  # @return [String]
1241
1241
  attr_accessor :project_id
1242
1242
 
1243
- # Output only. The Project lifecycle state.
1243
+ # Output only. The project lifecycle state.
1244
1244
  # Corresponds to the JSON property `state`
1245
1245
  # @return [String]
1246
1246
  attr_accessor :state
@@ -1700,8 +1700,8 @@ module Google
1700
1700
  end
1701
1701
  end
1702
1702
 
1703
- # A status object which is used as the `metadata` field for the Operation
1704
- # returned by UndeleteFolder.
1703
+ # A status object which is used as the `metadata` field for the `Operation`
1704
+ # returned by `UndeleteFolder`.
1705
1705
  class UndeleteFolderMetadata
1706
1706
  include Google::Apis::Core::Hashable
1707
1707
 
@@ -1742,7 +1742,7 @@ module Google
1742
1742
  end
1743
1743
 
1744
1744
  # A status object which is used as the `metadata` field for the Operation
1745
- # returned by UndeleteProject.
1745
+ # returned by `UndeleteProject`.
1746
1746
  class UndeleteProjectMetadata
1747
1747
  include Google::Apis::Core::Hashable
1748
1748
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
25
+ REVISION = "20210328"
26
26
  end
27
27
  end
28
28
  end
@@ -50,23 +50,23 @@ module Google
50
50
  @batch_path = 'batch'
51
51
  end
52
52
 
53
- # Creates a Folder in the resource hierarchy. Returns an Operation which can be
54
- # used to track the progress of the folder creation workflow. Upon success the
55
- # Operation.response field will be populated with the created Folder. In order
56
- # to succeed, the addition of this new Folder must not violate the Folder naming,
57
- # height or fanout constraints. + The Folder's display_name must be distinct
58
- # from all other Folders that share its parent. + The addition of the Folder
59
- # must not cause the active Folder hierarchy to exceed a height of 10. Note, the
60
- # full active + deleted Folder hierarchy is allowed to reach a height of 20;
61
- # this provides additional headroom when moving folders that contain deleted
62
- # folders. + The addition of the Folder must not cause the total number of
63
- # Folders under its parent to exceed 300. If the operation fails due to a folder
64
- # constraint violation, some errors may be returned by the CreateFolder request,
65
- # with status code FAILED_PRECONDITION and an error description. Other folder
66
- # constraint violations will be communicated in the Operation, with the specific
67
- # PreconditionFailure returned via the details list in the Operation.error field.
68
- # The caller must have `resourcemanager.folders.create` permission on the
69
- # identified parent.
53
+ # Creates a folder in the resource hierarchy. Returns an `Operation` which can
54
+ # be used to track the progress of the folder creation workflow. Upon success,
55
+ # the `Operation.response` field will be populated with the created Folder. In
56
+ # order to succeed, the addition of this new folder must not violate the folder
57
+ # naming, height, or fanout constraints. + The folder's `display_name` must be
58
+ # distinct from all other folders that share its parent. + The addition of the
59
+ # folder must not cause the active folder hierarchy to exceed a height of 10.
60
+ # Note, the full active + deleted folder hierarchy is allowed to reach a height
61
+ # of 20; this provides additional headroom when moving folders that contain
62
+ # deleted folders. + The addition of the folder must not cause the total number
63
+ # of folders under its parent to exceed 300. If the operation fails due to a
64
+ # folder constraint violation, some errors may be returned by the `CreateFolder`
65
+ # request, with status code `FAILED_PRECONDITION` and an error description.
66
+ # Other folder constraint violations will be communicated in the `Operation`,
67
+ # with the specific `PreconditionFailure` returned in the details list in the `
68
+ # Operation.error` field. The caller must have `resourcemanager.folders.create`
69
+ # permission on the identified parent.
70
70
  # @param [Google::Apis::CloudresourcemanagerV3::Folder] folder_object
71
71
  # @param [String] fields
72
72
  # Selector specifying which fields to include in a partial response.
@@ -96,14 +96,15 @@ module Google
96
96
  execute_or_queue_command(command, &block)
97
97
  end
98
98
 
99
- # Requests deletion of a Folder. The Folder is moved into the DELETE_REQUESTED
99
+ # Requests deletion of a folder. The folder is moved into the DELETE_REQUESTED
100
100
  # state immediately, and is deleted approximately 30 days later. This method may
101
- # only be called on an empty Folder, where a Folder is empty if it doesn't
102
- # contain any Folders or Projects in the ACTIVE state. If called on a folder in
103
- # DELETE_REQUESTED state the result will be a no-op success. The caller must
104
- # have `resourcemanager.folders.delete` permission on the identified folder.
101
+ # only be called on an empty folder, where a folder is empty if it doesn't
102
+ # contain any folders or projects in the ACTIVE state. If called on a folder in
103
+ # DELETE_REQUESTED state the operation will result in a no-op success. The
104
+ # caller must have `resourcemanager.folders.delete` permission on the identified
105
+ # folder.
105
106
  # @param [String] name
106
- # Required. The resource name of the Folder to be deleted. Must be of the form `
107
+ # Required. The resource name of the folder to be deleted. Must be of the form `
107
108
  # folders/`folder_id``.
108
109
  # @param [String] fields
109
110
  # Selector specifying which fields to include in a partial response.
@@ -132,12 +133,12 @@ module Google
132
133
  execute_or_queue_command(command, &block)
133
134
  end
134
135
 
135
- # Retrieves a Folder identified by the supplied resource name. Valid Folder
136
+ # Retrieves a folder identified by the supplied resource name. Valid folder
136
137
  # resource names have the format `folders/`folder_id`` (for example, `folders/
137
138
  # 1234`). The caller must have `resourcemanager.folders.get` permission on the
138
139
  # identified folder.
139
140
  # @param [String] name
140
- # Required. The resource name of the Folder to retrieve. Must be of the form `
141
+ # Required. The resource name of the folder to retrieve. Must be of the form `
141
142
  # folders/`folder_id``.
142
143
  # @param [String] fields
143
144
  # Selector specifying which fields to include in a partial response.
@@ -166,9 +167,9 @@ module Google
166
167
  execute_or_queue_command(command, &block)
167
168
  end
168
169
 
169
- # Gets the access control policy for a Folder. The returned policy may be empty
170
+ # Gets the access control policy for a folder. The returned policy may be empty
170
171
  # if no such policy or resource exists. The `resource` field should be the
171
- # Folder's resource name, e.g. "folders/1234". The caller must have `
172
+ # folder's resource name, for example: "folders/1234". The caller must have `
172
173
  # resourcemanager.folders.getIamPolicy` permission on the identified folder.
173
174
  # @param [String] resource
174
175
  # REQUIRED: The resource for which the policy is being requested. See the
@@ -203,24 +204,24 @@ module Google
203
204
  execute_or_queue_command(command, &block)
204
205
  end
205
206
 
206
- # Lists the Folders that are direct descendants of supplied parent resource.
207
- # List provides a strongly consistent view of the Folders underneath the
208
- # specified parent resource. List returns Folders sorted based upon the (
207
+ # Lists the folders that are direct descendants of supplied parent resource. `
208
+ # list()` provides a strongly consistent view of the folders underneath the
209
+ # specified parent resource. `list()` returns folders sorted based upon the (
209
210
  # ascending) lexical ordering of their display_name. The caller must have `
210
211
  # resourcemanager.folders.list` permission on the identified parent.
211
212
  # @param [Fixnum] page_size
212
- # Optional. The maximum number of Folders to return in the response. If
213
+ # Optional. The maximum number of folders to return in the response. If
213
214
  # unspecified, server picks an appropriate default.
214
215
  # @param [String] page_token
215
216
  # Optional. A pagination token returned from a previous call to `ListFolders`
216
217
  # that indicates where this listing should continue from.
217
218
  # @param [String] parent
218
- # Required. The resource name of the Organization or Folder whose Folders are
219
+ # Required. The resource name of the organization or folder whose folders are
219
220
  # being listed. Must be of the form `folders/`folder_id`` or `organizations/`
220
221
  # org_id``. Access to this method is controlled by checking the `resourcemanager.
221
222
  # folders.list` permission on the `parent`.
222
223
  # @param [Boolean] show_deleted
223
- # Optional. Controls whether Folders in the DELETE_REQUESTED state should be
224
+ # Optional. Controls whether folders in the DELETE_REQUESTED state should be
224
225
  # returned. Defaults to false.
225
226
  # @param [String] fields
226
227
  # Selector specifying which fields to include in a partial response.
@@ -252,18 +253,19 @@ module Google
252
253
  execute_or_queue_command(command, &block)
253
254
  end
254
255
 
255
- # Moves a Folder under a new resource parent. Returns an Operation which can be
256
- # used to track the progress of the folder move workflow. Upon success the
257
- # Operation.response field will be populated with the moved Folder. Upon failure,
258
- # a FolderOperationError categorizing the failure cause will be returned - if
259
- # the failure occurs synchronously then the FolderOperationError will be
260
- # returned via the Status.details field and if it occurs asynchronously then the
261
- # FolderOperation will be returned via the Operation.error field. In addition,
262
- # the Operation.metadata field will be populated with a FolderOperation message
263
- # as an aid to stateless clients. Folder moves will be rejected if they violate
264
- # either the naming, height or fanout constraints described in the CreateFolder
265
- # documentation. The caller must have `resourcemanager.folders.move` permission
266
- # on the folder's current and proposed new parent.
256
+ # Moves a folder under a new resource parent. Returns an `Operation` which can
257
+ # be used to track the progress of the folder move workflow. Upon success, the `
258
+ # Operation.response` field will be populated with the moved folder. Upon
259
+ # failure, a `FolderOperationError` categorizing the failure cause will be
260
+ # returned - if the failure occurs synchronously then the `FolderOperationError`
261
+ # will be returned in the `Status.details` field. If it occurs asynchronously,
262
+ # then the FolderOperation will be returned in the `Operation.error` field. In
263
+ # addition, the `Operation.metadata` field will be populated with a `
264
+ # FolderOperation` message as an aid to stateless clients. Folder moves will be
265
+ # rejected if they violate either the naming, height, or fanout constraints
266
+ # described in the CreateFolder documentation. The caller must have `
267
+ # resourcemanager.folders.move` permission on the folder's current and proposed
268
+ # new parent.
267
269
  # @param [String] name
268
270
  # Required. The resource name of the Folder to move. Must be of the form folders/
269
271
  # `folder_id`
@@ -297,18 +299,18 @@ module Google
297
299
  execute_or_queue_command(command, &block)
298
300
  end
299
301
 
300
- # Updates a Folder, changing its display_name. Changes to the folder
301
- # display_name will be rejected if they violate either the display_name
302
- # formatting rules or naming constraints described in the CreateFolder
303
- # documentation. The Folder's display_name must start and end with a letter or
302
+ # Updates a folder, changing its `display_name`. Changes to the folder `
303
+ # display_name` will be rejected if they violate either the `display_name`
304
+ # formatting rules or the naming constraints described in the CreateFolder
305
+ # documentation. The folder's `display_name` must start and end with a letter or
304
306
  # digit, may contain letters, digits, spaces, hyphens and underscores and can be
305
307
  # between 3 and 30 characters. This is captured by the regular expression: `\p`L`
306
308
  # \p`N``1,28`[\p`L`\p`N`]`. The caller must have `resourcemanager.folders.update`
307
309
  # permission on the identified folder. If the update fails due to the unique
308
- # name constraint then a PreconditionFailure explaining this violation will be
310
+ # name constraint then a `PreconditionFailure` explaining this violation will be
309
311
  # returned in the Status.details field.
310
312
  # @param [String] name
311
- # Output only. The resource name of the Folder. Its format is `folders/`
313
+ # Output only. The resource name of the folder. Its format is `folders/`
312
314
  # folder_id``, for example: "folders/1234".
313
315
  # @param [Google::Apis::CloudresourcemanagerV3::Folder] folder_object
314
316
  # @param [String] update_mask
@@ -343,7 +345,7 @@ module Google
343
345
  execute_or_queue_command(command, &block)
344
346
  end
345
347
 
346
- # Search for folders that match specific filter criteria. Search provides an
348
+ # Search for folders that match specific filter criteria. `search()` provides an
347
349
  # eventually consistent view of the folders a user has access to which meet the
348
350
  # specified filter criteria. This will only return folders on which the caller
349
351
  # has the permission `resourcemanager.folders.get`.
@@ -354,16 +356,16 @@ module Google
354
356
  # Optional. A pagination token returned from a previous call to `SearchFolders`
355
357
  # that indicates from where search should continue.
356
358
  # @param [String] query
357
- # Optional. Search criteria used to select the Folders to return. If no search
359
+ # Optional. Search criteria used to select the folders to return. If no search
358
360
  # criteria is specified then all accessible folders will be returned. Query
359
361
  # expressions can be used to restrict results based upon displayName, state and
360
362
  # parent, where the operators `=` (`:`) `NOT`, `AND` and `OR` can be used along
361
- # with the suffix wildcard symbol `*`. The displayName field in a query
363
+ # with the suffix wildcard symbol `*`. The `displayName` field in a query
362
364
  # expression should use escaped quotes for values that include whitespace to
363
365
  # prevent unexpected behavior. | Field | Description | |-------------------------
364
366
  # |----------------------------------------| | displayName | Filters by
365
- # displayName. | | parent | Filters by parent (e.g. folders/123). | | state,
366
- # lifecycleState | Filters by state. | Some example queries are: * Query `
367
+ # displayName. | | parent | Filters by parent (for example: folders/123). | |
368
+ # state, lifecycleState | Filters by state. | Some example queries are: * Query `
367
369
  # displayName=Test*` returns Folder resources whose display name starts with "
368
370
  # Test". * Query `state=ACTIVE` returns Folder resources with `state` set to `
369
371
  # ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `
@@ -400,10 +402,10 @@ module Google
400
402
  execute_or_queue_command(command, &block)
401
403
  end
402
404
 
403
- # Sets the access control policy on a Folder, replacing any existing policy. The
404
- # `resource` field should be the Folder's resource name, e.g. "folders/1234".
405
- # The caller must have `resourcemanager.folders.setIamPolicy` permission on the
406
- # identified folder.
405
+ # Sets the access control policy on a folder, replacing any existing policy. The
406
+ # `resource` field should be the folder's resource name, for example: "folders/
407
+ # 1234". The caller must have `resourcemanager.folders.setIamPolicy` permission
408
+ # on the identified folder.
407
409
  # @param [String] resource
408
410
  # REQUIRED: The resource for which the policy is being specified. See the
409
411
  # operation documentation for the appropriate value for this field.
@@ -437,9 +439,9 @@ module Google
437
439
  execute_or_queue_command(command, &block)
438
440
  end
439
441
 
440
- # Returns permissions that a caller has on the specified Folder. The `resource`
441
- # field should be the Folder's resource name, e.g. "folders/1234". There are no
442
- # permissions required for making this API call.
442
+ # Returns permissions that a caller has on the specified folder. The `resource`
443
+ # field should be the folder's resource name, for example: "folders/1234". There
444
+ # are no permissions required for making this API call.
443
445
  # @param [String] resource
444
446
  # REQUIRED: The resource for which the policy detail is being requested. See the
445
447
  # operation documentation for the appropriate value for this field.
@@ -473,15 +475,15 @@ module Google
473
475
  execute_or_queue_command(command, &block)
474
476
  end
475
477
 
476
- # Cancels the deletion request for a Folder. This method may be called on a
477
- # Folder in any state. If Folder is in ACTIVE state the result will be a no-op
478
- # success. In order to succeed, the Folder's parent must be in the ACTIVE state.
479
- # In addition, reintroducing the folder into the tree must not violate folder
480
- # naming, height and fanout constraints described in the CreateFolder
478
+ # Cancels the deletion request for a folder. This method may be called on a
479
+ # folder in any state. If the folder is in the ACTIVE state the result will be a
480
+ # no-op success. In order to succeed, the folder's parent must be in the ACTIVE
481
+ # state. In addition, reintroducing the folder into the tree must not violate
482
+ # folder naming, height, and fanout constraints described in the CreateFolder
481
483
  # documentation. The caller must have `resourcemanager.folders.undelete`
482
484
  # permission on the identified folder.
483
485
  # @param [String] name
484
- # Required. The resource name of the Folder to undelete. Must be of the form `
486
+ # Required. The resource name of the folder to undelete. Must be of the form `
485
487
  # folders/`folder_id``.
486
488
  # @param [Google::Apis::CloudresourcemanagerV3::UndeleteFolderRequest] undelete_folder_request_object
487
489
  # @param [String] fields
@@ -683,7 +685,7 @@ module Google
683
685
  execute_or_queue_command(command, &block)
684
686
  end
685
687
 
686
- # Fetches an Organization resource identified by the specified resource name.
688
+ # Fetches an organization resource identified by the specified resource name.
687
689
  # @param [String] name
688
690
  # Required. The resource name of the Organization to fetch. This is the
689
691
  # organization's relative path in the API, formatted as "organizations/[
@@ -715,11 +717,11 @@ module Google
715
717
  execute_or_queue_command(command, &block)
716
718
  end
717
719
 
718
- # Gets the access control policy for an Organization resource. May be empty if
719
- # no such policy or resource exists. The `resource` field should be the
720
- # organization's resource name, e.g. "organizations/123". Authorization requires
721
- # the Google IAM permission `resourcemanager.organizations.getIamPolicy` on the
722
- # specified organization
720
+ # Gets the access control policy for an organization resource. The policy may be
721
+ # empty if no such policy or resource exists. The `resource` field should be the
722
+ # organization's resource name, for example: "organizations/123". Authorization
723
+ # requires the IAM permission `resourcemanager.organizations.getIamPolicy` on
724
+ # the specified organization.
723
725
  # @param [String] resource
724
726
  # REQUIRED: The resource for which the policy is being requested. See the
725
727
  # operation documentation for the appropriate value for this field.
@@ -753,13 +755,13 @@ module Google
753
755
  execute_or_queue_command(command, &block)
754
756
  end
755
757
 
756
- # Searches Organization resources that are visible to the user and satisfy the
757
- # specified filter. This method returns Organizations in an unspecified order.
758
- # New Organizations do not necessarily appear at the end of the results, and may
758
+ # Searches organization resources that are visible to the user and satisfy the
759
+ # specified filter. This method returns organizations in an unspecified order.
760
+ # New organizations do not necessarily appear at the end of the results, and may
759
761
  # take a small amount of time to appear. Search will only return organizations
760
762
  # on which the user has the permission `resourcemanager.organizations.get`
761
763
  # @param [Fixnum] page_size
762
- # Optional. The maximum number of Organizations to return in the response. If
764
+ # Optional. The maximum number of organizations to return in the response. If
763
765
  # unspecified, server picks an appropriate default.
764
766
  # @param [String] page_token
765
767
  # Optional. A pagination token returned from a previous call to `
@@ -804,11 +806,11 @@ module Google
804
806
  execute_or_queue_command(command, &block)
805
807
  end
806
808
 
807
- # Sets the access control policy on an Organization resource. Replaces any
809
+ # Sets the access control policy on an organization resource. Replaces any
808
810
  # existing policy. The `resource` field should be the organization's resource
809
- # name, e.g. "organizations/123". Authorization requires the Google IAM
811
+ # name, for example: "organizations/123". Authorization requires the IAM
810
812
  # permission `resourcemanager.organizations.setIamPolicy` on the specified
811
- # organization
813
+ # organization.
812
814
  # @param [String] resource
813
815
  # REQUIRED: The resource for which the policy is being specified. See the
814
816
  # operation documentation for the appropriate value for this field.
@@ -842,8 +844,8 @@ module Google
842
844
  execute_or_queue_command(command, &block)
843
845
  end
844
846
 
845
- # Returns permissions that a caller has on the specified Organization. The `
846
- # resource` field should be the organization's resource name, e.g. "
847
+ # Returns the permissions that a caller has on the specified organization. The `
848
+ # resource` field should be the organization's resource name, for example: "
847
849
  # organizations/123". There are no permissions required for making this API call.
848
850
  # @param [String] resource
849
851
  # REQUIRED: The resource for which the policy detail is being requested. See the
@@ -878,10 +880,11 @@ module Google
878
880
  execute_or_queue_command(command, &block)
879
881
  end
880
882
 
881
- # Request that a new Project be created. The result is an Operation which can be
882
- # used to track the creation process. This process usually takes a few seconds,
883
- # but can sometimes take much longer. The tracking Operation is automatically
884
- # deleted after a few hours, so there is no need to call DeleteOperation.
883
+ # Request that a new project be created. The result is an `Operation` which can
884
+ # be used to track the creation process. This process usually takes a few
885
+ # seconds, but can sometimes take much longer. The tracking `Operation` is
886
+ # automatically deleted after a few hours, so there is no need to call `
887
+ # DeleteOperation`.
885
888
  # @param [Google::Apis::CloudresourcemanagerV3::Project] project_object
886
889
  # @param [String] fields
887
890
  # Selector specifying which fields to include in a partial response.
@@ -911,18 +914,18 @@ module Google
911
914
  execute_or_queue_command(command, &block)
912
915
  end
913
916
 
914
- # Marks the Project identified by the specified `name` (for example, `projects/
915
- # 415104041262`) for deletion. This method will only affect the Project if it
917
+ # Marks the project identified by the specified `name` (for example, `projects/
918
+ # 415104041262`) for deletion. This method will only affect the project if it
916
919
  # has a lifecycle state of ACTIVE. This method changes the Project's lifecycle
917
920
  # state from ACTIVE to DELETE_REQUESTED. The deletion starts at an unspecified
918
921
  # time, at which point the Project is no longer accessible. Until the deletion
919
- # completes, you can check the lifecycle state checked by retrieving the Project
920
- # with GetProject, and the Project remains visible to ListProjects. However, you
921
- # cannot update the project. After the deletion completes, the Project is not
922
+ # completes, you can check the lifecycle state checked by retrieving the project
923
+ # with GetProject, and the project remains visible to ListProjects. However, you
924
+ # cannot update the project. After the deletion completes, the project is not
922
925
  # retrievable by the GetProject, ListProjects, and SearchProjects methods. This
923
- # method behaves idempotently (eg., deleting a `DELETE_REQUESTED` project will
924
- # not be an error, but also won't do anything). The caller must have delete
925
- # permissions for this Project.
926
+ # method behaves idempotently, such that deleting a `DELETE_REQUESTED` project
927
+ # will not cause an error, but also won't do anything. The caller must have `
928
+ # resourcemanager.projects.delete` permissions for this project.
926
929
  # @param [String] name
927
930
  # Required. The name of the Project (for example, `projects/415104041262`).
928
931
  # @param [String] fields
@@ -952,9 +955,9 @@ module Google
952
955
  execute_or_queue_command(command, &block)
953
956
  end
954
957
 
955
- # Retrieves the Project identified by the specified `name` (for example, `
956
- # projects/415104041262`). The caller must have read permissions for this
957
- # Project.
958
+ # Retrieves the project identified by the specified `name` (for example, `
959
+ # projects/415104041262`). The caller must have `resourcemanager.projects.get`
960
+ # permission for this project.
958
961
  # @param [String] name
959
962
  # Required. The name of the project (for example, `projects/415104041262`).
960
963
  # @param [String] fields
@@ -984,8 +987,8 @@ module Google
984
987
  execute_or_queue_command(command, &block)
985
988
  end
986
989
 
987
- # Returns the IAM access control policy for the specified Project. Permission is
988
- # denied if the policy or the resource does not exist.
990
+ # Returns the IAM access control policy for the specified project. Permission is
991
+ # denied if the policy or the resource do not exist.
989
992
  # @param [String] resource
990
993
  # REQUIRED: The resource for which the policy is being requested. See the
991
994
  # operation documentation for the appropriate value for this field.
@@ -1019,15 +1022,15 @@ module Google
1019
1022
  execute_or_queue_command(command, &block)
1020
1023
  end
1021
1024
 
1022
- # Lists Projects that are direct children of the specified folder or
1023
- # organization resource. List provides a strongly consistent view of the
1024
- # Projects underneath the specified parent resource. List returns Projects
1025
+ # Lists projects that are direct children of the specified folder or
1026
+ # organization resource. `list()` provides a strongly consistent view of the
1027
+ # projects underneath the specified parent resource. `list()` returns projects
1025
1028
  # sorted based upon the (ascending) lexical ordering of their `display_name`.
1026
1029
  # The caller must have `resourcemanager.projects.list` permission on the
1027
1030
  # identified parent.
1028
1031
  # @param [Fixnum] page_size
1029
- # Optional. The maximum number of Projects to return in the response. The server
1030
- # can return fewer Projects than requested. If unspecified, server picks an
1032
+ # Optional. The maximum number of projects to return in the response. The server
1033
+ # can return fewer projects than requested. If unspecified, server picks an
1031
1034
  # appropriate default.
1032
1035
  # @param [String] page_token
1033
1036
  # Optional. A pagination token returned from a previous call to ListProjects
@@ -1037,7 +1040,7 @@ module Google
1037
1040
  # setting this field to 'folders/1234' would list all projects directly under
1038
1041
  # that folder.
1039
1042
  # @param [Boolean] show_deleted
1040
- # Optional. Indicate that Projects in the `DELETE_REQUESTED` state should also
1043
+ # Optional. Indicate that projects in the `DELETE_REQUESTED` state should also
1041
1044
  # be returned. Normally only `ACTIVE` projects are returned.
1042
1045
  # @param [String] fields
1043
1046
  # Selector specifying which fields to include in a partial response.
@@ -1069,11 +1072,12 @@ module Google
1069
1072
  execute_or_queue_command(command, &block)
1070
1073
  end
1071
1074
 
1072
- # Move a Project under a new resource parent. Returns an operation which can be
1073
- # used to track the process of the Project move workflow. Upon success, the
1074
- # Operation.response field will be populated with the moved Project. The caller
1075
- # must have `resourcemanager.projects.update` permission on the Project and have
1076
- # `resourcemanager.projects.move` permission on the Project's current and
1075
+ # Move a project to another place in your resource hierarchy, under a new
1076
+ # resource parent. Returns an operation which can be used to track the process
1077
+ # of the project move workflow. Upon success, the `Operation.response` field
1078
+ # will be populated with the moved project. The caller must have `
1079
+ # resourcemanager.projects.update` permission on the project and have `
1080
+ # resourcemanager.projects.move` permission on the project's current and
1077
1081
  # proposed new parent.
1078
1082
  # @param [String] name
1079
1083
  # Required. The name of the project to move.
@@ -1107,12 +1111,12 @@ module Google
1107
1111
  execute_or_queue_command(command, &block)
1108
1112
  end
1109
1113
 
1110
- # Updates the attributes of the Project identified by the specified `name` (for
1111
- # example, `projects/415104041262`). At present this is only useful for updating
1112
- # the display_name and labels. Deleting all labels requires an update mask for
1113
- # labels field. The caller must have modify permissions for this Project.
1114
+ # Updates the `display_name` and labels of the project identified by the
1115
+ # specified `name` (for example, `projects/415104041262`). Deleting all labels
1116
+ # requires an update mask for labels field. The caller must have `
1117
+ # resourcemanager.projects.update` permission for this project.
1114
1118
  # @param [String] name
1115
- # Output only. The unique resource name of the Project. It is an int64 generated
1119
+ # Output only. The unique resource name of the project. It is an int64 generated
1116
1120
  # number prefixed by "projects/". Example: `projects/415104041262`
1117
1121
  # @param [Google::Apis::CloudresourcemanagerV3::Project] project_object
1118
1122
  # @param [String] update_mask
@@ -1147,15 +1151,16 @@ module Google
1147
1151
  execute_or_queue_command(command, &block)
1148
1152
  end
1149
1153
 
1150
- # Search for Projects that the caller has the `resourcemanager.projects.get`
1151
- # permission on and satisfy the specified query. This method returns Projects in
1152
- # an unspecified order. This method is eventually consistent with project
1153
- # mutations; this means that a newly created project may not appear in the
1154
- # results or recent updates to an existing project may not be reflected in the
1155
- # results. To retrieve the latest state of a project, use the GetProject method.
1154
+ # Search for projects that the caller has both `resourcemanager.projects.get`
1155
+ # permission on, and also satisfy the specified query. This method returns
1156
+ # projects in an unspecified order. This method is eventually consistent with
1157
+ # project mutations; this means that a newly created project may not appear in
1158
+ # the results or recent updates to an existing project may not be reflected in
1159
+ # the results. To retrieve the latest state of a project, use the GetProject
1160
+ # method.
1156
1161
  # @param [Fixnum] page_size
1157
- # Optional. The maximum number of Projects to return in the response. The server
1158
- # can return fewer Projects than requested. If unspecified, server picks an
1162
+ # Optional. The maximum number of projects to return in the response. The server
1163
+ # can return fewer projects than requested. If unspecified, server picks an
1159
1164
  # appropriate default.
1160
1165
  # @param [String] page_token
1161
1166
  # Optional. A pagination token returned from a previous call to ListProjects
@@ -1166,22 +1171,22 @@ module Google
1166
1171
  # in the query, the it will return results that match any of the fields. Some
1167
1172
  # eligible fields are: | Field | Description | |-------------------------|-------
1168
1173
  # ---------------------------------------| | displayName, name | Filters by
1169
- # displayName. | | parent | Project's parent. (e.g. folders/123, organizations/*)
1170
- # Prefer parent field over parent.type and parent.id. | | parent.type | Parent'
1171
- # s type: `folder` or `organization`. | | parent.id | Parent's id number (e.g.
1172
- # 123) | | id, projectId | Filters by projectId. | | state, lifecycleState |
1173
- # Filters by state. | | labels | Filters by label name or value. | | labels. (
1174
- # where *key* is the name of a label) | Filters by label name. | Search
1175
- # expressions are case insensitive. Some examples queries: | Query | Description
1176
- # | |------------------|-----------------------------------------------------| |
1177
- # name:how* | The project's name starts with "how". | | name:Howl | The project'
1178
- # s name is `Howl` or `howl`. | | name:HOWL | Equivalent to above. | | NAME:howl
1179
- # | Equivalent to above. | | labels.color:* | The project has the label `color`.
1180
- # | | labels.color:red | The project's label `color` has the value `red`. | |
1181
- # labels.color:red labels.size:big | The project's label `color` has the value `
1182
- # red` and its label `size` has the value `big`. | If no query is specified, the
1183
- # call will return projects for which the user has the `resourcemanager.projects.
1184
- # get` permission.
1174
+ # displayName. | | parent | Project's parent. (for example: folders/123,
1175
+ # organizations/*) Prefer parent field over parent.type and parent.id. | |
1176
+ # parent.type | Parent's type: `folder` or `organization`. | | parent.id |
1177
+ # Parent's id number (for example: 123) | | id, projectId | Filters by projectId.
1178
+ # | | state, lifecycleState | Filters by state. | | labels | Filters by label
1179
+ # name or value. | | labels. (where *key* is the name of a label) | Filters by
1180
+ # label name. | Search expressions are case insensitive. Some examples queries: |
1181
+ # Query | Description | |------------------|------------------------------------
1182
+ # -----------------| | name:how* | The project's name starts with "how". | |
1183
+ # name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent
1184
+ # to above. | | NAME:howl | Equivalent to above. | | labels.color:* | The
1185
+ # project has the label `color`. | | labels.color:red | The project's label `
1186
+ # color` has the value `red`. | | labels.color:red labels.size:big | The project'
1187
+ # s label `color` has the value `red` and its label `size` has the value `big`. |
1188
+ # If no query is specified, the call will return projects for which the user
1189
+ # has the `resourcemanager.projects.get` permission.
1185
1190
  # @param [String] fields
1186
1191
  # Selector specifying which fields to include in a partial response.
1187
1192
  # @param [String] quota_user
@@ -1211,9 +1216,9 @@ module Google
1211
1216
  execute_or_queue_command(command, &block)
1212
1217
  end
1213
1218
 
1214
- # Sets the IAM access control policy for the specified Project. CAUTION: This
1219
+ # Sets the IAM access control policy for the specified project. CAUTION: This
1215
1220
  # method will replace the existing policy, and cannot be used to append
1216
- # additional IAM settings. NOTE: Removing service accounts from policies or
1221
+ # additional IAM settings. Note: Removing service accounts from policies or
1217
1222
  # changing their roles can render services completely inoperable. It is
1218
1223
  # important to understand how the service account is being used before removing
1219
1224
  # or updating its roles. The following constraints apply when using `
@@ -1224,11 +1229,11 @@ module Google
1224
1229
  # an owner to a project in the myownpersonaldomain.com organization, but not the
1225
1230
  # examplepetstore.com organization. + Service accounts can be made owners of a
1226
1231
  # project directly without any restrictions. However, to be added as an owner, a
1227
- # user must be invited via Cloud Platform console and must accept the invitation.
1228
- # + A user cannot be granted the owner role using `setIamPolicy()`. The user
1229
- # must be granted the owner role using the Cloud Platform Console and must
1230
- # explicitly accept the invitation. + Invitations to grant the owner role cannot
1231
- # be sent using `setIamPolicy()`; they must be sent only using the Cloud
1232
+ # user must be invited using the Cloud Platform console and must accept the
1233
+ # invitation. + A user cannot be granted the owner role using `setIamPolicy()`.
1234
+ # The user must be granted the owner role using the Cloud Platform Console and
1235
+ # must explicitly accept the invitation. + Invitations to grant the owner role
1236
+ # cannot be sent using `setIamPolicy()`; they must be sent only using the Cloud
1232
1237
  # Platform Console. + Membership changes that leave the project without any
1233
1238
  # owners that have accepted the Terms of Service (ToS) will be rejected. + If
1234
1239
  # the project is not part of an organization, there must be at least one owner
@@ -1271,7 +1276,7 @@ module Google
1271
1276
  execute_or_queue_command(command, &block)
1272
1277
  end
1273
1278
 
1274
- # Returns permissions that a caller has on the specified Project.
1279
+ # Returns permissions that a caller has on the specified project.
1275
1280
  # @param [String] resource
1276
1281
  # REQUIRED: The resource for which the policy detail is being requested. See the
1277
1282
  # operation documentation for the appropriate value for this field.
@@ -1305,12 +1310,13 @@ module Google
1305
1310
  execute_or_queue_command(command, &block)
1306
1311
  end
1307
1312
 
1308
- # Restores the Project identified by the specified `name` (for example, `
1309
- # projects/415104041262`). You can only use this method for a Project that has a
1310
- # lifecycle state of DELETE_REQUESTED. After deletion starts, the Project cannot
1311
- # be restored. The caller must have undelete permissions for this Project.
1313
+ # Restores the project identified by the specified `name` (for example, `
1314
+ # projects/415104041262`). You can only use this method for a project that has a
1315
+ # lifecycle state of DELETE_REQUESTED. After deletion starts, the project cannot
1316
+ # be restored. The caller must have `resourcemanager.projects.undelete`
1317
+ # permission for this project.
1312
1318
  # @param [String] name
1313
- # Required. The name of the Project (for example, `projects/415104041262`).
1319
+ # Required. The name of the project (for example, `projects/415104041262`).
1314
1320
  # Required.
1315
1321
  # @param [Google::Apis::CloudresourcemanagerV3::UndeleteProjectRequest] undelete_project_request_object
1316
1322
  # @param [String] fields
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.6.0
4
+ version: 0.7.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
57
57
  post_install_message:
58
58
  rdoc_options: []