google-apis-cloudresourcemanager_v3 0.31.0 → 0.34.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: a8ead1e6d796cd21121c725b6253de668e41977c96db0783ef12af0e5b0fccb1
4
- data.tar.gz: 4454ef82452ef396ad8a046a28b9b73a4f11d1cd3d4bf19bbed660f6e41e6154
3
+ metadata.gz: 4693242bf20dab3cdf3756f972b9d63a9be30548b70b0b8d039d994445b99bd3
4
+ data.tar.gz: 6534ba4857f92b0deca8c8a6b85926189661b565842e2a0a9852995040a51dc4
5
5
  SHA512:
6
- metadata.gz: 2c493c04b92078ee8fabaa484253e3b843db2560458e62248ed6d9533e44d1adaaae5aadd76eb0358808ed6bc73f023e3b4e51b6494753a997c934988aa4fe29
7
- data.tar.gz: 408ea11cbf41e783da29e969fbd0f0e145eb9193bc0861c9b02a31653cfb69ec851e8d57954ebb54fa051719bf8de8b1c94b067fb2010ba22bbb6c06dfe85e2d
6
+ metadata.gz: bc782941d981e8f4c354196814a1de25d6c9d0ab8499e29086ba8668a9ab5579c2ef61bc7025db5f02876cbb94fa9ad1c470bf40e848482abcb9ba9d881b615c
7
+ data.tar.gz: 4c36f98a6d005a557a79b4db054340d9363b5e15205147ba2d3a7fa403559823bbfbd15eda41d66b78ef03a98e30fbfe81a4ccddecf42005c043604b1da11942
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.34.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220828
6
+
7
+ ### v0.33.0 (2022-08-11)
8
+
9
+ * Regenerated from discovery document revision 20220807
10
+
11
+ ### v0.32.0 (2022-08-04)
12
+
13
+ * Regenerated from discovery document revision 20220731
14
+
3
15
  ### v0.31.0 (2022-07-14)
4
16
 
5
17
  * Regenerated from discovery document revision 20220710
@@ -120,28 +120,33 @@ module Google
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
123
- # anyone who is authenticated with a Google account or a service account. * `
124
- # user:`emailid``: An email address that represents a specific Google account.
125
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
- # address that represents a service account. For example, `my-other-app@appspot.
127
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
- # `uniqueid``: An email address (plus unique identifier) representing a user
130
- # that has been recently deleted. For example, `alice@example.com?uid=
131
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
- # identifier) representing a service account that has been recently deleted. For
135
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
- # If the service account is undeleted, this value reverts to `serviceAccount:`
137
- # emailid`` and the undeleted service account retains the role in the binding. *
138
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
- # identifier) representing a Google group that has been recently deleted. For
140
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
- # recovered, this value reverts to `group:`emailid`` and the recovered group
142
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
- # primary) that represents all the users of that domain. For example, `google.
144
- # com` or `example.com`.
123
+ # anyone who is authenticated with a Google account or a service account. Does
124
+ # not include identities that come from external identity providers (IdPs)
125
+ # through identity federation. * `user:`emailid``: An email address that
126
+ # represents a specific Google account. For example, `alice@example.com` . * `
127
+ # serviceAccount:`emailid``: An email address that represents a Google service
128
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
129
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
130
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
131
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
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=
141
+ # 123456789012345678901`. If the service account is undeleted, this value
142
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
+ # An email address (plus unique identifier) representing a Google group that has
145
+ # been recently deleted. For example, `admins@example.com?uid=
146
+ # 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`.
145
150
  # Corresponds to the JSON property `members`
146
151
  # @return [Array<String>]
147
152
  attr_accessor :members
@@ -441,14 +446,16 @@ module Google
441
446
  attr_accessor :inherited
442
447
  alias_method :inherited?, :inherited
443
448
 
444
- # The namespaced_name of the TagKey, in the format of ``organization_id`/`
445
- # tag_key_short_name``
449
+ # The namespaced_name of the TagKey. Now only supported in the format of ``
450
+ # organization_id`/`tag_key_short_name``. Other formats will be supported when
451
+ # we add non-org parented tags.
446
452
  # Corresponds to the JSON property `namespacedTagKey`
447
453
  # @return [String]
448
454
  attr_accessor :namespaced_tag_key
449
455
 
450
- # Namespaced name of the TagValue. Must be in the format ``organization_id`/`
451
- # tag_key_short_name`/`tag_value_short_name``.
456
+ # Namespaced name of the TagValue. Now only supported in the format ``
457
+ # organization_id`/`tag_key_short_name`/`tag_value_short_name``. Other formats
458
+ # will be supported when we add non-org parented tags.
452
459
  # Corresponds to the JSON property `namespacedTagValue`
453
460
  # @return [String]
454
461
  attr_accessor :namespaced_tag_value
@@ -1833,8 +1840,9 @@ module Google
1833
1840
  # @return [String]
1834
1841
  attr_accessor :name
1835
1842
 
1836
- # Output only. Namespaced name of the TagValue. Must be in the format ``
1837
- # organization_id`/`tag_key_short_name`/`short_name``.
1843
+ # Output only. Namespaced name of the TagValue. Now only supported in the format
1844
+ # ``organization_id`/`tag_key_short_name`/`short_name``. Other formats will be
1845
+ # supported when we add non-org parented tags.
1838
1846
  # Corresponds to the JSON property `namespacedName`
1839
1847
  # @return [String]
1840
1848
  attr_accessor :namespaced_name
@@ -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.31.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220710"
25
+ REVISION = "20220828"
26
26
  end
27
27
  end
28
28
  end
@@ -1896,9 +1896,8 @@ module Google
1896
1896
  execute_or_queue_command(command, &block)
1897
1897
  end
1898
1898
 
1899
- # Retrieves TagValue. If the TagValue or namespaced name does not exist, or if
1900
- # the user does not have permission to view it, this method will return `
1901
- # PERMISSION_DENIED`.
1899
+ # Retrieves a TagValue. This method will return `PERMISSION_DENIED` if the value
1900
+ # does not exist or the user does not have permission to view it.
1902
1901
  # @param [String] name
1903
1902
  # Required. Resource name for TagValue to be fetched in the format `tagValues/
1904
1903
  # 456`.
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.31.0
4
+ version: 0.34.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-09-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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.34.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: []