google-apis-cloudresourcemanager_v3 0.38.0 → 0.39.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: c3b48ac817fe05903062085b5333c9207c2741f75eed0954186dc7cb67040a54
4
- data.tar.gz: e923872e24bed30f7cb9ba3d3cdfb3f211cb26527fc0dafd00b1aa580deaa30f
3
+ metadata.gz: 1264fcf6e63bc54433bc30901d9cff857da966cd66a36c6860f8b955439edb11
4
+ data.tar.gz: afe899171929ecfad162d759118542817c5b4ccda862f34c93c2dc09bbae4e87
5
5
  SHA512:
6
- metadata.gz: 74d4ff5441571fd8629c3a173e836263f2f135d26c8a8bc85b0b072e08dc34530e471619b2959442c24908396794b948144e582a8722e75f429cbb063daede28
7
- data.tar.gz: bf21d69f33101716d958aa298e51088752b8515960f953835e9c60bff9701839d2fa7ce5634fe2cb35cc4d39b251a138cf8d80ca60aded32fe2a46a48ddb5b87
6
+ metadata.gz: 7ecd4ffe0998760a9a2391bf207411c4066f0db39fdb1301e9a1ab70a75d605da56d40e42259848cf209d0352e33b35dcd0482e98b93e7f00ec36004d966fa14
7
+ data.tar.gz: c4bda64a56ee5e020ae44e3a5707cde61e7f2be48096bc5be12765f6e0bcb3ce10d9cbff44776e0a1a1c33de5e46d048aa229635c42606e0c29a8fd380f4125c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.39.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20230103
6
+
3
7
  ### v0.38.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221016
@@ -1365,7 +1365,7 @@ module Google
1365
1365
  # 1 and 63 characters long and must conform to the following regular expression:
1366
1366
  # \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?. Label values must be between 0 and 63
1367
1367
  # characters long and must conform to the regular expression (\[a-z\](\[-a-z0-9\]
1368
- # *\[a-z0-9\])?)?. No more than 256 labels can be associated with a given
1368
+ # *\[a-z0-9\])?)?. No more than 64 labels can be associated with a given
1369
1369
  # resource. Clients should store labels in a representation such as JSON that
1370
1370
  # does not depend on specific characters being disallowed. Example: `"
1371
1371
  # myBusinessDimension" : "businessValue"`
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221016"
25
+ REVISION = "20230103"
26
26
  end
27
27
  end
28
28
  end
@@ -259,10 +259,12 @@ module Google
259
259
  # Optional. A pagination token returned from a previous call to `ListFolders`
260
260
  # that indicates where this listing should continue from.
261
261
  # @param [String] parent
262
- # Required. The resource name of the organization or folder whose folders are
263
- # being listed. Must be of the form `folders/`folder_id`` or `organizations/`
264
- # org_id``. Access to this method is controlled by checking the `resourcemanager.
265
- # folders.list` permission on the `parent`.
262
+ # Required. The name of the parent resource whose folders are being listed. Only
263
+ # children of this parent resource are listed; descendants are not listed. If
264
+ # the parent is a folder, use the value `folders/`folder_id``. If the parent is
265
+ # an organization, use the value `organizations/`org_id``. Access to this method
266
+ # is controlled by checking the `resourcemanager.folders.list` permission on the
267
+ # `parent`.
266
268
  # @param [Boolean] show_deleted
267
269
  # Optional. Controls whether folders in the DELETE_REQUESTED state should be
268
270
  # returned. Defaults to false.
@@ -1090,9 +1092,10 @@ module Google
1090
1092
  # Optional. A pagination token returned from a previous call to ListProjects
1091
1093
  # that indicates from where listing should continue.
1092
1094
  # @param [String] parent
1093
- # Required. The name of the parent resource to list projects under. For example,
1094
- # setting this field to 'folders/1234' would list all projects directly under
1095
- # that folder.
1095
+ # Required. The name of the parent resource whose projects are being listed.
1096
+ # Only children of this parent resource are listed; descendants are not listed.
1097
+ # If the parent is a folder, use the value `folders/`folder_id``. If the parent
1098
+ # is an organization, use the value `organizations/`org_id``.
1096
1099
  # @param [Boolean] show_deleted
1097
1100
  # Optional. Indicate that projects in the `DELETE_REQUESTED` state should also
1098
1101
  # be returned. Normally only `ACTIVE` projects are returned.
@@ -1972,8 +1975,7 @@ module Google
1972
1975
  # Optional. A pagination token returned from a previous call to `ListTagValues`
1973
1976
  # that indicates where this listing should continue from.
1974
1977
  # @param [String] parent
1975
- # Required. Resource name for TagKey, parent of the TagValues to be listed, in
1976
- # the format `tagKeys/123`.
1978
+ # Required.
1977
1979
  # @param [String] fields
1978
1980
  # Selector specifying which fields to include in a partial response.
1979
1981
  # @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.38.0
4
+ version: 0.39.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.39.0
62
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: []