google-apis-deploymentmanager_v2beta 0.40.0 → 0.41.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: bef3fade5268614679bb17dab559713a3b994458e18986aa0e6db3d6755290a8
4
- data.tar.gz: 2f5432081aed0df742286e21e461f0d58c482513f92f5a9c2da7a72f6cfa5611
3
+ metadata.gz: 0c8623b832e486e352710f4d18018390aeaf01137a7f4914f30b692a48101caa
4
+ data.tar.gz: a35f429f06df5bdfbacc8f90a2188a3a28d5a1c18958fc6f2a77b9d4d0456323
5
5
  SHA512:
6
- metadata.gz: eb6f4ba8a4488b6f074027daa46bd1ca9cb9d2984cfc499e1a9965276cef1acf1c3de9e2ca9278e1277ccf1f4de8ee587e1847a2a23deebb9cfdfd0275b594b1
7
- data.tar.gz: 7a6e02fe3bbd256f8b78f61f300e1d65b85669b76b2947781ff352256fd314b20fea54cb8279ac50e16006a3f7d98d292daec8874eb852b0350ca95e4c03d5d7
6
+ metadata.gz: b413dc2f79423322a3e1fe1a6d1ae599aa38f900f12090313b7837b39a1e7ea689a6cf717fe6902f0b80c93fee54f5a30f584a827d694e2e385d303de952b5f5
7
+ data.tar.gz: 347e96ec1e274f3372e9e10646496817a03fbf0062240f0d18c55a5616b054e0e0d7f56f82b778634c0034fccfbf42f0b192c9974caf5517ad1e0067acd30c32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.41.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260312
6
+
3
7
  ### v0.40.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251128
@@ -1001,6 +1001,52 @@ module Google
1001
1001
  end
1002
1002
  end
1003
1003
 
1004
+ #
1005
+ class GetVersionOperationMetadata
1006
+ include Google::Apis::Core::Hashable
1007
+
1008
+ #
1009
+ # Corresponds to the JSON property `inlineSbomInfo`
1010
+ # @return [Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadataSbomInfo]
1011
+ attr_accessor :inline_sbom_info
1012
+
1013
+ def initialize(**args)
1014
+ update!(**args)
1015
+ end
1016
+
1017
+ # Update properties of this object
1018
+ def update!(**args)
1019
+ @inline_sbom_info = args[:inline_sbom_info] if args.key?(:inline_sbom_info)
1020
+ end
1021
+ end
1022
+
1023
+ #
1024
+ class GetVersionOperationMetadataSbomInfo
1025
+ include Google::Apis::Core::Hashable
1026
+
1027
+ # SBOM versions currently applied to the resource. The key is the component name
1028
+ # and the value is the version.
1029
+ # Corresponds to the JSON property `currentComponentVersions`
1030
+ # @return [Hash<String,String>]
1031
+ attr_accessor :current_component_versions
1032
+
1033
+ # SBOM versions scheduled for the next maintenance. The key is the component
1034
+ # name and the value is the version.
1035
+ # Corresponds to the JSON property `targetComponentVersions`
1036
+ # @return [Hash<String,String>]
1037
+ attr_accessor :target_component_versions
1038
+
1039
+ def initialize(**args)
1040
+ update!(**args)
1041
+ end
1042
+
1043
+ # Update properties of this object
1044
+ def update!(**args)
1045
+ @current_component_versions = args[:current_component_versions] if args.key?(:current_component_versions)
1046
+ @target_component_versions = args[:target_component_versions] if args.key?(:target_component_versions)
1047
+ end
1048
+ end
1049
+
1004
1050
  #
1005
1051
  class GlobalSetPolicyRequest
1006
1052
  include Google::Apis::Core::Hashable
@@ -1379,6 +1425,11 @@ module Google
1379
1425
  # @return [Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata]
1380
1426
  attr_accessor :firewall_policy_rule_operation_metadata
1381
1427
 
1428
+ #
1429
+ # Corresponds to the JSON property `getVersionOperationMetadata`
1430
+ # @return [Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadata]
1431
+ attr_accessor :get_version_operation_metadata
1432
+
1382
1433
  # [Output Only] If the operation fails, this field contains the HTTP error
1383
1434
  # message that was returned, such as `NOT FOUND`.
1384
1435
  # Corresponds to the JSON property `httpErrorMessage`
@@ -1531,6 +1582,7 @@ module Google
1531
1582
  @end_time = args[:end_time] if args.key?(:end_time)
1532
1583
  @error = args[:error] if args.key?(:error)
1533
1584
  @firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
1585
+ @get_version_operation_metadata = args[:get_version_operation_metadata] if args.key?(:get_version_operation_metadata)
1534
1586
  @http_error_message = args[:http_error_message] if args.key?(:http_error_message)
1535
1587
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
1536
1588
  @id = args[:id] if args.key?(:id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2beta
18
18
  # Version of the google-apis-deploymentmanager_v2beta gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.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 = "20251128"
25
+ REVISION = "20260312"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,18 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GetVersionOperationMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GetVersionOperationMetadataSbomInfo
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
175
187
  class GlobalSetPolicyRequest
176
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
189
 
@@ -715,6 +727,22 @@ module Google
715
727
  end
716
728
  end
717
729
 
730
+ class GetVersionOperationMetadata
731
+ # @private
732
+ class Representation < Google::Apis::Core::JsonRepresentation
733
+ property :inline_sbom_info, as: 'inlineSbomInfo', class: Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadataSbomInfo, decorator: Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadataSbomInfo::Representation
734
+
735
+ end
736
+ end
737
+
738
+ class GetVersionOperationMetadataSbomInfo
739
+ # @private
740
+ class Representation < Google::Apis::Core::JsonRepresentation
741
+ hash :current_component_versions, as: 'currentComponentVersions'
742
+ hash :target_component_versions, as: 'targetComponentVersions'
743
+ end
744
+ end
745
+
718
746
  class GlobalSetPolicyRequest
719
747
  # @private
720
748
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -816,6 +844,8 @@ module Google
816
844
 
817
845
  property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata::Representation
818
846
 
847
+ property :get_version_operation_metadata, as: 'getVersionOperationMetadata', class: Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2beta::GetVersionOperationMetadata::Representation
848
+
819
849
  property :http_error_message, as: 'httpErrorMessage'
820
850
  property :http_error_status_code, as: 'httpErrorStatusCode'
821
851
  property :id, :numeric_string => true, as: 'id'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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-deploymentmanager_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.41.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2beta
62
62
  rdoc_options: []
63
63
  require_paths: