google-apis-cloudresourcemanager_v3 0.58.0 → 0.59.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: 1a2edf9c64ac064777a89adba28a713d668730bb3ee9b0dd68c22c4702db8e9d
4
+ data.tar.gz: 2f955f40f14bb027900c368e027402e0bea5ad2219f9686451879c4e35472243
5
5
  SHA512:
6
- metadata.gz: 9be4ffb622f4e04610158e04aaf353fbd9e898b4c27e6d97b3a72c0557807664a09d238c7f7e7620a45f56f9defbd42418da3867107f166ff0016ec408794b29
7
- data.tar.gz: d4906ed9d5513921ec9e6d7fd5d33df647c6cc03b6d5c6935927224b7c144e9c6546aa2ba04c394db914784385161e818ac660baa9a5d72207d5dcb3c595d912
6
+ metadata.gz: 00af7399b4ce12c624998c86dbf144dcb474d2aa7321abd40b0597a6661332728eb2b69b4be1ca0e4b7254c7dc498e41083e8ad55f50a1eb1e259dfc7a2971f0
7
+ data.tar.gz: f85ede551967709338e7abecd2cb46d7e7edca983553e9daf439c156accfd20de63401babdae593b6e61dc2688460195fb51ace6c113889cf06df9ef31e6dcc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.59.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250606
6
+
3
7
  ### v0.58.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250522
@@ -1459,6 +1459,14 @@ module Google
1459
1459
  class Project
1460
1460
  include Google::Apis::Core::Hashable
1461
1461
 
1462
+ # Output only. If this project is a Management Project, list of capabilities
1463
+ # configured on the parent folder. Note, presence of any capability implies that
1464
+ # this is a Management Project. Example: `folders/123/capabilities/app-
1465
+ # management`. OUTPUT ONLY.
1466
+ # Corresponds to the JSON property `configuredCapabilities`
1467
+ # @return [Array<String>]
1468
+ attr_accessor :configured_capabilities
1469
+
1462
1470
  # Output only. Creation time.
1463
1471
  # Corresponds to the JSON property `createTime`
1464
1472
  # @return [String]
@@ -1539,6 +1547,7 @@ module Google
1539
1547
 
1540
1548
  # Update properties of this object
1541
1549
  def update!(**args)
1550
+ @configured_capabilities = args[:configured_capabilities] if args.key?(:configured_capabilities)
1542
1551
  @create_time = args[:create_time] if args.key?(:create_time)
1543
1552
  @delete_time = args[:delete_time] if args.key?(:delete_time)
1544
1553
  @display_name = args[:display_name] if args.key?(:display_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.58.0"
19
+ GEM_VERSION = "0.59.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 = "20250606"
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'
@@ -845,8 +845,7 @@ module Google
845
845
  execute_or_queue_command(command, &block)
846
846
  end
847
847
 
848
- # Updates tag bindings directly attached to a GCP resource. Update_mask can be
849
- # kept empty or "*".
848
+ # Updates tag bindings directly attached to a GCP resource.
850
849
  # @param [String] name
851
850
  # Identifier. The name of the TagBindingCollection, following the convention: `
852
851
  # locations/`location`/tagBindingCollections/`encoded-full-resource-name`` where
@@ -854,8 +853,6 @@ module Google
854
853
  # the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%
855
854
  # 2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
856
855
  # @param [Google::Apis::CloudresourcemanagerV3::TagBindingCollection] tag_binding_collection_object
857
- # @param [String] update_mask
858
- # Optional. An update mask to selectively update fields.
859
856
  # @param [String] fields
860
857
  # Selector specifying which fields to include in a partial response.
861
858
  # @param [String] quota_user
@@ -873,14 +870,13 @@ module Google
873
870
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
874
871
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
875
872
  # @raise [Google::Apis::AuthorizationError] Authorization is required
876
- def patch_location_tag_binding_collection(name, tag_binding_collection_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
877
- command = make_simple_command(:patch, 'v3/{+name}', options)
873
+ def update_location_tag_binding_collection(name, tag_binding_collection_object = nil, fields: nil, quota_user: nil, options: nil, &block)
874
+ command = make_simple_command(:put, 'v3/{+name}', options)
878
875
  command.request_representation = Google::Apis::CloudresourcemanagerV3::TagBindingCollection::Representation
879
876
  command.request_object = tag_binding_collection_object
880
877
  command.response_representation = Google::Apis::CloudresourcemanagerV3::Operation::Representation
881
878
  command.response_class = Google::Apis::CloudresourcemanagerV3::Operation
882
879
  command.params['name'] = name unless name.nil?
883
- command.query['updateMask'] = update_mask unless update_mask.nil?
884
880
  command.query['fields'] = fields unless fields.nil?
885
881
  command.query['quotaUser'] = quota_user unless quota_user.nil?
886
882
  execute_or_queue_command(command, &block)
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.59.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.59.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: