google-apis-migrationcenter_v1 0.5.0 → 0.7.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: 538f60aaf4f5750e9e9180316e409543d511604b0973ad6ce3f5aa44193a9a24
4
- data.tar.gz: 95a13a094bda2b68077222bc0abf2cabdee3d76fbb481b5d8898134ff9984fcc
3
+ metadata.gz: 39e18bf519ab287c5521b4d1cd630a3b904fbfdf25fa49dd38e2c5b9000e1125
4
+ data.tar.gz: 2786568d531e69b65dd950c61d5d16049d4e3b07f08e034b734672ca399337c1
5
5
  SHA512:
6
- metadata.gz: c705d05fc1d8765da42608a36723a2309930465d326aa4657f711703b6e42d01ad6f467d33838bff6d81a142221c39a4f5e3d50ff624c30cd025523fcfe10338
7
- data.tar.gz: 5104ad9db9537bb353bd37597c2f9521143c04e362b704783396cffb181a77478ce28b13c3506d4357566621cd919190439221376d70042630a1f02b3d27614d
6
+ metadata.gz: 499966c7ee0efeec3716c1a59bb20af3ba25922fd6a4cdfa4ecbac46896c8aa511e6d7c7976fd622220e186f743775fbf452623c2487c1ccf58ef43c906bda03
7
+ data.tar.gz: 43ae672d378590702dbcafabce045d8b19b39522c3459b385c4cec552bc834d2245d007641372f8309b1464cc7b1105c81e6ddc0e00f90c2512843730eca1284
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.7.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231208
6
+
7
+ ### v0.6.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231013
10
+
3
11
  ### v0.5.0 (2023-10-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230928
@@ -1581,12 +1581,12 @@ module Google
1581
1581
  # @return [String]
1582
1582
  attr_accessor :create_time
1583
1583
 
1584
- # The description of the resource.
1584
+ # Optional. The description of the group.
1585
1585
  # Corresponds to the JSON property `description`
1586
1586
  # @return [String]
1587
1587
  attr_accessor :description
1588
1588
 
1589
- # User-friendly display name.
1589
+ # Optional. User-friendly display name.
1590
1590
  # Corresponds to the JSON property `displayName`
1591
1591
  # @return [String]
1592
1592
  attr_accessor :display_name
@@ -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)
@@ -4388,6 +4394,13 @@ module Google
4388
4394
  class Settings
4389
4395
  include Google::Apis::Core::Hashable
4390
4396
 
4397
+ # Disable Cloud Logging for the Migration Center API. Users are billed for the
4398
+ # logs.
4399
+ # Corresponds to the JSON property `disableCloudLogging`
4400
+ # @return [Boolean]
4401
+ attr_accessor :disable_cloud_logging
4402
+ alias_method :disable_cloud_logging?, :disable_cloud_logging
4403
+
4391
4404
  # Output only. The name of the resource.
4392
4405
  # Corresponds to the JSON property `name`
4393
4406
  # @return [String]
@@ -4404,6 +4417,7 @@ module Google
4404
4417
 
4405
4418
  # Update properties of this object
4406
4419
  def update!(**args)
4420
+ @disable_cloud_logging = args[:disable_cloud_logging] if args.key?(:disable_cloud_logging)
4407
4421
  @name = args[:name] if args.key?(:name)
4408
4422
  @preference_set = args[:preference_set] if args.key?(:preference_set)
4409
4423
  end
@@ -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.5.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 = "20230928"
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'
@@ -2247,6 +2248,7 @@ module Google
2247
2248
  class Settings
2248
2249
  # @private
2249
2250
  class Representation < Google::Apis::Core::JsonRepresentation
2251
+ property :disable_cloud_logging, as: 'disableCloudLogging'
2250
2252
  property :name, as: 'name'
2251
2253
  property :preference_set, as: 'preferenceSet'
2252
2254
  end
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.5.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-10-08 00:00:00.000000000 Z
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.5.0
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: []