google-apis-migrationcenter_v1alpha1 0.13.0 → 0.14.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: 5eb9e8cbb1ab8e3c2b6835407e47c2c070f4ec669c75f6a6693405ac131a38fd
|
4
|
+
data.tar.gz: 353240bb37615e901a5a565ff3f6f3043177d1796b2229ca9176826e290e11f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c70fcdde2354ff47d0d06b7a8b4985f0c044af31aa122627771dc2b8a92862a4e58f6a028bf64ecc128dcb75b98058ebdc69df256e9795c5fd37d8bad66c4259
|
7
|
+
data.tar.gz: 42976a10aaa10a77dc03495735fbd5e9e4cdd64810846fcc45908e5985d8f39052fb3c3ce14a12d7a28f66a0b21725a6c270d24069301e72ae5a7a157b9cc598
|
data/CHANGELOG.md
CHANGED
@@ -4423,6 +4423,13 @@ module Google
|
|
4423
4423
|
class Settings
|
4424
4424
|
include Google::Apis::Core::Hashable
|
4425
4425
|
|
4426
|
+
# Disable Cloud Logging for the Migration Center API. Users are billed for the
|
4427
|
+
# logs.
|
4428
|
+
# Corresponds to the JSON property `disableCloudLogging`
|
4429
|
+
# @return [Boolean]
|
4430
|
+
attr_accessor :disable_cloud_logging
|
4431
|
+
alias_method :disable_cloud_logging?, :disable_cloud_logging
|
4432
|
+
|
4426
4433
|
# Output only. The name of the resource.
|
4427
4434
|
# Corresponds to the JSON property `name`
|
4428
4435
|
# @return [String]
|
@@ -4439,6 +4446,7 @@ module Google
|
|
4439
4446
|
|
4440
4447
|
# Update properties of this object
|
4441
4448
|
def update!(**args)
|
4449
|
+
@disable_cloud_logging = args[:disable_cloud_logging] if args.key?(:disable_cloud_logging)
|
4442
4450
|
@name = args[:name] if args.key?(:name)
|
4443
4451
|
@preference_set = args[:preference_set] if args.key?(:preference_set)
|
4444
4452
|
end
|
@@ -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.14.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 = "20230725"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2296,6 +2296,7 @@ module Google
|
|
2296
2296
|
class Settings
|
2297
2297
|
# @private
|
2298
2298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2299
|
+
property :disable_cloud_logging, as: 'disableCloudLogging'
|
2299
2300
|
property :name, as: 'name'
|
2300
2301
|
property :preference_set, as: 'preferenceSet'
|
2301
2302
|
end
|
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.14.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-08-06 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.14.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: []
|