google-apis-deploymentmanager_alpha 0.39.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
|
@@ -1506,8 +1506,8 @@ module Google
|
|
|
1506
1506
|
# @return [Google::Apis::DeploymentmanagerAlpha::InstancesBulkInsertOperationMetadata]
|
|
1507
1507
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1508
1508
|
|
|
1509
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1510
|
-
# resources.
|
|
1509
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1510
|
+
# for Operation resources.
|
|
1511
1511
|
# Corresponds to the JSON property `kind`
|
|
1512
1512
|
# @return [String]
|
|
1513
1513
|
attr_accessor :kind
|
|
@@ -1517,8 +1517,8 @@ module Google
|
|
|
1517
1517
|
# @return [String]
|
|
1518
1518
|
attr_accessor :name
|
|
1519
1519
|
|
|
1520
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1521
|
-
# 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.
|
|
1522
1522
|
# Corresponds to the JSON property `operationGroupId`
|
|
1523
1523
|
# @return [String]
|
|
1524
1524
|
attr_accessor :operation_group_id
|
|
@@ -1548,7 +1548,8 @@ module Google
|
|
|
1548
1548
|
# @return [String]
|
|
1549
1549
|
attr_accessor :self_link
|
|
1550
1550
|
|
|
1551
|
-
# [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.
|
|
1552
1553
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1553
1554
|
# @return [String]
|
|
1554
1555
|
attr_accessor :self_link_with_id
|
|
@@ -1559,8 +1560,9 @@ module Google
|
|
|
1559
1560
|
# @return [Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata]
|
|
1560
1561
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1561
1562
|
|
|
1562
|
-
# [Output Only] If the operation is for projects.
|
|
1563
|
-
# 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.
|
|
1564
1566
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1565
1567
|
# @return [Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata]
|
|
1566
1568
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1674,10 +1676,10 @@ module Google
|
|
|
1674
1676
|
class Error
|
|
1675
1677
|
include Google::Apis::Core::Hashable
|
|
1676
1678
|
|
|
1677
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1678
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1679
|
-
# case of public exposure it is strongly recommended to follow
|
|
1680
|
-
#
|
|
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.
|
|
1681
1683
|
# Corresponds to the JSON property `arguments`
|
|
1682
1684
|
# @return [Array<String>]
|
|
1683
1685
|
attr_accessor :arguments
|
|
@@ -2386,10 +2388,10 @@ module Google
|
|
|
2386
2388
|
class Error
|
|
2387
2389
|
include Google::Apis::Core::Hashable
|
|
2388
2390
|
|
|
2389
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2390
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
2391
|
-
# case of public exposure it is strongly recommended to follow
|
|
2392
|
-
#
|
|
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.
|
|
2393
2395
|
# Corresponds to the JSON property `arguments`
|
|
2394
2396
|
# @return [Array<String>]
|
|
2395
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
|
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:
|