@maxim_mazurok/gapi.client.sqladmin-v1beta4 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=v1beta4
12
- // Revision: 20240831
12
+ // Revision: 20240924
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -95,6 +95,8 @@ declare namespace gapi.client {
95
95
  backupId?: string;
96
96
  /** This is always `sql#backupContext`. */
97
97
  kind?: string;
98
+ /** The name of the backup. Format: projects/{project}/backups/{backup} */
99
+ name?: string;
98
100
  }
99
101
  interface BackupReencryptionConfig {
100
102
  /** Backup re-encryption limit */
@@ -666,8 +668,12 @@ declare namespace gapi.client {
666
668
  backupReencryptionConfig?: BackupReencryptionConfig;
667
669
  }
668
670
  interface InstancesRestoreBackupRequest {
671
+ /** 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. */
672
+ backup?: string;
669
673
  /** Parameters required to perform the restore backup operation. */
670
674
  restoreBackupContext?: RestoreBackupContext;
675
+ /** 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. */
676
+ restoreInstanceSettings?: DatabaseInstance;
671
677
  }
672
678
  interface InstancesRotateServerCaRequest {
673
679
  /** Contains details about the rotate server CA operation. */
@@ -851,6 +857,8 @@ declare namespace gapi.client {
851
857
  kind?: string;
852
858
  /** The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. */
853
859
  nextPageToken?: string;
860
+ /** List of warnings that occurred while handling the request. */
861
+ warnings?: ApiWarning[];
854
862
  }
855
863
  interface PasswordStatus {
856
864
  /** If true, user does not have login privileges. */
@@ -2000,8 +2008,16 @@ declare namespace gapi.client {
2000
2008
  alt?: string;
2001
2009
  /** JSONP */
2002
2010
  callback?: string;
2011
+ /** Flag to opt-in for final backup. By default, it is turned off. */
2012
+ enableFinalBackup?: boolean;
2003
2013
  /** Selector specifying which fields to include in a partial response. */
2004
2014
  fields?: string;
2015
+ /** Optional. The description of the final backup. */
2016
+ finalBackupDescription?: string;
2017
+ /** Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired. */
2018
+ finalBackupExpiryTime?: string;
2019
+ /** Optional. Retention period of the final backup. */
2020
+ finalBackupTtlDays?: string;
2005
2021
  /** Cloud SQL instance ID. This does not include the project ID. */
2006
2022
  instance: string;
2007
2023
  /** 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. */
@@ -3220,6 +3236,8 @@ declare namespace gapi.client {
3220
3236
  callback?: string;
3221
3237
  /** Selector specifying which fields to include in a partial response. */
3222
3238
  fields?: string;
3239
+ /** 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. */
3240
+ filter?: string;
3223
3241
  /** Cloud SQL instance ID. This does not include the project ID. */
3224
3242
  instance?: string;
3225
3243
  /** 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-v1beta4",
3
- "version": "0.0.20240831",
3
+ "version": "0.0.20240924",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",