google-apis-deploymentmanager_v2 0.40.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
|
@@ -1062,8 +1062,8 @@ module Google
|
|
|
1062
1062
|
# @return [Google::Apis::DeploymentmanagerV2::InstancesBulkInsertOperationMetadata]
|
|
1063
1063
|
attr_accessor :instances_bulk_insert_operation_metadata
|
|
1064
1064
|
|
|
1065
|
-
# [Output Only] Type of the resource. Always `compute#operation`
|
|
1066
|
-
# resources.
|
|
1065
|
+
# Output only. [Output Only] Type of the resource. Always `compute#operation`
|
|
1066
|
+
# for Operation resources.
|
|
1067
1067
|
# Corresponds to the JSON property `kind`
|
|
1068
1068
|
# @return [String]
|
|
1069
1069
|
attr_accessor :kind
|
|
@@ -1073,8 +1073,8 @@ module Google
|
|
|
1073
1073
|
# @return [String]
|
|
1074
1074
|
attr_accessor :name
|
|
1075
1075
|
|
|
1076
|
-
# [Output Only] An ID that represents a group of operations, such
|
|
1077
|
-
# 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.
|
|
1078
1078
|
# Corresponds to the JSON property `operationGroupId`
|
|
1079
1079
|
# @return [String]
|
|
1080
1080
|
attr_accessor :operation_group_id
|
|
@@ -1104,7 +1104,8 @@ module Google
|
|
|
1104
1104
|
# @return [String]
|
|
1105
1105
|
attr_accessor :self_link
|
|
1106
1106
|
|
|
1107
|
-
# [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.
|
|
1108
1109
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
1109
1110
|
# @return [String]
|
|
1110
1111
|
attr_accessor :self_link_with_id
|
|
@@ -1115,8 +1116,9 @@ module Google
|
|
|
1115
1116
|
# @return [Google::Apis::DeploymentmanagerV2::SetAutoscalerLinkOperationMetadata]
|
|
1116
1117
|
attr_accessor :set_autoscaler_link_operation_metadata
|
|
1117
1118
|
|
|
1118
|
-
# [Output Only] If the operation is for projects.
|
|
1119
|
-
# 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.
|
|
1120
1122
|
# Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
|
|
1121
1123
|
# @return [Google::Apis::DeploymentmanagerV2::SetCommonInstanceMetadataOperationMetadata]
|
|
1122
1124
|
attr_accessor :set_common_instance_metadata_operation_metadata
|
|
@@ -1230,10 +1232,10 @@ module Google
|
|
|
1230
1232
|
class Error
|
|
1231
1233
|
include Google::Apis::Core::Hashable
|
|
1232
1234
|
|
|
1233
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1234
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1235
|
-
# case of public exposure it is strongly recommended to follow
|
|
1236
|
-
#
|
|
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.
|
|
1237
1239
|
# Corresponds to the JSON property `arguments`
|
|
1238
1240
|
# @return [Array<String>]
|
|
1239
1241
|
attr_accessor :arguments
|
|
@@ -1830,10 +1832,10 @@ module Google
|
|
|
1830
1832
|
class Error
|
|
1831
1833
|
include Google::Apis::Core::Hashable
|
|
1832
1834
|
|
|
1833
|
-
# [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE
|
|
1834
|
-
# internal use-only (like componentization) (thus the visibility "
|
|
1835
|
-
# case of public exposure it is strongly recommended to follow
|
|
1836
|
-
#
|
|
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.
|
|
1837
1839
|
# Corresponds to the JSON property `arguments`
|
|
1838
1840
|
# @return [Array<String>]
|
|
1839
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
|
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:
|