@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20250610 → 0.0.20250613
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 +1 -13
- 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: 20250613
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -371,8 +371,6 @@ declare namespace gapi.client {
|
|
|
371
371
|
onPremisesConfiguration?: OnPremisesConfiguration;
|
|
372
372
|
/** This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job */
|
|
373
373
|
outOfDiskReport?: SqlOutOfDiskReport;
|
|
374
|
-
/** Input only. PITR related fields added for Instance Independent PITR. */
|
|
375
|
-
pitrFields?: PITRFields;
|
|
376
374
|
/** Output only. DEPRECATED: please use write_endpoint instead. */
|
|
377
375
|
primaryDnsName?: string;
|
|
378
376
|
/** The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. */
|
|
@@ -1043,16 +1041,6 @@ declare namespace gapi.client {
|
|
|
1043
1041
|
/** The target disk shrink size in GigaBytes. */
|
|
1044
1042
|
targetSizeGb?: string;
|
|
1045
1043
|
}
|
|
1046
|
-
interface PITRFields {
|
|
1047
|
-
/** The enablement setting for PITR for MySQL. */
|
|
1048
|
-
enableBinLog?: boolean;
|
|
1049
|
-
/** The enablement setting for PITR for PostgreSQL. */
|
|
1050
|
-
replicationLogArchivingEnabled?: boolean;
|
|
1051
|
-
/** The enablement setting for PITR for SQL Server. */
|
|
1052
|
-
sqlserverPitrEnabled?: boolean;
|
|
1053
|
-
/** The number of transaction log days to retain for PITR */
|
|
1054
|
-
transactionLogRetentionDays?: number;
|
|
1055
|
-
}
|
|
1056
1044
|
interface PointInTimeRestoreContext {
|
|
1057
1045
|
/** Optional. The name of the allocated IP range for the internal IP Cloud SQL instance. For example: "google-managed-services-default". If you set this, then Cloud SQL creates the IP address for the cloned instance in the allocated range. This range must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035) standards. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Reserved for future use. http://go/speckle-subnet-picker-clone */
|
|
1058
1046
|
allocatedIpRange?: string;
|