@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20240831 → 0.0.20240924

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 +19 -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=v1
12
- // Revision: 20240831
12
+ // Revision: 20240924
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -91,6 +91,8 @@ declare namespace gapi.client {
91
91
  backupId?: string;
92
92
  /** This is always `sql#backupContext`. */
93
93
  kind?: string;
94
+ /** The name of the backup. Format: projects/{project}/backups/{backup} */
95
+ name?: string;
94
96
  }
95
97
  interface BackupReencryptionConfig {
96
98
  /** Backup re-encryption limit */
@@ -661,8 +663,12 @@ declare namespace gapi.client {
661
663
  backupReencryptionConfig?: BackupReencryptionConfig;
662
664
  }
663
665
  interface InstancesRestoreBackupRequest {
666
+ /** The name of the backup to restore from in following format: projects/{project-id}/backups/{backup-uid} Only one of restore_backup_context or backup can be passed to the input. */
667
+ backup?: string;
664
668
  /** Parameters required to perform the restore backup operation. */
665
669
  restoreBackupContext?: RestoreBackupContext;
670
+ /** Optional. Restore instance settings overrides the instance settings stored as part of the backup. Instance's major database version cannot be changed and the disk size can only be increased. This feature is only available for restores to new instances using the backup name. */
671
+ restoreInstanceSettings?: DatabaseInstance;
666
672
  }
667
673
  interface InstancesRotateServerCaRequest {
668
674
  /** Contains details about the rotate server CA operation. */
@@ -846,6 +852,8 @@ declare namespace gapi.client {
846
852
  kind?: string;
847
853
  /** The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. */
848
854
  nextPageToken?: string;
855
+ /** List of warnings that occurred while handling the request. */
856
+ warnings?: ApiWarning[];
849
857
  }
850
858
  interface PasswordStatus {
851
859
  /** If true, user does not have login privileges. */
@@ -1995,8 +2003,16 @@ declare namespace gapi.client {
1995
2003
  alt?: string;
1996
2004
  /** JSONP */
1997
2005
  callback?: string;
2006
+ /** Flag to opt-in for final backup. By default, it is turned off. */
2007
+ enableFinalBackup?: boolean;
1998
2008
  /** Selector specifying which fields to include in a partial response. */
1999
2009
  fields?: string;
2010
+ /** Optional. The description of the final backup. */
2011
+ finalBackupDescription?: string;
2012
+ /** Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired. */
2013
+ finalBackupExpiryTime?: string;
2014
+ /** Optional. Retention period of the final backup. */
2015
+ finalBackupTtlDays?: string;
2000
2016
  /** Cloud SQL instance ID. This does not include the project ID. */
2001
2017
  instance: string;
2002
2018
  /** 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. */
@@ -3215,6 +3231,8 @@ declare namespace gapi.client {
3215
3231
  callback?: string;
3216
3232
  /** Selector specifying which fields to include in a partial response. */
3217
3233
  fields?: string;
3234
+ /** Optional. A filter string that follows the rules of EBNF grammar (https://google.aip.dev/assets/misc/ebnf-filtering.txt). Cloud SQL provides filters for status, operationType, and startTime. */
3235
+ filter?: string;
3218
3236
  /** Cloud SQL instance ID. This does not include the project ID. */
3219
3237
  instance?: string;
3220
3238
  /** 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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1",
3
- "version": "0.0.20240831",
3
+ "version": "0.0.20240924",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",