google-apis-migrationcenter_v1 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0390b3951ed0d89e0bc1f72b085ab7fde75010e40dcc27a41f790d67a6f03bc
|
4
|
+
data.tar.gz: b504d2d07810e220e72fc20134db3cfe01272e0308981f6d38bf655abc3f2354
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a62f0aac7d64a0a69ef31586bfda58254f0fed27ce99bc76719fd8d2754ce7e0839c2d439f8503725e7f4e8cace6a456bbc2cf2569b0919b002316356014cf8
|
7
|
+
data.tar.gz: e25f88a95098800b1fec1dfc6529b9dbd47fa2a1ce025f99366f1dbb0e9c05b7e907cf2783a5aaa5c46c82a88f0d1ea8c0d964b8793cac3e98b231778f4518d0
|
data/CHANGELOG.md
CHANGED
@@ -1581,12 +1581,12 @@ module Google
|
|
1581
1581
|
# @return [String]
|
1582
1582
|
attr_accessor :create_time
|
1583
1583
|
|
1584
|
-
# The description of the
|
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
|
@@ -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.
|
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 = "
|
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
|
+
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-10-
|
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.
|
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: []
|