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: f7637d97cf6f210021a16c43bc95f6f93660010e6ce66c2cdf57b1576c749963
4
- data.tar.gz: 7b1fd533cf9e9146e005ebccc440a8de81c891bb4d5c6727392cb184f9410109
3
+ metadata.gz: a1fa294bfc492e66b6d7bc08cdd83390409ad9d44f4634f8b8dc48b99e917ecb
4
+ data.tar.gz: d9e6350ce20cae6601e41acd03109430eed2467c11c54ea545736bbfaaed4d4e
5
5
  SHA512:
6
- metadata.gz: 2529c32c9a432313b7effd576299da5574b1f4a88be2b8514d03150621cdb0845dc5ed4d4f434489874f474ed508f4a0a2afdb8ce3642f44f49819e11ecb7632
7
- data.tar.gz: cc623ebb3a35c374d0e7987e75412a1091890996316278bed32a96e912598c23e87d7867ab081b05e3f3de548bd3739e3c537631f23391d3f0983fe946c97655
6
+ metadata.gz: d64806c0709daff64b76a2052fb6bddaafc34b6864320ec512dd9e97630beb03bc6c9cb8da23768ee7d0cfc83792604cf000d9ecaf32b27c86cf7489c33ba02d
7
+ data.tar.gz: b727c35140d3e2f7664d998fa8ef8dc7e1bd1b6ae948e866a7ed8cf11c316e94a45d9ea4b2d545531213054acb0d86b3da0c6cdfe897ca5aaab370bae9eeef18
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
+ ### v0.41.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251128
6
+
3
7
  ### v0.40.0 (2025-11-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20251121
@@ -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` for 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 as when a
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 resource id.
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.setCommonInstanceMetadata, this
1119
- # field will contain information on all underlying zonal actions and their state.
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 This is for
1234
- # internal use-only (like componentization) (thus the visibility "none") and in
1235
- # case of public exposure it is strongly recommended to follow pattern of: https:
1236
- # //aip.dev/193 and expose as details field.
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 This is for
1834
- # internal use-only (like componentization) (thus the visibility "none") and in
1835
- # case of public exposure it is strongly recommended to follow pattern of: https:
1836
- # //aip.dev/193 and expose as details field.
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.40.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 = "20251121"
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.40.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.40.0
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: