google-apis-deploymentmanager_alpha 0.1.0 → 0.2.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: 3c87c8993c80a29db06e1264103f534ccb187cd445640df71dba593cadfdaf56
|
|
4
|
+
data.tar.gz: f67526747c9f8b3cc081ed19f6d41df601808760db1cb49ce582365ccba5a4e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99e30bf1c10574c5ebd72988aedc64353e3fb4339f9f0623d999e1833788b75fdc7b71140a7732732821b11bc66f0bce62e0a638f54baab674bc7c434bbc8c78
|
|
7
|
+
data.tar.gz: f5c9efd1795ea512f30e47c81157a83bf738ef59d1c72ae19faa4704496d74e3cfc8d9c1a2ce0a1e4c21f8da4c0970f34c3d07e030a90b6df33dbb055ad2d803
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-deploymentmanager_alpha
|
|
2
2
|
|
|
3
|
+
### v0.2.0 (2021-01-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210114
|
|
6
|
+
* Regenerated using generator version 0.1.2
|
|
7
|
+
|
|
3
8
|
### v0.1.0 (2021-01-07)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.1.1
|
|
@@ -1038,6 +1038,16 @@ module Google
|
|
|
1038
1038
|
# @return [String]
|
|
1039
1039
|
attr_accessor :layout
|
|
1040
1040
|
|
|
1041
|
+
# Output only. The computed size of the fully expanded manifest.
|
|
1042
|
+
# Corresponds to the JSON property `manifestSizeBytes`
|
|
1043
|
+
# @return [Fixnum]
|
|
1044
|
+
attr_accessor :manifest_size_bytes
|
|
1045
|
+
|
|
1046
|
+
# Output only. The size limit for expanded manifests in the project.
|
|
1047
|
+
# Corresponds to the JSON property `manifestSizeLimitBytes`
|
|
1048
|
+
# @return [Fixnum]
|
|
1049
|
+
attr_accessor :manifest_size_limit_bytes
|
|
1050
|
+
|
|
1041
1051
|
# Output only. The name of the manifest.
|
|
1042
1052
|
# Corresponds to the JSON property `name`
|
|
1043
1053
|
# @return [String]
|
|
@@ -1060,6 +1070,8 @@ module Google
|
|
|
1060
1070
|
@imports = args[:imports] if args.key?(:imports)
|
|
1061
1071
|
@insert_time = args[:insert_time] if args.key?(:insert_time)
|
|
1062
1072
|
@layout = args[:layout] if args.key?(:layout)
|
|
1073
|
+
@manifest_size_bytes = args[:manifest_size_bytes] if args.key?(:manifest_size_bytes)
|
|
1074
|
+
@manifest_size_limit_bytes = args[:manifest_size_limit_bytes] if args.key?(:manifest_size_limit_bytes)
|
|
1063
1075
|
@name = args[:name] if args.key?(:name)
|
|
1064
1076
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
1065
1077
|
end
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.1.
|
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -658,6 +658,8 @@ module Google
|
|
|
658
658
|
|
|
659
659
|
property :insert_time, as: 'insertTime'
|
|
660
660
|
property :layout, as: 'layout'
|
|
661
|
+
property :manifest_size_bytes, :numeric_string => true, as: 'manifestSizeBytes'
|
|
662
|
+
property :manifest_size_limit_bytes, :numeric_string => true, as: 'manifestSizeLimitBytes'
|
|
661
663
|
property :name, as: 'name'
|
|
662
664
|
property :self_link, as: 'selfLink'
|
|
663
665
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.2.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-
|
|
11
|
+
date: 2021-02-08 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_alpha/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_alpha/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-deploymentmanager_alpha
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Cloud Deployment Manager V2 API Alpha
|