google-apis-deploymentmanager_v2beta 0.37.0 → 0.39.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: f42f0b4fbeb3735e8029c2d39f48c5af091f87bdf829d25085ecba888670f104
4
- data.tar.gz: 49138c5e7ad443a4c9d3158674bef6ac54d8311b590290cbcfd1e657854868b9
3
+ metadata.gz: 07271b5780fa27bb01cded376d904e102a84e20a41d20cd0761ebf605a9a1ea9
4
+ data.tar.gz: e12115020185543e4b2e6438c80c976257c531f3d063222e13019ee7081d2bf4
5
5
  SHA512:
6
- metadata.gz: 44079681d160dd505d047459da2f30d21521f1eed5efe7ed591af268ad465651cc1f0fa97a62957f838bad974bc67999473259eec84025a50f9aa1ae9e8405f7
7
- data.tar.gz: e7153556e8c3ce9768d620161a1b97bc710a5e1e66797d7d2752d6ec370e2c28648da9df2aa803295628db5eb340454701c8b51cbd6746187c6aad7268ddc9e2
6
+ metadata.gz: db2c5e28d9d82c475e66e2b5bb17367dd6f0f0834b8fdd4736c95106557b507828098a15d4a0be254966d9c0f51be0c2890d498290b4835d655a8519060a3152
7
+ data.tar.gz: 7af18074d65861fcbef7f87317f68448504c448d43461217a9b1b0a6b916ba56f393694baa72a937ebbedb71fcd3de7f57ecb7b0ef6d2e7e6d158f5bc716eb4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-deploymentmanager_v2beta
2
2
 
3
+ ### v0.39.0 (2025-11-30)
4
+
5
+ * Regenerated from discovery document revision 20251121
6
+
7
+ ### v0.38.0 (2025-09-07)
8
+
9
+ * Regenerated from discovery document revision 20250828
10
+
3
11
  ### v0.37.0 (2025-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20250822
@@ -981,6 +981,26 @@ module Google
981
981
  end
982
982
  end
983
983
 
984
+ #
985
+ class FirewallPolicyRuleOperationMetadata
986
+ include Google::Apis::Core::Hashable
987
+
988
+ # The priority allocated for the firewall policy rule if query parameters
989
+ # specified minPriority/maxPriority.
990
+ # Corresponds to the JSON property `allocatedPriority`
991
+ # @return [Fixnum]
992
+ attr_accessor :allocated_priority
993
+
994
+ def initialize(**args)
995
+ update!(**args)
996
+ end
997
+
998
+ # Update properties of this object
999
+ def update!(**args)
1000
+ @allocated_priority = args[:allocated_priority] if args.key?(:allocated_priority)
1001
+ end
1002
+ end
1003
+
984
1004
  #
985
1005
  class GlobalSetPolicyRequest
986
1006
  include Google::Apis::Core::Hashable
@@ -1029,7 +1049,7 @@ module Google
1029
1049
  # @return [Google::Apis::DeploymentmanagerV2beta::Policy]
1030
1050
  attr_accessor :policy
1031
1051
 
1032
- #
1052
+ # Update mask for the policy.
1033
1053
  # Corresponds to the JSON property `updateMask`
1034
1054
  # @return [String]
1035
1055
  attr_accessor :update_mask
@@ -1354,6 +1374,11 @@ module Google
1354
1374
  # @return [Google::Apis::DeploymentmanagerV2beta::Operation::Error]
1355
1375
  attr_accessor :error
1356
1376
 
1377
+ #
1378
+ # Corresponds to the JSON property `firewallPolicyRuleOperationMetadata`
1379
+ # @return [Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata]
1380
+ attr_accessor :firewall_policy_rule_operation_metadata
1381
+
1357
1382
  # [Output Only] If the operation fails, this field contains the HTTP error
1358
1383
  # message that was returned, such as `NOT FOUND`.
1359
1384
  # Corresponds to the JSON property `httpErrorMessage`
@@ -1503,6 +1528,7 @@ module Google
1503
1528
  @description = args[:description] if args.key?(:description)
1504
1529
  @end_time = args[:end_time] if args.key?(:end_time)
1505
1530
  @error = args[:error] if args.key?(:error)
1531
+ @firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
1506
1532
  @http_error_message = args[:http_error_message] if args.key?(:http_error_message)
1507
1533
  @http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
1508
1534
  @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.37.0"
19
+ GEM_VERSION = "0.39.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
@@ -166,6 +166,12 @@ module Google
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
+ class FirewallPolicyRuleOperationMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
169
175
  class GlobalSetPolicyRequest
170
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
177
 
@@ -702,6 +708,13 @@ module Google
702
708
  end
703
709
  end
704
710
 
711
+ class FirewallPolicyRuleOperationMetadata
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :allocated_priority, as: 'allocatedPriority'
715
+ end
716
+ end
717
+
705
718
  class GlobalSetPolicyRequest
706
719
  # @private
707
720
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -801,6 +814,8 @@ module Google
801
814
  property :end_time, as: 'endTime'
802
815
  property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2beta::Operation::Error, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Error::Representation
803
816
 
817
+ property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerV2beta::FirewallPolicyRuleOperationMetadata::Representation
818
+
804
819
  property :http_error_message, as: 'httpErrorMessage'
805
820
  property :http_error_status_code, as: 'httpErrorStatusCode'
806
821
  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.37.0
4
+ version: 0.39.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.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.39.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: