google-apis-migrationcenter_v1alpha1 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd1aed842af1c173cdc60d2e4e75212af204456b2d79833eb1aac36c30a66ccf
|
4
|
+
data.tar.gz: 827a36a63edde740f22e8b94b71d71eaf59ccfb8295f2fccb1802773d6b6d421
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0e46eb4279bedfa82d0220eb9c8c2bf95a220b18b18fe942b46693c18bff46f68aa0e943b75797ae09c07ea1aa65d20b603de4e0a268d7a10667bf613f6a36e
|
7
|
+
data.tar.gz: a3af7ea92ad109b8a635cfe60fc87bec0c444a75c551600b6a563dba9471628dcfe7a0b3a6393c362f58049c6673d7a50f8013f7616493cb6b6e5538d1f9c2e4
|
data/CHANGELOG.md
CHANGED
@@ -1858,6 +1858,11 @@ module Google
|
|
1858
1858
|
class GuestInstalledApplication
|
1859
1859
|
include Google::Apis::Core::Hashable
|
1860
1860
|
|
1861
|
+
# License strings associated with the installed application.
|
1862
|
+
# Corresponds to the JSON property `licenses`
|
1863
|
+
# @return [Array<String>]
|
1864
|
+
attr_accessor :licenses
|
1865
|
+
|
1861
1866
|
# Installed application name.
|
1862
1867
|
# Corresponds to the JSON property `name`
|
1863
1868
|
# @return [String]
|
@@ -1889,6 +1894,7 @@ module Google
|
|
1889
1894
|
|
1890
1895
|
# Update properties of this object
|
1891
1896
|
def update!(**args)
|
1897
|
+
@licenses = args[:licenses] if args.key?(:licenses)
|
1892
1898
|
@name = args[:name] if args.key?(:name)
|
1893
1899
|
@path = args[:path] if args.key?(:path)
|
1894
1900
|
@time = args[:time] if args.key?(:time)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1alpha1
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.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
|
@@ -1538,6 +1538,7 @@ module Google
|
|
1538
1538
|
class GuestInstalledApplication
|
1539
1539
|
# @private
|
1540
1540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1541
|
+
collection :licenses, as: 'licenses'
|
1541
1542
|
property :name, as: 'name'
|
1542
1543
|
property :path, as: 'path'
|
1543
1544
|
property :time, as: 'time'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|