google-apis-datamigration_v1 0.1.0 → 0.2.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: 8f243245d342a439064bfa880b96969d6160786e5b525f8d74a7f6af3819f7fb
|
|
4
|
+
data.tar.gz: d1de2b2137365b4fcc2dc9abd47049448e795e625ced1d462d6bd987dd877a12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f09f85678ed82dfa555254416f2b8334144a82fb4629702499e6deed0f02a64145a259ec4f52af901659c319ee4a9f9c334b70d67a4e66fe081329dcdc54c1c3
|
|
7
|
+
data.tar.gz: 5f688a0b35d3452d6964cbada2d18b9810f93dc50a00dccab3016ad24f11d1ac7976434979a0de8f5cae4d3cfe15df757d58f4bce232e9e07747e4668e3ecb9d
|
data/CHANGELOG.md
CHANGED
|
@@ -388,7 +388,7 @@ module Google
|
|
|
388
388
|
attr_accessor :mysql
|
|
389
389
|
|
|
390
390
|
# The name of this connection profile resource in the form of projects/`project`/
|
|
391
|
-
# locations/`location`/
|
|
391
|
+
# locations/`location`/connectionProfiles/`instance`.
|
|
392
392
|
# Corresponds to the JSON property `name`
|
|
393
393
|
# @return [String]
|
|
394
394
|
attr_accessor :name
|
|
@@ -1439,7 +1439,7 @@ module Google
|
|
|
1439
1439
|
alias_method :enable_ipv4?, :enable_ipv4
|
|
1440
1440
|
|
|
1441
1441
|
# The resource link for the VPC network from which the Cloud SQL instance is
|
|
1442
|
-
# accessible for private IP. For example,
|
|
1442
|
+
# accessible for private IP. For example, `projects/myProject/global/networks/
|
|
1443
1443
|
# default`. This setting can be updated, but it cannot be removed after it is
|
|
1444
1444
|
# set.
|
|
1445
1445
|
# Corresponds to the JSON property `privateNetwork`
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -87,7 +87,7 @@ module Google
|
|
|
87
87
|
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
|
88
88
|
# AIP-160](https://google.aip.dev/160).
|
|
89
89
|
# @param [Fixnum] page_size
|
|
90
|
-
# The maximum number of results to return. If not set, the service
|
|
90
|
+
# The maximum number of results to return. If not set, the service selects a
|
|
91
91
|
# default.
|
|
92
92
|
# @param [String] page_token
|
|
93
93
|
# A page token received from the `next_page_token` field in the response. Send
|
|
@@ -335,7 +335,7 @@ module Google
|
|
|
335
335
|
# Update the configuration of a single connection profile.
|
|
336
336
|
# @param [String] name
|
|
337
337
|
# The name of this connection profile resource in the form of projects/`project`/
|
|
338
|
-
# locations/`location`/
|
|
338
|
+
# locations/`location`/connectionProfiles/`instance`.
|
|
339
339
|
# @param [Google::Apis::DatamigrationV1::ConnectionProfile] connection_profile_object
|
|
340
340
|
# @param [String] request_id
|
|
341
341
|
# A unique id used to identify the request. If the server receives two requests
|
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.2.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: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datamigration_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datamigration_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Database Migration API V1
|