google-apis-deploymentmanager_v2beta 0.2.0 → 0.3.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: db2e49200c0f4d306fa4feb15cadb6ad451be02b4c632220a89c627a6322c960
|
|
4
|
+
data.tar.gz: 4be01343d422087ab94b2b5d30a22094433538db9236dc7ea104d77b50008d1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18103cdf4b0ee98ce744c704c2c44fa9523411c7addf4e82598c66ce2f3a7016ead94517a2d20561da5799ce06582332d1df5a27a010cd4ef24001689cab4c7c
|
|
7
|
+
data.tar.gz: 6f04936fa592af79237a54f43e718d2518d7dd5544d474cb182f03dddb556cc9d9e1bd51760017e4c3c126ba624aca364b41d47686d0a5740d4c5546e1278cba
|
data/CHANGELOG.md
CHANGED
|
@@ -1129,6 +1129,12 @@ module Google
|
|
|
1129
1129
|
# @return [String]
|
|
1130
1130
|
attr_accessor :name
|
|
1131
1131
|
|
|
1132
|
+
# [Output Only] An ID that represents a group of operations, such as when a
|
|
1133
|
+
# group of operations results from a `bulkInsert` API request.
|
|
1134
|
+
# Corresponds to the JSON property `operationGroupId`
|
|
1135
|
+
# @return [String]
|
|
1136
|
+
attr_accessor :operation_group_id
|
|
1137
|
+
|
|
1132
1138
|
# [Output Only] The type of operation, such as `insert`, `update`, or `delete`,
|
|
1133
1139
|
# and so on.
|
|
1134
1140
|
# Corresponds to the JSON property `operationType`
|
|
@@ -1220,6 +1226,7 @@ module Google
|
|
|
1220
1226
|
@insert_time = args[:insert_time] if args.key?(:insert_time)
|
|
1221
1227
|
@kind = args[:kind] if args.key?(:kind)
|
|
1222
1228
|
@name = args[:name] if args.key?(:name)
|
|
1229
|
+
@operation_group_id = args[:operation_group_id] if args.key?(:operation_group_id)
|
|
1223
1230
|
@operation_type = args[:operation_type] if args.key?(:operation_type)
|
|
1224
1231
|
@progress = args[:progress] if args.key?(:progress)
|
|
1225
1232
|
@region = args[:region] if args.key?(:region)
|
|
@@ -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.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -661,6 +661,7 @@ module Google
|
|
|
661
661
|
property :insert_time, as: 'insertTime'
|
|
662
662
|
property :kind, as: 'kind'
|
|
663
663
|
property :name, as: 'name'
|
|
664
|
+
property :operation_group_id, as: 'operationGroupId'
|
|
664
665
|
property :operation_type, as: 'operationType'
|
|
665
666
|
property :progress, as: 'progress'
|
|
666
667
|
property :region, as: 'region'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2beta/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_v2beta
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|