google-apis-deploymentmanager_v2 0.38.0 → 0.40.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: b37e8aa8b8b84159f519d3ec0c9106d63af8e396b2b670af4f58b5fb99275a23
4
- data.tar.gz: bee96f47c41247cad36bc035bf885ed6fbefc0b11fc17ebda56677815e7f87e2
3
+ metadata.gz: f7637d97cf6f210021a16c43bc95f6f93660010e6ce66c2cdf57b1576c749963
4
+ data.tar.gz: 7b1fd533cf9e9146e005ebccc440a8de81c891bb4d5c6727392cb184f9410109
5
5
  SHA512:
6
- metadata.gz: c169588e65c4c05b30d6b675f1042947dd41faccf936370eb9f4f03c4ed6ace6f4189a0a7b8f8f7626c770c829762db2b70d7596d126c8978bbd3d180bdbef4a
7
- data.tar.gz: 6ea3aa3d9c3e2b32926cdc687a6c9451d7821cac8742058e95cea5ac9358734ea46c925c5f5d91d7baff9e2f2347dfc6a7fc8130f342d8e6857a516509fafa62
6
+ metadata.gz: 2529c32c9a432313b7effd576299da5574b1f4a88be2b8514d03150621cdb0845dc5ed4d4f434489874f474ed508f4a0a2afdb8ce3642f44f49819e11ecb7632
7
+ data.tar.gz: cc623ebb3a35c374d0e7987e75412a1091890996316278bed32a96e912598c23e87d7867ab081b05e3f3de548bd3739e3c537631f23391d3f0983fe946c97655
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
+ ### v0.40.0 (2025-11-30)
4
+
5
+ * Regenerated from discovery document revision 20251121
6
+
7
+ ### v0.39.0 (2025-09-07)
8
+
9
+ * Regenerated from discovery document revision 20250828
10
+
3
11
  ### v0.38.0 (2025-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20250822
@@ -672,6 +672,26 @@ module Google
672
672
  end
673
673
  end
674
674
 
675
+ #
676
+ class FirewallPolicyRuleOperationMetadata
677
+ include Google::Apis::Core::Hashable
678
+
679
+ # The priority allocated for the firewall policy rule if query parameters
680
+ # specified minPriority/maxPriority.
681
+ # Corresponds to the JSON property `allocatedPriority`
682
+ # @return [Fixnum]
683
+ attr_accessor :allocated_priority
684
+
685
+ def initialize(**args)
686
+ update!(**args)
687
+ end
688
+
689
+ # Update properties of this object
690
+ def update!(**args)
691
+ @allocated_priority = args[:allocated_priority] if args.key?(:allocated_priority)
692
+ end
693
+ end
694
+
675
695
  #
676
696
  class GlobalSetPolicyRequest
677
697
  include Google::Apis::Core::Hashable
@@ -720,7 +740,7 @@ module Google
720
740
  # @return [Google::Apis::DeploymentmanagerV2::Policy]
721
741
  attr_accessor :policy
722
742
 
723
- #
743
+ # Update mask for the policy.
724
744
  # Corresponds to the JSON property `updateMask`
725
745
  # @return [String]
726
746
  attr_accessor :update_mask
@@ -1007,6 +1027,11 @@ module Google
1007
1027
  # @return [Google::Apis::DeploymentmanagerV2::Operation::Error]
1008
1028
  attr_accessor :error
1009
1029
 
1030
+ #
1031
+ # Corresponds to the JSON property `firewallPolicyRuleOperationMetadata`
1032
+ # @return [Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata]
1033
+ attr_accessor :firewall_policy_rule_operation_metadata
1034
+
1010
1035
  # [Output Only] If the operation fails, this field contains the HTTP error
1011
1036
  # message that was returned, such as `NOT FOUND`.
1012
1037
  # Corresponds to the JSON property `httpErrorMessage`
@@ -1156,6 +1181,7 @@ module Google
1156
1181
  @description = args[:description] if args.key?(:description)
1157
1182
  @end_time = args[:end_time] if args.key?(:end_time)
1158
1183
  @error = args[:error] if args.key?(:error)
1184
+ @firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
1159
1185
  @http_error_message = args[:http_error_message] if args.key?(:http_error_message)
1160
1186
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
1161
1187
  @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.38.0"
19
+ GEM_VERSION = "0.40.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 = "20250822"
25
+ REVISION = "20251121"
26
26
  end
27
27
  end
28
28
  end
@@ -112,6 +112,12 @@ module Google
112
112
  include Google::Apis::Core::JsonObjectSupport
113
113
  end
114
114
 
115
+ class FirewallPolicyRuleOperationMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
115
121
  class GlobalSetPolicyRequest
116
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
123
 
@@ -477,6 +483,13 @@ module Google
477
483
  end
478
484
  end
479
485
 
486
+ class FirewallPolicyRuleOperationMetadata
487
+ # @private
488
+ class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :allocated_priority, as: 'allocatedPriority'
490
+ end
491
+ end
492
+
480
493
  class GlobalSetPolicyRequest
481
494
  # @private
482
495
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -566,6 +579,8 @@ module Google
566
579
  property :end_time, as: 'endTime'
567
580
  property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2::Operation::Error, decorator: Google::Apis::DeploymentmanagerV2::Operation::Error::Representation
568
581
 
582
+ property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2::FirewallPolicyRuleOperationMetadata::Representation
583
+
569
584
  property :http_error_message, as: 'httpErrorMessage'
570
585
  property :http_error_status_code, as: 'httpErrorStatusCode'
571
586
  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.38.0
4
+ version: 0.40.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.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.40.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: