@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20250310 → 0.0.20250412
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 +22 -32
- 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://sqladmin.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250412
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -71,7 +71,7 @@ declare namespace gapi.client {
|
|
|
71
71
|
backupKind?: string;
|
|
72
72
|
/** Output only. The mapping to backup run resource used for IAM validations. */
|
|
73
73
|
backupRun?: string;
|
|
74
|
-
/** Output only. The database version of the instance of
|
|
74
|
+
/** Output only. The database version of the instance of at the time this backup was made. */
|
|
75
75
|
databaseVersion?: string;
|
|
76
76
|
/** The description of this backup. */
|
|
77
77
|
description?: string;
|
|
@@ -157,7 +157,7 @@ declare namespace gapi.client {
|
|
|
157
157
|
interface BackupRun {
|
|
158
158
|
/** Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT. */
|
|
159
159
|
backupKind?: string;
|
|
160
|
-
/** Output only. The instance database version
|
|
160
|
+
/** Output only. The instance database version at the time this backup was made. */
|
|
161
161
|
databaseVersion?: string;
|
|
162
162
|
/** The description of this run, only applicable to on-demand backups. */
|
|
163
163
|
description?: string;
|
|
@@ -231,22 +231,10 @@ declare namespace gapi.client {
|
|
|
231
231
|
preferredZone?: string;
|
|
232
232
|
}
|
|
233
233
|
interface ConnectionPoolConfig {
|
|
234
|
-
/** Client idle timeout. */
|
|
235
|
-
clientConnectionIdleTimeout?: string;
|
|
236
234
|
/** Whether managed connection pooling is enabled. */
|
|
237
235
|
connectionPoolingEnabled?: boolean;
|
|
238
|
-
/** Managed connection pool size. */
|
|
239
|
-
connPoolSize?: number;
|
|
240
236
|
/** Optional. List of connection pool configuration flags */
|
|
241
237
|
flags?: ConnectionPoolFlags[];
|
|
242
|
-
/** Maximum number of client connections in connection pool. */
|
|
243
|
-
maxClientConnections?: number;
|
|
244
|
-
/** The managed connection pool mode for the instance. */
|
|
245
|
-
poolMode?: string;
|
|
246
|
-
/** Query wait timeout. */
|
|
247
|
-
queryWaitTimeout?: string;
|
|
248
|
-
/** Server idle timeout. */
|
|
249
|
-
serverConnectionIdleTimeout?: string;
|
|
250
238
|
}
|
|
251
239
|
interface ConnectionPoolFlags {
|
|
252
240
|
/** Required. The name of the flag. */
|
|
@@ -255,13 +243,13 @@ declare namespace gapi.client {
|
|
|
255
243
|
value?: string;
|
|
256
244
|
}
|
|
257
245
|
interface ConnectPoolNodeConfig {
|
|
258
|
-
/** Output only. The DNS name of the node. */
|
|
246
|
+
/** Output only. The DNS name of the read pool node. */
|
|
259
247
|
dnsName?: string;
|
|
260
|
-
/** Output only. The list of DNS names used by this node. */
|
|
248
|
+
/** Output only. The list of DNS names used by this read pool node. */
|
|
261
249
|
dnsNames?: DnsNameMapping[];
|
|
262
|
-
/** Output only. Mappings containing IP addresses that can be used to connect to the node. */
|
|
250
|
+
/** Output only. Mappings containing IP addresses that can be used to connect to the read pool node. */
|
|
263
251
|
ipAddresses?: IpMapping[];
|
|
264
|
-
/** Output only. The name of the node. Doesn't include the project ID. */
|
|
252
|
+
/** Output only. The name of the read pool node. Doesn't include the project ID. */
|
|
265
253
|
name?: string;
|
|
266
254
|
}
|
|
267
255
|
interface ConnectSettings {
|
|
@@ -279,9 +267,9 @@ declare namespace gapi.client {
|
|
|
279
267
|
ipAddresses?: IpMapping[];
|
|
280
268
|
/** This is always `sql#connectSettings`. */
|
|
281
269
|
kind?: string;
|
|
282
|
-
/** The number of nodes in a read pool. */
|
|
270
|
+
/** The number of read pool nodes in a read pool. */
|
|
283
271
|
nodeCount?: number;
|
|
284
|
-
/** Output only. Entries containing information about each node of the read pool. */
|
|
272
|
+
/** Output only. Entries containing information about each read pool node of the read pool. */
|
|
285
273
|
nodes?: ConnectPoolNodeConfig[];
|
|
286
274
|
/** Whether PSC connectivity is enabled for this instance. */
|
|
287
275
|
pscEnabled?: boolean;
|
|
@@ -371,9 +359,9 @@ declare namespace gapi.client {
|
|
|
371
359
|
maxDiskSize?: string;
|
|
372
360
|
/** Name of the Cloud SQL instance. This does not include the project ID. */
|
|
373
361
|
name?: string;
|
|
374
|
-
/** The number of nodes in a read pool. */
|
|
362
|
+
/** The number of read pool nodes in a read pool. */
|
|
375
363
|
nodeCount?: number;
|
|
376
|
-
/** Output only. Entries containing information about each node of the read pool. */
|
|
364
|
+
/** Output only. Entries containing information about each read pool node of the read pool. */
|
|
377
365
|
nodes?: PoolNodeConfig[];
|
|
378
366
|
/** Configuration specific to on-premises instances. */
|
|
379
367
|
onPremisesConfiguration?: OnPremisesConfiguration;
|
|
@@ -539,7 +527,7 @@ declare namespace gapi.client {
|
|
|
539
527
|
fileType?: string;
|
|
540
528
|
/** This is always `sql#exportContext`. */
|
|
541
529
|
kind?: string;
|
|
542
|
-
/**
|
|
530
|
+
/** Whether to perform a serverless export. */
|
|
543
531
|
offload?: boolean;
|
|
544
532
|
/** Options for exporting data as SQL statements. */
|
|
545
533
|
sqlExportOptions?: {
|
|
@@ -552,7 +540,7 @@ declare namespace gapi.client {
|
|
|
552
540
|
parallel?: boolean;
|
|
553
541
|
/** Options for exporting from a Cloud SQL for PostgreSQL instance. */
|
|
554
542
|
postgresExportOptions?: {
|
|
555
|
-
/** Optional. Use this option to include DROP SQL statements.
|
|
543
|
+
/** Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation. */
|
|
556
544
|
clean?: boolean;
|
|
557
545
|
/** Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean. */
|
|
558
546
|
ifExists?: boolean;
|
|
@@ -1048,17 +1036,17 @@ declare namespace gapi.client {
|
|
|
1048
1036
|
targetSizeGb?: string;
|
|
1049
1037
|
}
|
|
1050
1038
|
interface PoolNodeConfig {
|
|
1051
|
-
/** Output only. The DNS name of the node. */
|
|
1039
|
+
/** Output only. The DNS name of the read pool node. */
|
|
1052
1040
|
dnsName?: string;
|
|
1053
|
-
/** Output only. The list of DNS names used by this node. */
|
|
1041
|
+
/** Output only. The list of DNS names used by this read pool node. */
|
|
1054
1042
|
dnsNames?: DnsNameMapping[];
|
|
1055
|
-
/** Output only. The
|
|
1043
|
+
/** Output only. The zone of the read pool node. */
|
|
1056
1044
|
gceZone?: string;
|
|
1057
|
-
/** Output only. Mappings containing IP addresses that can be used to connect to the node. */
|
|
1045
|
+
/** Output only. Mappings containing IP addresses that can be used to connect to the read pool node. */
|
|
1058
1046
|
ipAddresses?: IpMapping[];
|
|
1059
|
-
/** Output only. The name of the node, to be used for retrieving metrics and logs
|
|
1047
|
+
/** Output only. The name of the read pool node, to be used for retrieving metrics and logs. */
|
|
1060
1048
|
name?: string;
|
|
1061
|
-
/** Output only. The current state of the node. */
|
|
1049
|
+
/** Output only. The current state of the read pool node. */
|
|
1062
1050
|
state?: string;
|
|
1063
1051
|
}
|
|
1064
1052
|
interface PscAutoConnectionConfig {
|
|
@@ -1174,7 +1162,7 @@ declare namespace gapi.client {
|
|
|
1174
1162
|
edition?: string;
|
|
1175
1163
|
/** Optional. By default, Cloud SQL instances have schema extraction disabled for Dataplex. When this parameter is set to true, schema extraction for Dataplex on Cloud SQL instances is activated. */
|
|
1176
1164
|
enableDataplexIntegration?: boolean;
|
|
1177
|
-
/** Optional. When this parameter is set to true, Cloud SQL instances can connect to Vertex AI to pass requests for real-time predictions and insights to the AI. The default value is false. This applies only to Cloud SQL for PostgreSQL instances. */
|
|
1165
|
+
/** Optional. When this parameter is set to true, Cloud SQL instances can connect to Vertex AI to pass requests for real-time predictions and insights to the AI. The default value is false. This applies only to Cloud SQL for MySQL and Cloud SQL for PostgreSQL instances. */
|
|
1178
1166
|
enableGoogleMlIntegration?: boolean;
|
|
1179
1167
|
/** Insights configuration, for now relevant only for Postgres. */
|
|
1180
1168
|
insightsConfig?: InsightsConfig;
|
|
@@ -1418,6 +1406,8 @@ declare namespace gapi.client {
|
|
|
1418
1406
|
etag?: string;
|
|
1419
1407
|
/** Optional. The host from which the user can connect. For `insert` operations, host defaults to an empty string. For `update` operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional. */
|
|
1420
1408
|
host?: string;
|
|
1409
|
+
/** Indicates if user is active for IAM Authentication. */
|
|
1410
|
+
iamStatus?: string;
|
|
1421
1411
|
/** The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for `update` because it is already specified on the URL. */
|
|
1422
1412
|
instance?: string;
|
|
1423
1413
|
/** This is always `sql#user`. */
|