@maxim_mazurok/gapi.client.sqladmin-v1 0.1.20251006 → 0.1.20251019
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 +9 -7
- 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: 20251019
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -219,7 +219,7 @@ declare namespace gapi.client {
|
|
|
219
219
|
binLogCoordinates?: BinLogCoordinates;
|
|
220
220
|
/** (SQL Server only) Clone only the specified databases from the source instance. Clone all databases if empty. */
|
|
221
221
|
databaseNames?: string[];
|
|
222
|
-
/** Name of the Cloud SQL instance to be created as a clone. */
|
|
222
|
+
/** Required. Name of the Cloud SQL instance to be created as a clone. */
|
|
223
223
|
destinationInstanceName?: string;
|
|
224
224
|
/** This is always `sql#cloneContext`. */
|
|
225
225
|
kind?: string;
|
|
@@ -774,7 +774,7 @@ declare namespace gapi.client {
|
|
|
774
774
|
acquireSsrsLeaseContext?: AcquireSsrsLeaseContext;
|
|
775
775
|
}
|
|
776
776
|
interface InstancesCloneRequest {
|
|
777
|
-
/** Contains details about the clone operation. */
|
|
777
|
+
/** Required. Contains details about the clone operation. */
|
|
778
778
|
cloneContext?: CloneContext;
|
|
779
779
|
}
|
|
780
780
|
interface InstancesDemoteMasterRequest {
|
|
@@ -1262,6 +1262,8 @@ declare namespace gapi.client {
|
|
|
1262
1262
|
connectorEnforcement?: string;
|
|
1263
1263
|
/** Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. */
|
|
1264
1264
|
crashSafeReplicationEnabled?: boolean;
|
|
1265
|
+
/** This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default. */
|
|
1266
|
+
dataApiAccess?: string;
|
|
1265
1267
|
/** The database flags passed to the instance at startup. */
|
|
1266
1268
|
databaseFlags?: DatabaseFlags[];
|
|
1267
1269
|
/** Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance. */
|
|
@@ -2528,7 +2530,7 @@ declare namespace gapi.client {
|
|
|
2528
2530
|
callback?: string;
|
|
2529
2531
|
/** Selector specifying which fields to include in a partial response. */
|
|
2530
2532
|
fields?: string;
|
|
2531
|
-
/** The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. */
|
|
2533
|
+
/** Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. */
|
|
2532
2534
|
instance: string;
|
|
2533
2535
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2534
2536
|
key?: string;
|
|
@@ -2536,7 +2538,7 @@ declare namespace gapi.client {
|
|
|
2536
2538
|
oauth_token?: string;
|
|
2537
2539
|
/** Returns response with indentations and line breaks. */
|
|
2538
2540
|
prettyPrint?: boolean;
|
|
2539
|
-
/** Project ID of the source as well as the clone Cloud SQL instance. */
|
|
2541
|
+
/** Required. Project ID of the source as well as the clone Cloud SQL instance. */
|
|
2540
2542
|
project: string;
|
|
2541
2543
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2542
2544
|
quotaUser?: string;
|
|
@@ -2559,7 +2561,7 @@ declare namespace gapi.client {
|
|
|
2559
2561
|
callback?: string;
|
|
2560
2562
|
/** Selector specifying which fields to include in a partial response. */
|
|
2561
2563
|
fields?: string;
|
|
2562
|
-
/** The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. */
|
|
2564
|
+
/** Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. */
|
|
2563
2565
|
instance: string;
|
|
2564
2566
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2565
2567
|
key?: string;
|
|
@@ -2567,7 +2569,7 @@ declare namespace gapi.client {
|
|
|
2567
2569
|
oauth_token?: string;
|
|
2568
2570
|
/** Returns response with indentations and line breaks. */
|
|
2569
2571
|
prettyPrint?: boolean;
|
|
2570
|
-
/** Project ID of the source as well as the clone Cloud SQL instance. */
|
|
2572
|
+
/** Required. Project ID of the source as well as the clone Cloud SQL instance. */
|
|
2571
2573
|
project: string;
|
|
2572
2574
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2573
2575
|
quotaUser?: string;
|