google-apis-cloudresourcemanager_v3 0.58.0 → 0.60.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: 22df75577dfa288c435062c6afe878ac7c4402cdedf93c8932222836f237ace9
4
- data.tar.gz: e4dd3691e2ee80b616aaeae81114c3fab76d5cc0b8219be262d256aefd92b90a
3
+ metadata.gz: 3e2a96783e242964877b4451511930b7149ca89934b69d37c2ac0d29e2510ae0
4
+ data.tar.gz: 254e0a9031f5c106b96c8084849fe8e4acf9cf37b1d502239cac9b7e60b7701c
5
5
  SHA512:
6
- metadata.gz: 9be4ffb622f4e04610158e04aaf353fbd9e898b4c27e6d97b3a72c0557807664a09d238c7f7e7620a45f56f9defbd42418da3867107f166ff0016ec408794b29
7
- data.tar.gz: d4906ed9d5513921ec9e6d7fd5d33df647c6cc03b6d5c6935927224b7c144e9c6546aa2ba04c394db914784385161e818ac660baa9a5d72207d5dcb3c595d912
6
+ metadata.gz: 31d99884394f023d4f7fc2ef08dd99207fb10e24b577749a55a009c0836ab173a60e2918775186549d5de149aeb863ee7d1805f621cb93f0fcf3c7f1a52e44b4
7
+ data.tar.gz: abc661c35882aad11c4a40f3484e08ff4d44fbf16001e786018c0fe3910c1fbf90d5944c1ec6aa3305b6e6ecf977c1b4e93c754e963eb549462e74759873cea3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.60.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251103
6
+
7
+ ### v0.59.0 (2025-06-15)
8
+
9
+ * Regenerated from discovery document revision 20250606
10
+
3
11
  ### v0.58.0 (2025-06-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20250522
@@ -1120,8 +1120,7 @@ module Google
1120
1120
  include Google::Apis::Core::Hashable
1121
1121
 
1122
1122
  # A pagination token returned from a previous call to `ListTagValues` that
1123
- # indicates from where listing should continue. This is currently not used, but
1124
- # the server may at any point start supplying a valid token.
1123
+ # indicates from where listing should continue.
1125
1124
  # Corresponds to the JSON property `nextPageToken`
1126
1125
  # @return [String]
1127
1126
  attr_accessor :next_page_token
@@ -1459,6 +1458,14 @@ module Google
1459
1458
  class Project
1460
1459
  include Google::Apis::Core::Hashable
1461
1460
 
1461
+ # Output only. If this project is a Management Project, list of capabilities
1462
+ # configured on the parent folder. Note, presence of any capability implies that
1463
+ # this is a Management Project. Example: `folders/123/capabilities/app-
1464
+ # management`. OUTPUT ONLY.
1465
+ # Corresponds to the JSON property `configuredCapabilities`
1466
+ # @return [Array<String>]
1467
+ attr_accessor :configured_capabilities
1468
+
1462
1469
  # Output only. Creation time.
1463
1470
  # Corresponds to the JSON property `createTime`
1464
1471
  # @return [String]
@@ -1539,6 +1546,7 @@ module Google
1539
1546
 
1540
1547
  # Update properties of this object
1541
1548
  def update!(**args)
1549
+ @configured_capabilities = args[:configured_capabilities] if args.key?(:configured_capabilities)
1542
1550
  @create_time = args[:create_time] if args.key?(:create_time)
1543
1551
  @delete_time = args[:delete_time] if args.key?(:delete_time)
1544
1552
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -1915,6 +1923,12 @@ module Google
1915
1923
  class TagKey
1916
1924
  include Google::Apis::Core::Hashable
1917
1925
 
1926
+ # Optional. Regular expression constraint for freeform tag values. If present,
1927
+ # it implicitly allows freeform values (constrained by the regex).
1928
+ # Corresponds to the JSON property `allowedValuesRegex`
1929
+ # @return [String]
1930
+ attr_accessor :allowed_values_regex
1931
+
1918
1932
  # Output only. Creation time.
1919
1933
  # Corresponds to the JSON property `createTime`
1920
1934
  # @return [String]
@@ -1988,6 +2002,7 @@ module Google
1988
2002
 
1989
2003
  # Update properties of this object
1990
2004
  def update!(**args)
2005
+ @allowed_values_regex = args[:allowed_values_regex] if args.key?(:allowed_values_regex)
1991
2006
  @create_time = args[:create_time] if args.key?(:create_time)
1992
2007
  @description = args[:description] if args.key?(:description)
1993
2008
  @etag = args[:etag] if args.key?(:etag)
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250522"
25
+ REVISION = "20251103"
26
26
  end
27
27
  end
28
28
  end
@@ -778,6 +778,7 @@ module Google
778
778
  class Project
779
779
  # @private
780
780
  class Representation < Google::Apis::Core::JsonRepresentation
781
+ collection :configured_capabilities, as: 'configuredCapabilities'
781
782
  property :create_time, as: 'createTime'
782
783
  property :delete_time, as: 'deleteTime'
783
784
  property :display_name, as: 'displayName'
@@ -880,6 +881,7 @@ module Google
880
881
  class TagKey
881
882
  # @private
882
883
  class Representation < Google::Apis::Core::JsonRepresentation
884
+ property :allowed_values_regex, as: 'allowedValuesRegex'
883
885
  property :create_time, as: 'createTime'
884
886
  property :description, as: 'description'
885
887
  property :etag, as: 'etag'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.60.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
62
62
  rdoc_options: []
63
63
  require_paths: