google-cloud-cloud_dms 0.1.0 → 1.0.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: 3579b62507cf5714c5eebcd2e57508134ad53105ba05170490b86efce3a1e780
4
- data.tar.gz: dac9fb124dc792d09e75cc63900dc82d3245c56c2ef9aa2ca4889b3b0f1a0fd5
3
+ metadata.gz: 129b292b04b13f2292dc50b6ca2f6a8a58de8419f7d7885bec4ceb69f444dec6
4
+ data.tar.gz: 48c6bd6c352716b4241a0e4f4ee516fe4ba6039cc45103ba0d5f2b8abb835baa
5
5
  SHA512:
6
- metadata.gz: d8ad61317d831a31a2b17729b21a47a1fd0a59e6324dcf8301648453e985c01d4683b85eff72cf37ed7cf609cb5d4e9597f40ed8abc3bbca8a55b0393cb19de3
7
- data.tar.gz: e08231e2c20f3bb90b0737167634c05af44edbaba234c0e708d0e7aac2cdcf6d6c228657f561c92a6230925e39fcf753fdd328b5a20625b5527c702966a061f5
6
+ metadata.gz: 8ee4904ca8a92ce9a1ee2ec85418c4debba56dce88cf84c7ba6793c8d372f584c1e3734e3cb016d1b80df9c8c8d8cad6878b76592e3fce6d2a6064f5f57a08d1
7
+ data.tar.gz: 5559bb3fc2793eef7fac50dcd8217963ca94c91ac46d3a662d8b94d5b940b102c37e3cb4328a64a9696357bc29eb9d1b5282f00be8a8685cd9615ff382f7eb41
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-cloud_dms
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::CloudDMS::V1::DataMigrationService::Credentials`):
68
68
 
69
- 1. `DATABASE_MIGRATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `DATABASE_MIGRATION_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `DATABASE_MIGRATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `DATABASE_MIGRATION_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/cloud_dms"
@@ -82,8 +82,8 @@ client = Google::Cloud::CloudDMS.data_migration_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/cloud_dms"
@@ -93,7 +93,7 @@ client = Google::Cloud::CloudDMS.data_migration_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/cloud_dms"
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Cloud Database Migration Service API
4
4
 
5
- Database Migration Service makes it easier for you to migrate your data to Google Cloud. Database Migration Service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL. Database Migration Service streamlines networking workflow, manages the initial snapshot and ongoing replication, and provides a status of the migration operation. Note that google-cloud-cloud_dms-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-cloud_dms instead. See the readme for more details.
5
+ Database Migration Service makes it easier for you to migrate your data to Google Cloud. Database Migration Service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL. Database Migration Service streamlines networking workflow, manages the initial snapshot and ongoing replication, and provides a status of the migration operation.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-cloud_dms-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module CloudDMS
23
- VERSION = "0.1.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_dms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.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-06-22 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-cloud_dms-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -154,9 +160,7 @@ description: Database Migration Service makes it easier for you to migrate your
154
160
  to Google Cloud. Database Migration Service helps you lift and shift your MySQL
155
161
  and PostgreSQL workloads into Cloud SQL. Database Migration Service streamlines
156
162
  networking workflow, manages the initial snapshot and ongoing replication, and provides
157
- a status of the migration operation. Note that google-cloud-cloud_dms-v1 is a version-specific
158
- client library. For most uses, we recommend installing the main client library google-cloud-cloud_dms
159
- instead. See the readme for more details.
163
+ a status of the migration operation.
160
164
  email: googleapis-packages@google.com
161
165
  executables: []
162
166
  extensions: []