google-apis-migrationcenter_v1 0.4.0 → 0.6.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: 7c00ed0e108f27718cf1d5f36814d36b1c8eddd59e7316d78990fd4ec45a7cba
4
- data.tar.gz: 7603e4842a399589a1d831e8240abc0942fa9a154139e43a05d591610503ed89
3
+ metadata.gz: f0390b3951ed0d89e0bc1f72b085ab7fde75010e40dcc27a41f790d67a6f03bc
4
+ data.tar.gz: b504d2d07810e220e72fc20134db3cfe01272e0308981f6d38bf655abc3f2354
5
5
  SHA512:
6
- metadata.gz: 904080941af3d27d6a631d5ff9a8b8442812967428e28063368614be27636c4cc3597e9015d33c92e83cb7aaca2824e5285b587efe1dd63fbb560caf6a2d3637
7
- data.tar.gz: c08b63776fff3405ece2fd4dd17453f44c3b3029782d1d85e18d976c35f9d96716804612803d7f52d86a1d1977d1e2e34a62bed6203af942a6d3fe397295c8ab
6
+ metadata.gz: 0a62f0aac7d64a0a69ef31586bfda58254f0fed27ce99bc76719fd8d2754ce7e0839c2d439f8503725e7f4e8cace6a456bbc2cf2569b0919b002316356014cf8
7
+ data.tar.gz: e25f88a95098800b1fec1dfc6529b9dbd47fa2a1ce025f99366f1dbb0e9c05b7e907cf2783a5aaa5c46c82a88f0d1ea8c0d964b8793cac3e98b231778f4518d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.6.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
7
+ ### v0.5.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20230928
10
+
3
11
  ### v0.4.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230918
@@ -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
@@ -1967,7 +1967,7 @@ module Google
1967
1967
  # @return [String]
1968
1968
  attr_accessor :create_time
1969
1969
 
1970
- # User-friendly display name. Maximum length is 63 characters.
1970
+ # Optional. User-friendly display name. Maximum length is 256 characters.
1971
1971
  # Corresponds to the JSON property `displayName`
1972
1972
  # @return [String]
1973
1973
  attr_accessor :display_name
@@ -4388,6 +4388,13 @@ module Google
4388
4388
  class Settings
4389
4389
  include Google::Apis::Core::Hashable
4390
4390
 
4391
+ # Disable Cloud Logging for the Migration Center API. Users are billed for the
4392
+ # logs.
4393
+ # Corresponds to the JSON property `disableCloudLogging`
4394
+ # @return [Boolean]
4395
+ attr_accessor :disable_cloud_logging
4396
+ alias_method :disable_cloud_logging?, :disable_cloud_logging
4397
+
4391
4398
  # Output only. The name of the resource.
4392
4399
  # Corresponds to the JSON property `name`
4393
4400
  # @return [String]
@@ -4404,6 +4411,7 @@ module Google
4404
4411
 
4405
4412
  # Update properties of this object
4406
4413
  def update!(**args)
4414
+ @disable_cloud_logging = args[:disable_cloud_logging] if args.key?(:disable_cloud_logging)
4407
4415
  @name = args[:name] if args.key?(:name)
4408
4416
  @preference_set = args[:preference_set] if args.key?(:preference_set)
4409
4417
  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.4.0"
19
+ GEM_VERSION = "0.6.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 = "20230918"
25
+ REVISION = "20231013"
26
26
  end
27
27
  end
28
28
  end
@@ -2247,6 +2247,7 @@ module Google
2247
2247
  class Settings
2248
2248
  # @private
2249
2249
  class Representation < Google::Apis::Core::JsonRepresentation
2250
+ property :disable_cloud_logging, as: 'disableCloudLogging'
2250
2251
  property :name, as: 'name'
2251
2252
  property :preference_set, as: 'preferenceSet'
2252
2253
  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.4.0
4
+ version: 0.6.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.6.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: []