@maxim_mazurok/gapi.client.datamigration-v1 0.0.20240410 → 0.0.20240430
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 +4 -2
- 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: 20240430
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -553,6 +553,8 @@ declare namespace gapi.client {
|
|
|
553
553
|
name?: string;
|
|
554
554
|
/** Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index. */
|
|
555
555
|
tableColumns?: string[];
|
|
556
|
+
/** For each table_column, mark whether it's sorting order is ascending (false) or descending (true). If no value is defined, assume all columns are sorted in ascending order. Otherwise, the number of items must match that of table_columns with each value specifying the direction of the matched column by its index. */
|
|
557
|
+
tableColumnsDescending?: boolean[];
|
|
556
558
|
/** Type of index, for example B-TREE. */
|
|
557
559
|
type?: string;
|
|
558
560
|
/** Boolean value indicating whether the index is unique. */
|
|
@@ -719,7 +721,7 @@ declare namespace gapi.client {
|
|
|
719
721
|
labels?: {[P in string]: string};
|
|
720
722
|
/** The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}. */
|
|
721
723
|
name?: string;
|
|
722
|
-
/** Optional. Data dump parallelism settings used by the migration.
|
|
724
|
+
/** Optional. Data dump parallelism settings used by the migration. */
|
|
723
725
|
performanceConfig?: PerformanceConfig;
|
|
724
726
|
/** Output only. The current migration job phase. */
|
|
725
727
|
phase?: string;
|