@maxim_mazurok/gapi.client.sqladmin-v1beta4 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=v1beta4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240825
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -177,6 +177,8 @@ declare namespace gapi.client {
|
|
|
177
177
|
pitrTimestampMs?: string;
|
|
178
178
|
/** Timestamp, if specified, identifies the time to which the source instance is cloned. */
|
|
179
179
|
pointInTime?: string;
|
|
180
|
+
/** 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. */
|
|
181
|
+
preferredSecondaryZone?: string;
|
|
180
182
|
/** 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. */
|
|
181
183
|
preferredZone?: string;
|
|
182
184
|
}
|
|
@@ -402,6 +404,10 @@ declare namespace gapi.client {
|
|
|
402
404
|
copyOnly?: boolean;
|
|
403
405
|
/** Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base */
|
|
404
406
|
differentialBase?: boolean;
|
|
407
|
+
/** 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. */
|
|
408
|
+
exportLogEndTime?: string;
|
|
409
|
+
/** 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. */
|
|
410
|
+
exportLogStartTime?: string;
|
|
405
411
|
/** 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. */
|
|
406
412
|
stripeCount?: number;
|
|
407
413
|
/** Whether or not the export should be striped. */
|