@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.0.20250521 → 0.0.20250526

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.
Files changed (2) hide show
  1. package/index.d.ts +13 -1
  2. 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: 20250521
12
+ // Revision: 20250526
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -375,6 +375,8 @@ declare namespace gapi.client {
375
375
  onPremisesConfiguration?: OnPremisesConfiguration;
376
376
  /** 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 */
377
377
  outOfDiskReport?: SqlOutOfDiskReport;
378
+ /** Input only. PITR related fields added for Instance Independent PITR. */
379
+ pitrFields?: PITRFields;
378
380
  /** Output only. DEPRECATED: please use write_endpoint instead. */
379
381
  primaryDnsName?: string;
380
382
  /** The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. */
@@ -1046,6 +1048,16 @@ declare namespace gapi.client {
1046
1048
  /** The target disk shrink size in GigaBytes. */
1047
1049
  targetSizeGb?: string;
1048
1050
  }
1051
+ interface PITRFields {
1052
+ /** The enablement setting for PITR for MySQL. */
1053
+ enableBinLog?: boolean;
1054
+ /** The enablement setting for PITR for PostgreSQL. */
1055
+ replicationLogArchivingEnabled?: boolean;
1056
+ /** The enablement setting for PITR for SQL Server. */
1057
+ sqlserverPitrEnabled?: boolean;
1058
+ /** The number of transaction log days to retain for PITR */
1059
+ transactionLogRetentionDays?: number;
1060
+ }
1049
1061
  interface PointInTimeRestoreContext {
1050
1062
  /** 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 */
1051
1063
  allocatedIpRange?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.0.20250521",
3
+ "version": "0.0.20250526",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",