google-apis-deploymentmanager_v2 0.39.0 → 0.41.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1fa294bfc492e66b6d7bc08cdd83390409ad9d44f4634f8b8dc48b99e917ecb
|
|
4
|
+
data.tar.gz: d9e6350ce20cae6601e41acd03109430eed2467c11c54ea545736bbfaaed4d4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d64806c0709daff64b76a2052fb6bddaafc34b6864320ec512dd9e97630beb03bc6c9cb8da23768ee7d0cfc83792604cf000d9ecaf32b27c86cf7489c33ba02d
|
|
7
|
+
data.tar.gz: b727c35140d3e2f7664d998fa8ef8dc7e1bd1b6ae948e866a7ed8cf11c316e94a45d9ea4b2d545531213054acb0d86b3da0c6cdfe897ca5aaab370bae9eeef18
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-deploymentmanager_v2
|
|
2
2
|
|
|
3
|
+
### v0.41.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251128
|
|
6
|
+
|
|
7
|
+
### v0.40.0 (2025-11-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251121
|
|
10
|
+
|
|
3
11
|
### v0.39.0 (2025-09-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250828
|
|
@@ -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
|
|
@@ -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`
|
|
@@ -1037,8 +1062,8 @@ module Google
|
|
|
1037
1062
|
# @return [Google::Apis::DeploymentmanagerV2::InstancesBulkInsertOperationMetadata]
|
|
1038
1063
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1039
1064
|
|
|
1040
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1041
|
-
# resources.
|
|
1065
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1066
|
+
# for Operation resources.
|
|
1042
1067
|
# Corresponds to the JSON property `kind`
|
|
1043
1068
|
# @return [String]
|
|
1044
1069
|
attr_accessor :kind
|
|
@@ -1048,8 +1073,8 @@ module Google
|
|
|
1048
1073
|
# @return [String]
|
|
1049
1074
|
attr_accessor :name
|
|
1050
1075
|
|
|
1051
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1052
|
-
# group of operations results from a `bulkInsert` API request.
|
|
1076
|
+
# Output only. [Output Only] An ID that represents a group of operations, such
|
|
1077
|
+
# as when a group of operations results from a `bulkInsert` API request.
|
|
1053
1078
|
# Corresponds to the JSON property `operationGroupId`
|
|
1054
1079
|
# @return [String]
|
|
1055
1080
|
attr_accessor :operation_group_id
|
|
@@ -1079,7 +1104,8 @@ module Google
|
|
|
1079
1104
|
# @return [String]
|
|
1080
1105
|
attr_accessor :self_link
|
|
1081
1106
|
|
|
1082
|
-
# [Output Only] Server-defined URL for this resource with the
|
|
1107
|
+
# Output only. [Output Only] Server-defined URL for this resource with the
|
|
1108
|
+
# resource id.
|
|
1083
1109
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1084
1110
|
# @return [String]
|
|
1085
1111
|
attr_accessor :self_link_with_id
|
|
@@ -1090,8 +1116,9 @@ module Google
|
|
|
1090
1116
|
# @return [Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata]
|
|
1091
1117
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1092
1118
|
|
|
1093
|
-
# [Output Only] If the operation is for projects.
|
|
1094
|
-
# field will contain information on all
|
|
1119
|
+
# Output only. [Output Only] If the operation is for projects.
|
|
1120
|
+
# setCommonInstanceMetadata, this field will contain information on all
|
|
1121
|
+
# underlying zonal actions and their state.
|
|
1095
1122
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1096
1123
|
# @return [Google::Apis::DeploymentmanagerV2::SetCommonInstanceMetadataOperationMetadata]
|
|
1097
1124
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1156,6 +1183,7 @@ module Google
|
|
|
1156
1183
|
@description = args[:description] if args.key?(:description)
|
|
1157
1184
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1158
1185
|
@error = args[:error] if args.key?(:error)
|
|
1186
|
+
@firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
|
|
1159
1187
|
@http_error_message = args[:http_error_message] if args.key?(:http_error_message)
|
|
1160
1188
|
@http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
|
|
1161
1189
|
@id = args[:id] if args.key?(:id)
|
|
@@ -1204,10 +1232,10 @@ module Google
|
|
|
1204
1232
|
class Error
|
|
1205
1233
|
include Google::Apis::Core::Hashable
|
|
1206
1234
|
|
|
1207
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1208
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1209
|
-
# case of public exposure it is strongly recommended to follow
|
|
1210
|
-
#
|
|
1235
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1236
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
1237
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
1238
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
1211
1239
|
# Corresponds to the JSON property `arguments`
|
|
1212
1240
|
# @return [Array<String>]
|
|
1213
1241
|
attr_accessor :arguments
|
|
@@ -1804,10 +1832,10 @@ module Google
|
|
|
1804
1832
|
class Error
|
|
1805
1833
|
include Google::Apis::Core::Hashable
|
|
1806
1834
|
|
|
1807
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1808
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1809
|
-
# case of public exposure it is strongly recommended to follow
|
|
1810
|
-
#
|
|
1835
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1836
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
1837
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
1838
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
1811
1839
|
# Corresponds to the JSON property `arguments`
|
|
1812
1840
|
# @return [Array<String>]
|
|
1813
1841
|
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.
|
|
19
|
+
GEM_VERSION = "0.41.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 = "
|
|
25
|
+
REVISION = "20251128"
|
|
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.
|
|
4
|
+
version: 0.41.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.41.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:
|