google-apis-cloudresourcemanager_v3 0.38.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3b48ac817fe05903062085b5333c9207c2741f75eed0954186dc7cb67040a54
4
- data.tar.gz: e923872e24bed30f7cb9ba3d3cdfb3f211cb26527fc0dafd00b1aa580deaa30f
3
+ metadata.gz: 6b5afeb178820f33c5f5dd49619ef52c79aba8062974a28d58a1172e7d4aeb91
4
+ data.tar.gz: 87db408291bf23dd96e4905b4a4ce9dadfd3603c99360eb0a063ec6c08fd080a
5
5
  SHA512:
6
- metadata.gz: 74d4ff5441571fd8629c3a173e836263f2f135d26c8a8bc85b0b072e08dc34530e471619b2959442c24908396794b948144e582a8722e75f429cbb063daede28
7
- data.tar.gz: bf21d69f33101716d958aa298e51088752b8515960f953835e9c60bff9701839d2fa7ce5634fe2cb35cc4d39b251a138cf8d80ca60aded32fe2a46a48ddb5b87
6
+ metadata.gz: c5f86a1d0c738e19c70c5f4ae9cfd66e37386156abcc797c16be8e34429a686ddf3fb05998e7e33a3fccd4e4f40a516672643904353abbf608c836b6102e568b
7
+ data.tar.gz: '078f86385530b650a659f0eedb9cf1488d17253987f1a00b6bc8da0fa4f0f41a543d5727f3a02971199a296d26e2359a7ed70facd215bdb4bf40ba48f41760bc'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.40.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230129
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.39.0 (2023-01-04)
9
+
10
+ * Regenerated from discovery document revision 20230103
11
+
3
12
  ### v0.38.0 (2022-10-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20221016
@@ -131,22 +131,22 @@ module Google
131
131
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
132
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
133
  # email address that represents a Google group. For example, `admins@example.com`
134
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
- # identifier) representing a user that has been recently deleted. For example, `
136
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
- # value reverts to `user:`emailid`` and the recovered user retains the role in
138
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
- # address (plus unique identifier) representing a service account that has been
140
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
134
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137
+ # representing a user that has been recently deleted. For example, `alice@
138
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
139
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
140
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141
+ # (plus unique identifier) representing a service account that has been recently
142
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
143
  # 123456789012345678901`. If the service account is undeleted, this value
142
144
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
145
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
146
  # An email address (plus unique identifier) representing a Google group that has
145
147
  # been recently deleted. For example, `admins@example.com?uid=
146
148
  # 123456789012345678901`. If the group is recovered, this value reverts to `
147
- # group:`emailid`` and the recovered group retains the role in the binding. * `
148
- # domain:`domain``: The G Suite domain (primary) that represents all the users
149
- # of that domain. For example, `google.com` or `example.com`.
149
+ # group:`emailid`` and the recovered group retains the role in the binding.
150
150
  # Corresponds to the JSON property `members`
151
151
  # @return [Array<String>]
152
152
  attr_accessor :members
@@ -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.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221016"
25
+ REVISION = "20230129"
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.40.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-02-05 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.40.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: []
@@ -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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V3