google-apis-migrationcenter_v1 0.6.0 → 0.7.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: 39e18bf519ab287c5521b4d1cd630a3b904fbfdf25fa49dd38e2c5b9000e1125
|
|
4
|
+
data.tar.gz: 2786568d531e69b65dd950c61d5d16049d4e3b07f08e034b734672ca399337c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 499966c7ee0efeec3716c1a59bb20af3ba25922fd6a4cdfa4ecbac46896c8aa511e6d7c7976fd622220e186f743775fbf452623c2487c1ccf58ef43c906bda03
|
|
7
|
+
data.tar.gz: 43ae672d378590702dbcafabce045d8b19b39522c3459b385c4cec552bc834d2245d007641372f8309b1464cc7b1105c81e6ddc0e00f90c2512843730eca1284
|
data/CHANGELOG.md
CHANGED
|
@@ -1678,6 +1678,11 @@ module Google
|
|
|
1678
1678
|
# @return [String]
|
|
1679
1679
|
attr_accessor :install_time
|
|
1680
1680
|
|
|
1681
|
+
# License strings associated with the installed application.
|
|
1682
|
+
# Corresponds to the JSON property `licenses`
|
|
1683
|
+
# @return [Array<String>]
|
|
1684
|
+
attr_accessor :licenses
|
|
1685
|
+
|
|
1681
1686
|
# Source path.
|
|
1682
1687
|
# Corresponds to the JSON property `path`
|
|
1683
1688
|
# @return [String]
|
|
@@ -1701,6 +1706,7 @@ module Google
|
|
|
1701
1706
|
def update!(**args)
|
|
1702
1707
|
@application_name = args[:application_name] if args.key?(:application_name)
|
|
1703
1708
|
@install_time = args[:install_time] if args.key?(:install_time)
|
|
1709
|
+
@licenses = args[:licenses] if args.key?(:licenses)
|
|
1704
1710
|
@path = args[:path] if args.key?(:path)
|
|
1705
1711
|
@vendor = args[:vendor] if args.key?(:vendor)
|
|
1706
1712
|
@version = args[:version] if args.key?(:version)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MigrationcenterV1
|
|
18
18
|
# Version of the google-apis-migrationcenter_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231208"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1423,6 +1423,7 @@ module Google
|
|
|
1423
1423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1424
1424
|
property :application_name, as: 'applicationName'
|
|
1425
1425
|
property :install_time, as: 'installTime'
|
|
1426
|
+
collection :licenses, as: 'licenses'
|
|
1426
1427
|
property :path, as: 'path'
|
|
1427
1428
|
property :vendor, as: 'vendor'
|
|
1428
1429
|
property :version, as: 'version'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-migrationcenter_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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: 2023-
|
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|