google-apis-deploymentmanager_v2beta 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: 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
|
@@ -1409,8 +1409,8 @@ module Google
|
|
|
1409
1409
|
# @return [Google::Apis::DeploymentmanagerV2beta::InstancesBulkInsertOperationMetadata]
|
|
1410
1410
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1411
1411
|
|
|
1412
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1413
|
-
# resources.
|
|
1412
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1413
|
+
# for Operation resources.
|
|
1414
1414
|
# Corresponds to the JSON property `kind`
|
|
1415
1415
|
# @return [String]
|
|
1416
1416
|
attr_accessor :kind
|
|
@@ -1420,8 +1420,8 @@ module Google
|
|
|
1420
1420
|
# @return [String]
|
|
1421
1421
|
attr_accessor :name
|
|
1422
1422
|
|
|
1423
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1424
|
-
# 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.
|
|
1425
1425
|
# Corresponds to the JSON property `operationGroupId`
|
|
1426
1426
|
# @return [String]
|
|
1427
1427
|
attr_accessor :operation_group_id
|
|
@@ -1451,7 +1451,8 @@ module Google
|
|
|
1451
1451
|
# @return [String]
|
|
1452
1452
|
attr_accessor :self_link
|
|
1453
1453
|
|
|
1454
|
-
# [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.
|
|
1455
1456
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1456
1457
|
# @return [String]
|
|
1457
1458
|
attr_accessor :self_link_with_id
|
|
@@ -1462,8 +1463,9 @@ module Google
|
|
|
1462
1463
|
# @return [Google::Apis::DeploymentmanagerV2beta::SetAutoscalerLinkOperationMetadata]
|
|
1463
1464
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1464
1465
|
|
|
1465
|
-
# [Output Only] If the operation is for projects.
|
|
1466
|
-
# 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.
|
|
1467
1469
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1468
1470
|
# @return [Google::Apis::DeploymentmanagerV2beta::SetCommonInstanceMetadataOperationMetadata]
|
|
1469
1471
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1577,10 +1579,10 @@ module Google
|
|
|
1577
1579
|
class Error
|
|
1578
1580
|
include Google::Apis::Core::Hashable
|
|
1579
1581
|
|
|
1580
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1581
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1582
|
-
# case of public exposure it is strongly recommended to follow
|
|
1583
|
-
#
|
|
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.
|
|
1584
1586
|
# Corresponds to the JSON property `arguments`
|
|
1585
1587
|
# @return [Array<String>]
|
|
1586
1588
|
attr_accessor :arguments
|
|
@@ -2265,10 +2267,10 @@ module Google
|
|
|
2265
2267
|
class Error
|
|
2266
2268
|
include Google::Apis::Core::Hashable
|
|
2267
2269
|
|
|
2268
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
2269
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
2270
|
-
# case of public exposure it is strongly recommended to follow
|
|
2271
|
-
#
|
|
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.
|
|
2272
2274
|
# Corresponds to the JSON property `arguments`
|
|
2273
2275
|
# @return [Array<String>]
|
|
2274
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
|
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:
|