@maxim_mazurok/gapi.client.datamigration-v1 0.0.20250430 → 0.0.20250507
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.
- package/index.d.ts +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://datamigration.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250507
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -297,6 +297,8 @@ declare namespace gapi.client {
|
|
|
297
297
|
createTime?: string;
|
|
298
298
|
/** Required. The destination engine details. */
|
|
299
299
|
destination?: DatabaseEngineInfo;
|
|
300
|
+
/** Optional. The provider for the destination database. */
|
|
301
|
+
destinationProvider?: string;
|
|
300
302
|
/** Optional. The display name for the workspace. */
|
|
301
303
|
displayName?: string;
|
|
302
304
|
/** Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true */
|
|
@@ -311,6 +313,8 @@ declare namespace gapi.client {
|
|
|
311
313
|
name?: string;
|
|
312
314
|
/** Required. The source engine details. */
|
|
313
315
|
source?: DatabaseEngineInfo;
|
|
316
|
+
/** Optional. The provider for the source database. */
|
|
317
|
+
sourceProvider?: string;
|
|
314
318
|
/** Output only. The timestamp when the workspace resource was last updated. */
|
|
315
319
|
updateTime?: string;
|
|
316
320
|
}
|