@maxim_mazurok/gapi.client.datamigration-v1 0.0.20250129 → 0.0.20250217
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 +16 -8
- 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: 20250217
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -157,9 +157,13 @@ declare namespace gapi.client {
|
|
|
157
157
|
databaseVersionName?: string;
|
|
158
158
|
/** Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation. */
|
|
159
159
|
dataCacheConfig?: DataCacheConfig;
|
|
160
|
+
/** Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types. */
|
|
161
|
+
dataDiskProvisionedIops?: string;
|
|
162
|
+
/** Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types. */
|
|
163
|
+
dataDiskProvisionedThroughput?: string;
|
|
160
164
|
/** The storage capacity available to the database, in GB. The minimum (and default) size is 10GB. */
|
|
161
165
|
dataDiskSizeGb?: string;
|
|
162
|
-
/** The type of storage: `PD_SSD` (default) or `PD_HDD`. */
|
|
166
|
+
/** The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`. */
|
|
163
167
|
dataDiskType?: string;
|
|
164
168
|
/** Optional. The edition of the given Cloud SQL instance. */
|
|
165
169
|
edition?: string;
|
|
@@ -261,9 +265,9 @@ declare namespace gapi.client {
|
|
|
261
265
|
provider?: string;
|
|
262
266
|
/** Optional. The connection profile role. */
|
|
263
267
|
role?: string;
|
|
264
|
-
/** Output only.
|
|
268
|
+
/** Output only. Reserved for future use. */
|
|
265
269
|
satisfiesPzi?: boolean;
|
|
266
|
-
/** Output only.
|
|
270
|
+
/** Output only. Reserved for future use. */
|
|
267
271
|
satisfiesPzs?: boolean;
|
|
268
272
|
/** Connection profile for a SQL Server data source. */
|
|
269
273
|
sqlserver?: SqlServerConnectionProfile;
|
|
@@ -425,8 +429,12 @@ declare namespace gapi.client {
|
|
|
425
429
|
interface EntityDdl {
|
|
426
430
|
/** The actual ddl code. */
|
|
427
431
|
ddl?: string;
|
|
432
|
+
/** The DDL Kind selected for apply, or SOURCE if getting the source tree. */
|
|
433
|
+
ddlKind?: string;
|
|
428
434
|
/** Type of DDL (Create, Alter). */
|
|
429
435
|
ddlType?: string;
|
|
436
|
+
/** If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or AI. Otherwise, this is DDL_KIND_UNSPECIFIED. */
|
|
437
|
+
editedDdlKind?: string;
|
|
430
438
|
/** The name of the database entity the ddl refers to. */
|
|
431
439
|
entity?: string;
|
|
432
440
|
/** The entity type (if the DDL is for a sub entity). */
|
|
@@ -778,9 +786,9 @@ declare namespace gapi.client {
|
|
|
778
786
|
phase?: string;
|
|
779
787
|
/** The details needed to communicate to the source over Reverse SSH tunnel connectivity. */
|
|
780
788
|
reverseSshConnectivity?: ReverseSshConnectivity;
|
|
781
|
-
/** Output only.
|
|
789
|
+
/** Output only. Reserved for future use. */
|
|
782
790
|
satisfiesPzi?: boolean;
|
|
783
|
-
/** Output only.
|
|
791
|
+
/** Output only. Reserved for future use. */
|
|
784
792
|
satisfiesPzs?: boolean;
|
|
785
793
|
/** Required. The resource name (URI) of the source connection profile. */
|
|
786
794
|
source?: string;
|
|
@@ -1033,9 +1041,9 @@ declare namespace gapi.client {
|
|
|
1033
1041
|
labels?: {[P in string]: string};
|
|
1034
1042
|
/** The name of the resource. */
|
|
1035
1043
|
name?: string;
|
|
1036
|
-
/** Output only.
|
|
1044
|
+
/** Output only. Reserved for future use. */
|
|
1037
1045
|
satisfiesPzi?: boolean;
|
|
1038
|
-
/** Output only.
|
|
1046
|
+
/** Output only. Reserved for future use. */
|
|
1039
1047
|
satisfiesPzs?: boolean;
|
|
1040
1048
|
/** Output only. The state of the private connection. */
|
|
1041
1049
|
state?: string;
|