Skip to content

Commit 60610b0

Browse files
feat: Automated regeneration of deploymentmanager alpha client (googleapis#25079)
Auto-created at 2025-11-30 10:08:50 +0000 using the toys pull request generator.
1 parent e79f3b2 commit 60610b0

File tree

5 files changed

+50
-2
lines changed

5 files changed

+50
-2
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166605,6 +166605,8 @@
166605166605
"/deploymentmanager:alpha/Expr/expression": expression
166606166606
"/deploymentmanager:alpha/Expr/location": location
166607166607
"/deploymentmanager:alpha/Expr/title": title
166608+
"/deploymentmanager:alpha/FirewallPolicyRuleOperationMetadata": firewall_policy_rule_operation_metadata
166609+
"/deploymentmanager:alpha/FirewallPolicyRuleOperationMetadata/allocatedPriority": allocated_priority
166608166610
"/deploymentmanager:alpha/GlobalSetPolicyRequest": global_set_policy_request
166609166611
"/deploymentmanager:alpha/GlobalSetPolicyRequest/bindings": bindings
166610166612
"/deploymentmanager:alpha/GlobalSetPolicyRequest/bindings/binding": binding
@@ -166691,6 +166693,7 @@
166691166693
"/deploymentmanager:alpha/Operation/error/errors/error/errorDetails/error_detail/quotaInfo": quota_info
166692166694
"/deploymentmanager:alpha/Operation/error/errors/error/location": location
166693166695
"/deploymentmanager:alpha/Operation/error/errors/error/message": message
166696+
"/deploymentmanager:alpha/Operation/firewallPolicyRuleOperationMetadata": firewall_policy_rule_operation_metadata
166694166697
"/deploymentmanager:alpha/Operation/httpErrorMessage": http_error_message
166695166698
"/deploymentmanager:alpha/Operation/httpErrorStatusCode": http_error_status_code
166696166699
"/deploymentmanager:alpha/Operation/id": id

generated/google-apis-deploymentmanager_alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-deploymentmanager_alpha
22

3+
### v0.39.0 (2025-11-30)
4+
5+
* Regenerated from discovery document revision 20251121
6+
37
### v0.38.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250828

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/classes.rb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,26 @@ def update!(**args)
10331033
end
10341034
end
10351035

1036+
#
1037+
class FirewallPolicyRuleOperationMetadata
1038+
include Google::Apis::Core::Hashable
1039+
1040+
# The priority allocated for the firewall policy rule if query parameters
1041+
# specified minPriority/maxPriority.
1042+
# Corresponds to the JSON property `allocatedPriority`
1043+
# @return [Fixnum]
1044+
attr_accessor :allocated_priority
1045+
1046+
def initialize(**args)
1047+
update!(**args)
1048+
end
1049+
1050+
# Update properties of this object
1051+
def update!(**args)
1052+
@allocated_priority = args[:allocated_priority] if args.key?(:allocated_priority)
1053+
end
1054+
end
1055+
10361056
#
10371057
class GlobalSetPolicyRequest
10381058
include Google::Apis::Core::Hashable
@@ -1451,6 +1471,11 @@ class Operation
14511471
# @return [Google::Apis::DeploymentmanagerAlpha::Operation::Error]
14521472
attr_accessor :error
14531473

1474+
#
1475+
# Corresponds to the JSON property `firewallPolicyRuleOperationMetadata`
1476+
# @return [Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata]
1477+
attr_accessor :firewall_policy_rule_operation_metadata
1478+
14541479
# [Output Only] If the operation fails, this field contains the HTTP error
14551480
# message that was returned, such as `NOT FOUND`.
14561481
# Corresponds to the JSON property `httpErrorMessage`
@@ -1600,6 +1625,7 @@ def update!(**args)
16001625
@description = args[:description] if args.key?(:description)
16011626
@end_time = args[:end_time] if args.key?(:end_time)
16021627
@error = args[:error] if args.key?(:error)
1628+
@firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
16031629
@http_error_message = args[:http_error_message] if args.key?(:http_error_message)
16041630
@http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
16051631
@id = args[:id] if args.key?(:id)

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DeploymentmanagerAlpha
1818
# Version of the google-apis-deploymentmanager_alpha gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250828"
25+
REVISION = "20251121"
2626
end
2727
end
2828
end

generated/google-apis-deploymentmanager_alpha/lib/google/apis/deploymentmanager_alpha/representations.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
172172
include Google::Apis::Core::JsonObjectSupport
173173
end
174174

175+
class FirewallPolicyRuleOperationMetadata
176+
class Representation < Google::Apis::Core::JsonRepresentation; end
177+
178+
include Google::Apis::Core::JsonObjectSupport
179+
end
180+
175181
class GlobalSetPolicyRequest
176182
class Representation < Google::Apis::Core::JsonRepresentation; end
177183

@@ -730,6 +736,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
730736
end
731737
end
732738

739+
class FirewallPolicyRuleOperationMetadata
740+
# @private
741+
class Representation < Google::Apis::Core::JsonRepresentation
742+
property :allocated_priority, as: 'allocatedPriority'
743+
end
744+
end
745+
733746
class GlobalSetPolicyRequest
734747
# @private
735748
class Representation < Google::Apis::Core::JsonRepresentation
@@ -840,6 +853,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
840853
property :end_time, as: 'endTime'
841854
property :error, as: 'error', class: Google::Apis::DeploymentmanagerAlpha::Operation::Error, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Representation
842855

856+
property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata::Representation
857+
843858
property :http_error_message, as: 'httpErrorMessage'
844859
property :http_error_status_code, as: 'httpErrorStatusCode'
845860
property :id, :numeric_string => true, as: 'id'

0 commit comments

Comments
 (0)