google-apis-deploymentmanager_alpha 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: bb41049bcc0ab8f8a1d25b782134d1f07a9bdcf6124aaaffac2610fed2f43088
|
|
4
|
+
data.tar.gz: 47cedb80c49263a317ee71fd915a51ec4e7ce6c2cf24e09a70f019edf6979d29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a88d080e3fd0588043e4675bf01d9cfbcf09f7815b2d9795ef3fc0626fb30f4cc47c863b82d9ea5330de6deabffc63503a24660c0dd8146f21340fb3a70d776
|
|
7
|
+
data.tar.gz: ba4bd0175044281cfa9e54d4c1d83866d0f0dd1e1a8cf1db87cafc0dabd42b5546a4f228fa0b00c5bd675b42707dd71ac65fb41d1ff5750261c8c348f2bd75a6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-deploymentmanager_alpha
|
|
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
|
|
@@ -1033,6 +1033,26 @@ module Google
|
|
|
1033
1033
|
end
|
|
1034
1034
|
end
|
|
1035
1035
|
|
|
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
|
+
|
|
1036
1056
|
#
|
|
1037
1057
|
class GlobalSetPolicyRequest
|
|
1038
1058
|
include Google::Apis::Core::Hashable
|
|
@@ -1451,6 +1471,11 @@ module Google
|
|
|
1451
1471
|
# @return [Google::Apis::DeploymentmanagerAlpha::Operation::Error]
|
|
1452
1472
|
attr_accessor :error
|
|
1453
1473
|
|
|
1474
|
+
#
|
|
1475
|
+
# Corresponds to the JSON property `firewallPolicyRuleOperationMetadata`
|
|
1476
|
+
# @return [Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata]
|
|
1477
|
+
attr_accessor :firewall_policy_rule_operation_metadata
|
|
1478
|
+
|
|
1454
1479
|
# [Output Only] If the operation fails, this field contains the HTTP error
|
|
1455
1480
|
# message that was returned, such as `NOT FOUND`.
|
|
1456
1481
|
# Corresponds to the JSON property `httpErrorMessage`
|
|
@@ -1481,8 +1506,8 @@ module Google
|
|
|
1481
1506
|
# @return [Google::Apis::DeploymentmanagerAlpha::InstancesBulkInsertOperationMetadata]
|
|
1482
1507
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1483
1508
|
|
|
1484
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1485
|
-
# resources.
|
|
1509
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1510
|
+
# for Operation resources.
|
|
1486
1511
|
# Corresponds to the JSON property `kind`
|
|
1487
1512
|
# @return [String]
|
|
1488
1513
|
attr_accessor :kind
|
|
@@ -1492,8 +1517,8 @@ module Google
|
|
|
1492
1517
|
# @return [String]
|
|
1493
1518
|
attr_accessor :name
|
|
1494
1519
|
|
|
1495
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1496
|
-
# group of operations results from a `bulkInsert` API request.
|
|
1520
|
+
# Output only. [Output Only] An ID that represents a group of operations, such
|
|
1521
|
+
# as when a group of operations results from a `bulkInsert` API request.
|
|
1497
1522
|
# Corresponds to the JSON property `operationGroupId`
|
|
1498
1523
|
# @return [String]
|
|
1499
1524
|
attr_accessor :operation_group_id
|
|
@@ -1523,7 +1548,8 @@ module Google
|
|
|
1523
1548
|
# @return [String]
|
|
1524
1549
|
attr_accessor :self_link
|
|
1525
1550
|
|
|
1526
|
-
# [Output Only] Server-defined URL for this resource with the
|
|
1551
|
+
# Output only. [Output Only] Server-defined URL for this resource with the
|
|
1552
|
+
# resource id.
|
|
1527
1553
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1528
1554
|
# @return [String]
|
|
1529
1555
|
attr_accessor :self_link_with_id
|
|
@@ -1534,8 +1560,9 @@ module Google
|
|
|
1534
1560
|
# @return [Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata]
|
|
1535
1561
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1536
1562
|
|
|
1537
|
-
# [Output Only] If the operation is for projects.
|
|
1538
|
-
# field will contain information on all
|
|
1563
|
+
# Output only. [Output Only] If the operation is for projects.
|
|
1564
|
+
# setCommonInstanceMetadata, this field will contain information on all
|
|
1565
|
+
# underlying zonal actions and their state.
|
|
1539
1566
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1540
1567
|
# @return [Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata]
|
|
1541
1568
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1600,6 +1627,7 @@ module Google
|
|
|
1600
1627
|
@description = args[:description] if args.key?(:description)
|
|
1601
1628
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1602
1629
|
@error = args[:error] if args.key?(:error)
|
|
1630
|
+
@firewall_policy_rule_operation_metadata = args[:firewall_policy_rule_operation_metadata] if args.key?(:firewall_policy_rule_operation_metadata)
|
|
1603
1631
|
@http_error_message = args[:http_error_message] if args.key?(:http_error_message)
|
|
1604
1632
|
@http_error_status_code = args[:http_error_status_code] if args.key?(:http_error_status_code)
|
|
1605
1633
|
@id = args[:id] if args.key?(:id)
|
|
@@ -1648,10 +1676,10 @@ module Google
|
|
|
1648
1676
|
class Error
|
|
1649
1677
|
include Google::Apis::Core::Hashable
|
|
1650
1678
|
|
|
1651
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1652
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1653
|
-
# case of public exposure it is strongly recommended to follow
|
|
1654
|
-
#
|
|
1679
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1680
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
1681
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
1682
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
1655
1683
|
# Corresponds to the JSON property `arguments`
|
|
1656
1684
|
# @return [Array<String>]
|
|
1657
1685
|
attr_accessor :arguments
|
|
@@ -2360,10 +2388,10 @@ module Google
|
|
|
2360
2388
|
class Error
|
|
2361
2389
|
include Google::Apis::Core::Hashable
|
|
2362
2390
|
|
|
2363
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2364
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
2365
|
-
# case of public exposure it is strongly recommended to follow
|
|
2366
|
-
#
|
|
2391
|
+
# Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2392
|
+
# This is for internal use-only (like componentization) (thus the visibility "
|
|
2393
|
+
# none") and in case of public exposure it is strongly recommended to follow
|
|
2394
|
+
# pattern of: https://aip.dev/193 and expose as details field.
|
|
2367
2395
|
# Corresponds to the JSON property `arguments`
|
|
2368
2396
|
# @return [Array<String>]
|
|
2369
2397
|
attr_accessor :arguments
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeploymentmanagerAlpha
|
|
18
18
|
# Version of the google-apis-deploymentmanager_alpha 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
|
|
@@ -172,6 +172,12 @@ module Google
|
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
173
173
|
end
|
|
174
174
|
|
|
175
|
+
class FirewallPolicyRuleOperationMetadata
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
175
181
|
class GlobalSetPolicyRequest
|
|
176
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
183
|
|
|
@@ -730,6 +736,13 @@ module Google
|
|
|
730
736
|
end
|
|
731
737
|
end
|
|
732
738
|
|
|
739
|
+
class FirewallPolicyRuleOperationMetadata
|
|
740
|
+
# @private
|
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
742
|
+
property :allocated_priority, as: 'allocatedPriority'
|
|
743
|
+
end
|
|
744
|
+
end
|
|
745
|
+
|
|
733
746
|
class GlobalSetPolicyRequest
|
|
734
747
|
# @private
|
|
735
748
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -840,6 +853,8 @@ module Google
|
|
|
840
853
|
property :end_time, as: 'endTime'
|
|
841
854
|
property :error, as: 'error', class: Google::Apis::DeploymentmanagerAlpha::Operation::Error, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Representation
|
|
842
855
|
|
|
856
|
+
property :firewall_policy_rule_operation_metadata, as: 'firewallPolicyRuleOperationMetadata', class: Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata, decorator: Google::Apis::DeploymentmanagerAlpha::FirewallPolicyRuleOperationMetadata::Representation
|
|
857
|
+
|
|
843
858
|
property :http_error_message, as: 'httpErrorMessage'
|
|
844
859
|
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
845
860
|
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_alpha
|
|
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_alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.40.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|