google-apis-deploymentmanager_v2beta 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bef3fade5268614679bb17dab559713a3b994458e18986aa0e6db3d6755290a8
|
|
4
|
+
data.tar.gz: 2f5432081aed0df742286e21e461f0d58c482513f92f5a9c2da7a72f6cfa5611
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb6f4ba8a4488b6f074027daa46bd1ca9cb9d2984cfc499e1a9965276cef1acf1c3de9e2ca9278e1277ccf1f4de8ee587e1847a2a23deebb9cfdfd0275b594b1
|
|
7
|
+
data.tar.gz: 7a6e02fe3bbd256f8b78f61f300e1d65b85669b76b2947781ff352256fd314b20fea54cb8279ac50e16006a3f7d98d292daec8874eb852b0350ca95e4c03d5d7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-deploymentmanager_v2beta
|
|
2
2
|
|
|
3
|
+
### v0.40.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251128
|
|
6
|
+
|
|
7
|
+
### v0.39.0 (2025-11-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251121
|
|
10
|
+
|
|
3
11
|
### v0.38.0 (2025-09-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250828
|
|
@@ -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
|
|
@@ -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`
|
|
@@ -1384,8 +1409,8 @@ module Google
|
|
|
1384
1409
|
# @return [Google::Apis::DeploymentmanagerV2beta::InstancesBulkInsertOperationMetadata]
|
|
1385
1410
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1386
1411
|
|
|
1387
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1388
|
-
# resources.
|
|
1412
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1413
|
+
# for Operation resources.
|
|
1389
1414
|
# Corresponds to the JSON property `kind`
|
|
1390
1415
|
# @return [String]
|
|
1391
1416
|
attr_accessor :kind
|
|
@@ -1395,8 +1420,8 @@ module Google
|
|
|
1395
1420
|
# @return [String]
|
|
1396
1421
|
attr_accessor :name
|
|
1397
1422
|
|
|
1398
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1399
|
-
# group of operations results from a `bulkInsert` API request.
|
|
1423
|
+
# Output only. [Output Only] An ID that represents a group of operations, such
|
|
1424
|
+
# as when a group of operations results from a `bulkInsert` API request.
|
|
1400
1425
|
# Corresponds to the JSON property `operationGroupId`
|
|
1401
1426
|
# @return [String]
|
|
1402
1427
|
attr_accessor :operation_group_id
|
|
@@ -1426,7 +1451,8 @@ module Google
|
|
|
1426
1451
|
# @return [String]
|
|
1427
1452
|
attr_accessor :self_link
|
|
1428
1453
|
|
|
1429
|
-
# [Output Only] Server-defined URL for this resource with the
|
|
1454
|
+
# Output only. [Output Only] Server-defined URL for this resource with the
|
|
1455
|
+
# resource id.
|
|
1430
1456
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1431
1457
|
# @return [String]
|
|
1432
1458
|
attr_accessor :self_link_with_id
|
|
@@ -1437,8 +1463,9 @@ module Google
|
|
|
1437
1463
|
# @return [Google::Apis::DeploymentmanagerV2beta::SetAutoscalerLinkOperationMetadata]
|
|
1438
1464
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1439
1465
|
|
|
1440
|
-
# [Output Only] If the operation is for projects.
|
|
1441
|
-
# field will contain information on all
|
|
1466
|
+
# Output only. [Output Only] If the operation is for projects.
|
|
1467
|
+
# setCommonInstanceMetadata, this field will contain information on all
|
|
1468
|
+
# underlying zonal actions and their state.
|
|
1442
1469
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1443
1470
|
# @return [Google::Apis::DeploymentmanagerV2beta::SetCommonInstanceMetadataOperationMetadata]
|
|
1444
1471
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1503,6 +1530,7 @@ module Google
|
|
|
1503
1530
|
@description = args[:description] if args.key?(:description)
|
|
1504
1531
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1505
1532
|
@error = args[:error] if args.key?(:error)
|
|
1533
|
+
@firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
|
|
1506
1534
|
@http_error_message = args[:http_error_message] if args.key?(:http_error_message)
|
|
1507
1535
|
@http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
|
|
1508
1536
|
@id = args[:id] if args.key?(:id)
|
|
@@ -1551,10 +1579,10 @@ module Google
|
|
|
1551
1579
|
class Error
|
|
1552
1580
|
include Google::Apis::Core::Hashable
|
|
1553
1581
|
|
|
1554
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1555
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1556
|
-
# case of public exposure it is strongly recommended to follow
|
|
1557
|
-
#
|
|
1582
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1583
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
1584
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
1585
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
1558
1586
|
# Corresponds to the JSON property `arguments`
|
|
1559
1587
|
# @return [Array<String>]
|
|
1560
1588
|
attr_accessor :arguments
|
|
@@ -2239,10 +2267,10 @@ module Google
|
|
|
2239
2267
|
class Error
|
|
2240
2268
|
include Google::Apis::Core::Hashable
|
|
2241
2269
|
|
|
2242
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2243
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
2244
|
-
# case of public exposure it is strongly recommended to follow
|
|
2245
|
-
#
|
|
2270
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2271
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
2272
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
2273
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
2246
2274
|
# Corresponds to the JSON property `arguments`
|
|
2247
2275
|
# @return [Array<String>]
|
|
2248
2276
|
attr_accessor :arguments
|
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20251128"
|
|
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.
|
|
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_v2beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.40.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:
|