google-apis-datamigration_v1 0.43.0 → 0.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80313d214a610c9aae414e57d036525b437eb1e77204d4c9c10d80d8aa81cc5c
|
|
4
|
+
data.tar.gz: 81b579adff9904ba3832c7e3bb3d4ec745406c18ab246c1091fd56ac3f70c02c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 928f8a4f6ed74e0f04d4a746c86811902851ef4ae387b272274839564aa16794d5d4cc1d26d66d80fe1e9c8012dceadd4dd51d21f04e5b2546375d776bc16fcc
|
|
7
|
+
data.tar.gz: f0b6c712e67663e7bf6dfb060e84a787ac8bbe778bc0bbcf1aa6323655ab92f926081c836fb45d28a4b3ef4288c9f67308eca0ab0d6a4139a7698a916f6cb763
|
data/CHANGELOG.md
CHANGED
|
@@ -538,7 +538,10 @@ module Google
|
|
|
538
538
|
# @return [String]
|
|
539
539
|
attr_accessor :collation
|
|
540
540
|
|
|
541
|
-
# Data cache
|
|
541
|
+
# Data cache is an optional feature available for Cloud SQL for MySQL Enterprise
|
|
542
|
+
# Plus edition only. For more information on data cache, see [Data cache
|
|
543
|
+
# overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL
|
|
544
|
+
# documentation.
|
|
542
545
|
# Corresponds to the JSON property `dataCacheConfig`
|
|
543
546
|
# @return [Google::Apis::DatamigrationV1::DataCacheConfig]
|
|
544
547
|
attr_accessor :data_cache_config
|
|
@@ -1201,7 +1204,10 @@ module Google
|
|
|
1201
1204
|
end
|
|
1202
1205
|
end
|
|
1203
1206
|
|
|
1204
|
-
# Data cache
|
|
1207
|
+
# Data cache is an optional feature available for Cloud SQL for MySQL Enterprise
|
|
1208
|
+
# Plus edition only. For more information on data cache, see [Data cache
|
|
1209
|
+
# overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL
|
|
1210
|
+
# documentation.
|
|
1205
1211
|
class DataCacheConfig
|
|
1206
1212
|
include Google::Apis::Core::Hashable
|
|
1207
1213
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatamigrationV1
|
|
18
18
|
# Version of the google-apis-datamigration_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.44.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 = "20230912"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datamigration_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.44.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-
|
|
11
|
+
date: 2023-09-24 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-datamigration_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.44.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|