@maxim_mazurok/gapi.client.sqladmin-v1beta4 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=v1beta4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250412
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -75,7 +75,7 @@ declare namespace gapi.client {
|
|
|
75
75
|
backupKind?: string;
|
|
76
76
|
/** Output only. The mapping to backup run resource used for IAM validations. */
|
|
77
77
|
backupRun?: string;
|
|
78
|
-
/** Output only. The database version of the instance of
|
|
78
|
+
/** Output only. The database version of the instance of at the time this backup was made. */
|
|
79
79
|
databaseVersion?: string;
|
|
80
80
|
/** The description of this backup. */
|
|
81
81
|
description?: string;
|
|
@@ -161,7 +161,7 @@ declare namespace gapi.client {
|
|
|
161
161
|
interface BackupRun {
|
|
162
162
|
/** Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT. */
|
|
163
163
|
backupKind?: string;
|
|
164
|
-
/** Output only. The instance database version
|
|
164
|
+
/** Output only. The instance database version at the time this backup was made. */
|
|
165
165
|
databaseVersion?: string;
|
|
166
166
|
/** The description of this run, only applicable to on-demand backups. */
|
|
167
167
|
description?: string;
|
|
@@ -235,22 +235,10 @@ declare namespace gapi.client {
|
|
|
235
235
|
preferredZone?: string;
|
|
236
236
|
}
|
|
237
237
|
interface ConnectionPoolConfig {
|
|
238
|
-
/** Client idle timeout. */
|
|
239
|
-
clientConnectionIdleTimeout?: string;
|
|
240
238
|
/** Whether managed connection pooling is enabled. */
|
|
241
239
|
connectionPoolingEnabled?: boolean;
|
|
242
|
-
/** Managed connection pool size. */
|
|
243
|
-
connPoolSize?: number;
|
|
244
240
|
/** Optional. List of connection pool configuration flags */
|
|
245
241
|
flags?: ConnectionPoolFlags[];
|
|
246
|
-
/** Maximum number of client connections in connection pool. */
|
|
247
|
-
maxClientConnections?: number;
|
|
248
|
-
/** The managed connection pool mode for the instance. */
|
|
249
|
-
poolMode?: string;
|
|
250
|
-
/** Query wait timeout. */
|
|
251
|
-
queryWaitTimeout?: string;
|
|
252
|
-
/** Server idle timeout. */
|
|
253
|
-
serverConnectionIdleTimeout?: string;
|
|
254
242
|
}
|
|
255
243
|
interface ConnectionPoolFlags {
|
|
256
244
|
/** Required. The name of the flag. */
|
|
@@ -259,13 +247,13 @@ declare namespace gapi.client {
|
|
|
259
247
|
value?: string;
|
|
260
248
|
}
|
|
261
249
|
interface ConnectPoolNodeConfig {
|
|
262
|
-
/** Output only. The DNS name of the node. */
|
|
250
|
+
/** Output only. The DNS name of the read pool node. */
|
|
263
251
|
dnsName?: string;
|
|
264
|
-
/** Output only. The list of DNS names used by this
|
|
252
|
+
/** Output only. The list of DNS names used by this read pool node. */
|
|
265
253
|
dnsNames?: DnsNameMapping[];
|
|
266
|
-
/** Output only. Mappings containing IP addresses that can be used to connect to the node. */
|
|
254
|
+
/** Output only. Mappings containing IP addresses that can be used to connect to the read pool node. */
|
|
267
255
|
ipAddresses?: IpMapping[];
|
|
268
|
-
/** Output only. The name of the node. Doesn't include the project ID. */
|
|
256
|
+
/** Output only. The name of the read pool node. Doesn't include the project ID. */
|
|
269
257
|
name?: string;
|
|
270
258
|
}
|
|
271
259
|
interface ConnectSettings {
|
|
@@ -283,9 +271,9 @@ declare namespace gapi.client {
|
|
|
283
271
|
ipAddresses?: IpMapping[];
|
|
284
272
|
/** This is always `sql#connectSettings`. */
|
|
285
273
|
kind?: string;
|
|
286
|
-
/** The number of nodes in a read pool. */
|
|
274
|
+
/** The number of read pool nodes in a read pool. */
|
|
287
275
|
nodeCount?: number;
|
|
288
|
-
/** Output only. Entries containing information about each node of the read pool. */
|
|
276
|
+
/** Output only. Entries containing information about each read pool node of the read pool. */
|
|
289
277
|
nodes?: ConnectPoolNodeConfig[];
|
|
290
278
|
/** Whether PSC connectivity is enabled for this instance. */
|
|
291
279
|
pscEnabled?: boolean;
|
|
@@ -375,9 +363,9 @@ declare namespace gapi.client {
|
|
|
375
363
|
maxDiskSize?: string;
|
|
376
364
|
/** Name of the Cloud SQL instance. This does not include the project ID. */
|
|
377
365
|
name?: string;
|
|
378
|
-
/** The number of nodes in a read pool. */
|
|
366
|
+
/** The number of read pool nodes in a read pool. */
|
|
379
367
|
nodeCount?: number;
|
|
380
|
-
/** Output only. Entries containing information about each node of the read pool. */
|
|
368
|
+
/** Output only. Entries containing information about each read pool node of the read pool. */
|
|
381
369
|
nodes?: PoolNodeConfig[];
|
|
382
370
|
/** Configuration specific to on-premises instances. */
|
|
383
371
|
onPremisesConfiguration?: OnPremisesConfiguration;
|
|
@@ -544,7 +532,7 @@ declare namespace gapi.client {
|
|
|
544
532
|
fileType?: string;
|
|
545
533
|
/** This is always `sql#exportContext`. */
|
|
546
534
|
kind?: string;
|
|
547
|
-
/**
|
|
535
|
+
/** Whether to perform a serverless export. */
|
|
548
536
|
offload?: boolean;
|
|
549
537
|
/** Options for exporting data as SQL statements. */
|
|
550
538
|
sqlExportOptions?: {
|
|
@@ -557,7 +545,7 @@ declare namespace gapi.client {
|
|
|
557
545
|
parallel?: boolean;
|
|
558
546
|
/** Options for exporting from a Cloud SQL for PostgreSQL instance. */
|
|
559
547
|
postgresExportOptions?: {
|
|
560
|
-
/** Optional. Use this option to include DROP SQL statements.
|
|
548
|
+
/** Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation. */
|
|
561
549
|
clean?: boolean;
|
|
562
550
|
/** Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean. */
|
|
563
551
|
ifExists?: boolean;
|
|
@@ -1053,17 +1041,17 @@ declare namespace gapi.client {
|
|
|
1053
1041
|
targetSizeGb?: string;
|
|
1054
1042
|
}
|
|
1055
1043
|
interface PoolNodeConfig {
|
|
1056
|
-
/** Output only. The DNS name of the node. */
|
|
1044
|
+
/** Output only. The DNS name of the read pool node. */
|
|
1057
1045
|
dnsName?: string;
|
|
1058
|
-
/** Output only. The list of DNS names used by this node. */
|
|
1046
|
+
/** Output only. The list of DNS names used by this read pool node. */
|
|
1059
1047
|
dnsNames?: DnsNameMapping[];
|
|
1060
|
-
/** Output only. The
|
|
1048
|
+
/** Output only. The zone of the read pool node. */
|
|
1061
1049
|
gceZone?: string;
|
|
1062
|
-
/** Output only. Mappings containing IP addresses that can be used to connect to the node. */
|
|
1050
|
+
/** Output only. Mappings containing IP addresses that can be used to connect to the read pool node. */
|
|
1063
1051
|
ipAddresses?: IpMapping[];
|
|
1064
|
-
/** Output only. The name of the node, to be used for retrieving metrics and logs
|
|
1052
|
+
/** Output only. The name of the read pool node, to be used for retrieving metrics and logs. */
|
|
1065
1053
|
name?: string;
|
|
1066
|
-
/** Output only. The current state of the node. */
|
|
1054
|
+
/** Output only. The current state of the read pool node. */
|
|
1067
1055
|
state?: string;
|
|
1068
1056
|
}
|
|
1069
1057
|
interface PscAutoConnectionConfig {
|
|
@@ -1179,7 +1167,7 @@ declare namespace gapi.client {
|
|
|
1179
1167
|
edition?: string;
|
|
1180
1168
|
/** 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. */
|
|
1181
1169
|
enableDataplexIntegration?: boolean;
|
|
1182
|
-
/** 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. */
|
|
1170
|
+
/** 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. */
|
|
1183
1171
|
enableGoogleMlIntegration?: boolean;
|
|
1184
1172
|
/** Insights configuration, for now relevant only for Postgres. */
|
|
1185
1173
|
insightsConfig?: InsightsConfig;
|
|
@@ -1423,6 +1411,8 @@ declare namespace gapi.client {
|
|
|
1423
1411
|
etag?: string;
|
|
1424
1412
|
/** 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. */
|
|
1425
1413
|
host?: string;
|
|
1414
|
+
/** Indicates if user is active for IAM Authentication. */
|
|
1415
|
+
iamStatus?: string;
|
|
1426
1416
|
/** 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. */
|
|
1427
1417
|
instance?: string;
|
|
1428
1418
|
/** This is always `sql#user`. */
|