google-apis-deploymentmanager_v2 0.41.0 → 0.42.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: a1fa294bfc492e66b6d7bc08cdd83390409ad9d44f4634f8b8dc48b99e917ecb
4
- data.tar.gz: d9e6350ce20cae6601e41acd03109430eed2467c11c54ea545736bbfaaed4d4e
3
+ metadata.gz: 482ad98b65cd7745e0ebefc65dd79028d073f08b8cf6a2485e39e76b50042f00
4
+ data.tar.gz: 18623f38a0730b9ce334fea36e15a34bb285849d738dcf8bb787c38169091f0e
5
5
  SHA512:
6
- metadata.gz: d64806c0709daff64b76a2052fb6bddaafc34b6864320ec512dd9e97630beb03bc6c9cb8da23768ee7d0cfc83792604cf000d9ecaf32b27c86cf7489c33ba02d
7
- data.tar.gz: b727c35140d3e2f7664d998fa8ef8dc7e1bd1b6ae948e866a7ed8cf11c316e94a45d9ea4b2d545531213054acb0d86b3da0c6cdfe897ca5aaab370bae9eeef18
6
+ metadata.gz: 9599acbab8bf38ab8c2170d4c22b92beccb542bc79b861b41160627834402f3b3670852881a6daee0eddc865fe3816f126c180cefaf68e4a71c5dc96128450bd
7
+ data.tar.gz: 2f456dd8570754c73078876a3ef64876cc192f23a35ae7c47c3dd01b32c279859dcf6f7232c126529227e43d37fb01196ce039f031a0ddc1194ae28684945f85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
+ ### v0.42.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260312
6
+
3
7
  ### v0.41.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251128
@@ -692,6 +692,52 @@ module Google
692
692
  end
693
693
  end
694
694
 
695
+ #
696
+ class GetVersionOperationMetadata
697
+ include Google::Apis::Core::Hashable
698
+
699
+ #
700
+ # Corresponds to the JSON property `inlineSbomInfo`
701
+ # @return [Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadataSbomInfo]
702
+ attr_accessor :inline_sbom_info
703
+
704
+ def initialize(**args)
705
+ update!(**args)
706
+ end
707
+
708
+ # Update properties of this object
709
+ def update!(**args)
710
+ @inline_sbom_info = args[:inline_sbom_info] if args.key?(:inline_sbom_info)
711
+ end
712
+ end
713
+
714
+ #
715
+ class GetVersionOperationMetadataSbomInfo
716
+ include Google::Apis::Core::Hashable
717
+
718
+ # SBOM versions currently applied to the resource. The key is the component name
719
+ # and the value is the version.
720
+ # Corresponds to the JSON property `currentComponentVersions`
721
+ # @return [Hash<String,String>]
722
+ attr_accessor :current_component_versions
723
+
724
+ # SBOM versions scheduled for the next maintenance. The key is the component
725
+ # name and the value is the version.
726
+ # Corresponds to the JSON property `targetComponentVersions`
727
+ # @return [Hash<String,String>]
728
+ attr_accessor :target_component_versions
729
+
730
+ def initialize(**args)
731
+ update!(**args)
732
+ end
733
+
734
+ # Update properties of this object
735
+ def update!(**args)
736
+ @current_component_versions = args[:current_component_versions] if args.key?(:current_component_versions)
737
+ @target_component_versions = args[:target_component_versions] if args.key?(:target_component_versions)
738
+ end
739
+ end
740
+
695
741
  #
696
742
  class GlobalSetPolicyRequest
697
743
  include Google::Apis::Core::Hashable
@@ -1032,6 +1078,11 @@ module Google
1032
1078
  # @return [Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata]
1033
1079
  attr_accessor :firewall_policy_rule_operation_metadata
1034
1080
 
1081
+ #
1082
+ # Corresponds to the JSON property `getVersionOperationMetadata`
1083
+ # @return [Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadata]
1084
+ attr_accessor :get_version_operation_metadata
1085
+
1035
1086
  # [Output Only] If the operation fails, this field contains the HTTP error
1036
1087
  # message that was returned, such as `NOT FOUND`.
1037
1088
  # Corresponds to the JSON property `httpErrorMessage`
@@ -1184,6 +1235,7 @@ module Google
1184
1235
  @end_time = args[:end_time] if args.key?(:end_time)
1185
1236
  @error = args[:error] if args.key?(:error)
1186
1237
  @firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
1238
+ @get_version_operation_metadata = args[:get_version_operation_metadata] if args.key?(:get_version_operation_metadata)
1187
1239
  @http_error_message = args[:http_error_message] if args.key?(:http_error_message)
1188
1240
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
1189
1241
  @id = args[:id] if args.key?(:id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2
18
18
  # Version of the google-apis-deploymentmanager_v2 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.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
@@ -118,6 +118,18 @@ module Google
118
118
  include Google::Apis::Core::JsonObjectSupport
119
119
  end
120
120
 
121
+ class GetVersionOperationMetadata
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GetVersionOperationMetadataSbomInfo
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
121
133
  class GlobalSetPolicyRequest
122
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
135
 
@@ -490,6 +502,22 @@ module Google
490
502
  end
491
503
  end
492
504
 
505
+ class GetVersionOperationMetadata
506
+ # @private
507
+ class Representation < Google::Apis::Core::JsonRepresentation
508
+ property :inline_sbom_info, as: 'inlineSbomInfo', class: Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadataSbomInfo, decorator: Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadataSbomInfo::Representation
509
+
510
+ end
511
+ end
512
+
513
+ class GetVersionOperationMetadataSbomInfo
514
+ # @private
515
+ class Representation < Google::Apis::Core::JsonRepresentation
516
+ hash :current_component_versions, as: 'currentComponentVersions'
517
+ hash :target_component_versions, as: 'targetComponentVersions'
518
+ end
519
+ end
520
+
493
521
  class GlobalSetPolicyRequest
494
522
  # @private
495
523
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -581,6 +609,8 @@ module Google
581
609
 
582
610
  property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata::Representation
583
611
 
612
+ property :get_version_operation_metadata, as: 'getVersionOperationMetadata', class: Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2::GetVersionOperationMetadata::Representation
613
+
584
614
  property :http_error_message, as: 'httpErrorMessage'
585
615
  property :http_error_status_code, as: 'httpErrorStatusCode'
586
616
  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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.42.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
62
62
  rdoc_options: []
63
63
  require_paths: