google-apis-deploymentmanager_v2 0.40.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: f7637d97cf6f210021a16c43bc95f6f93660010e6ce66c2cdf57b1576c749963
4
- data.tar.gz: 7b1fd533cf9e9146e005ebccc440a8de81c891bb4d5c6727392cb184f9410109
3
+ metadata.gz: 482ad98b65cd7745e0ebefc65dd79028d073f08b8cf6a2485e39e76b50042f00
4
+ data.tar.gz: 18623f38a0730b9ce334fea36e15a34bb285849d738dcf8bb787c38169091f0e
5
5
  SHA512:
6
- metadata.gz: 2529c32c9a432313b7effd576299da5574b1f4a88be2b8514d03150621cdb0845dc5ed4d4f434489874f474ed508f4a0a2afdb8ce3642f44f49819e11ecb7632
7
- data.tar.gz: cc623ebb3a35c374d0e7987e75412a1091890996316278bed32a96e912598c23e87d7867ab081b05e3f3de548bd3739e3c537631f23391d3f0983fe946c97655
6
+ metadata.gz: 9599acbab8bf38ab8c2170d4c22b92beccb542bc79b861b41160627834402f3b3670852881a6daee0eddc865fe3816f126c180cefaf68e4a71c5dc96128450bd
7
+ data.tar.gz: 2f456dd8570754c73078876a3ef64876cc192f23a35ae7c47c3dd01b32c279859dcf6f7232c126529227e43d37fb01196ce039f031a0ddc1194ae28684945f85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.41.0 (2025-12-07)
8
+
9
+ * Regenerated from discovery document revision 20251128
10
+
3
11
  ### v0.40.0 (2025-11-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20251121
@@ -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`
@@ -1062,8 +1113,8 @@ module Google
1062
1113
  # @return [Google::Apis::DeploymentmanagerV2::InstancesBulkInsertOperationMetadata]
1063
1114
  attr_accessor :instances_bulk_insert_operation_metadata
1064
1115
 
1065
- # [Output Only] Type of the resource. Always `compute#operation` for Operation
1066
- # resources.
1116
+ # Output only. [Output Only] Type of the resource. Always `compute#operation`
1117
+ # for Operation resources.
1067
1118
  # Corresponds to the JSON property `kind`
1068
1119
  # @return [String]
1069
1120
  attr_accessor :kind
@@ -1073,8 +1124,8 @@ module Google
1073
1124
  # @return [String]
1074
1125
  attr_accessor :name
1075
1126
 
1076
- # [Output Only] An ID that represents a group of operations, such as when a
1077
- # group of operations results from a `bulkInsert` API request.
1127
+ # Output only. [Output Only] An ID that represents a group of operations, such
1128
+ # as when a group of operations results from a `bulkInsert` API request.
1078
1129
  # Corresponds to the JSON property `operationGroupId`
1079
1130
  # @return [String]
1080
1131
  attr_accessor :operation_group_id
@@ -1104,7 +1155,8 @@ module Google
1104
1155
  # @return [String]
1105
1156
  attr_accessor :self_link
1106
1157
 
1107
- # [Output Only] Server-defined URL for this resource with the resource id.
1158
+ # Output only. [Output Only] Server-defined URL for this resource with the
1159
+ # resource id.
1108
1160
  # Corresponds to the JSON property `selfLinkWithId`
1109
1161
  # @return [String]
1110
1162
  attr_accessor :self_link_with_id
@@ -1115,8 +1167,9 @@ module Google
1115
1167
  # @return [Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata]
1116
1168
  attr_accessor :set_autoscaler_link_operation_metadata
1117
1169
 
1118
- # [Output Only] If the operation is for projects.setCommonInstanceMetadata, this
1119
- # field will contain information on all underlying zonal actions and their state.
1170
+ # Output only. [Output Only] If the operation is for projects.
1171
+ # setCommonInstanceMetadata, this field will contain information on all
1172
+ # underlying zonal actions and their state.
1120
1173
  # Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
1121
1174
  # @return [Google::Apis::DeploymentmanagerV2::SetCommonInstanceMetadataOperationMetadata]
1122
1175
  attr_accessor :set_common_instance_metadata_operation_metadata
@@ -1182,6 +1235,7 @@ module Google
1182
1235
  @end_time = args[:end_time] if args.key?(:end_time)
1183
1236
  @error = args[:error] if args.key?(:error)
1184
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)
1185
1239
  @http_error_message = args[:http_error_message] if args.key?(:http_error_message)
1186
1240
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
1187
1241
  @id = args[:id] if args.key?(:id)
@@ -1230,10 +1284,10 @@ module Google
1230
1284
  class Error
1231
1285
  include Google::Apis::Core::Hashable
1232
1286
 
1233
- # [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for
1234
- # internal use-only (like componentization) (thus the visibility "none") and in
1235
- # case of public exposure it is strongly recommended to follow pattern of: https:
1236
- # //aip.dev/193 and expose as details field.
1287
+ # Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
1288
+ # This is for internal use-only (like componentization) (thus the visibility "
1289
+ # none") and in case of public exposure it is strongly recommended to follow
1290
+ # pattern of: https://aip.dev/193 and expose as details field.
1237
1291
  # Corresponds to the JSON property `arguments`
1238
1292
  # @return [Array<String>]
1239
1293
  attr_accessor :arguments
@@ -1830,10 +1884,10 @@ module Google
1830
1884
  class Error
1831
1885
  include Google::Apis::Core::Hashable
1832
1886
 
1833
- # [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for
1834
- # internal use-only (like componentization) (thus the visibility "none") and in
1835
- # case of public exposure it is strongly recommended to follow pattern of: https:
1836
- # //aip.dev/193 and expose as details field.
1887
+ # Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
1888
+ # This is for internal use-only (like componentization) (thus the visibility "
1889
+ # none") and in case of public exposure it is strongly recommended to follow
1890
+ # pattern of: https://aip.dev/193 and expose as details field.
1837
1891
  # Corresponds to the JSON property `arguments`
1838
1892
  # @return [Array<String>]
1839
1893
  attr_accessor :arguments
@@ -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.40.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 = "20251121"
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.40.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.40.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: