@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20240805 → 0.0.20240825
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 +7 -1
- 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: 20240825
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -173,6 +173,8 @@ declare namespace gapi.client {
|
|
|
173
173
|
pitrTimestampMs?: string;
|
|
174
174
|
/** Timestamp, if specified, identifies the time to which the source instance is cloned. */
|
|
175
175
|
pointInTime?: string;
|
|
176
|
+
/** Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified zones. If not specified, clone to the same secondary zone as the source instance. This value cannot be the same as the preferred_zone field. This field applies to all DB types. */
|
|
177
|
+
preferredSecondaryZone?: string;
|
|
176
178
|
/** Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If no zone is specified, clone to the same primary zone as the source instance. This field applies to all DB types. */
|
|
177
179
|
preferredZone?: string;
|
|
178
180
|
}
|
|
@@ -397,6 +399,10 @@ declare namespace gapi.client {
|
|
|
397
399
|
copyOnly?: boolean;
|
|
398
400
|
/** Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base */
|
|
399
401
|
differentialBase?: boolean;
|
|
402
|
+
/** Optional. The end timestamp when transaction log will be included in the export operation. [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`) in UTC. When omitted, all available logs until current time will be included. Only applied to Cloud SQL for SQL Server. */
|
|
403
|
+
exportLogEndTime?: string;
|
|
404
|
+
/** Optional. The begin timestamp when transaction log will be included in the export operation. [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`) in UTC. When omitted, all available logs from the beginning of retention period will be included. Only applied to Cloud SQL for SQL Server. */
|
|
405
|
+
exportLogStartTime?: string;
|
|
400
406
|
/** Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen. */
|
|
401
407
|
stripeCount?: number;
|
|
402
408
|
/** Whether or not the export should be striped. */
|