@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20250205 → 0.0.20250216

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 +6 -5
  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: 20250205
12
+ // Revision: 20250216
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -89,7 +89,7 @@ declare namespace gapi.client {
89
89
  location?: string;
90
90
  /** Output only. The maximum chargeable bytes for the backup. */
91
91
  maxChargeableBytes?: string;
92
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
92
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
93
93
  name?: string;
94
94
  /** Output only. This status indicates whether the backup satisfies PZI. The status is reserved for future use. */
95
95
  satisfiesPzi?: boolean;
@@ -99,7 +99,7 @@ declare namespace gapi.client {
99
99
  selfLink?: string;
100
100
  /** Output only. The status of this backup. */
101
101
  state?: string;
102
- /** Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then restores to the instance won't happen. */
102
+ /** Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then the restore to the instance doesn't happen. */
103
103
  timeZone?: string;
104
104
  /** Input only. The time-to-live (TTL) interval for this resource (in days). For example: ttlDays:7 means 7 days. */
105
105
  ttlDays?: string;
@@ -907,6 +907,7 @@ declare namespace gapi.client {
907
907
  status?: string;
908
908
  /** Optional. The sub operation based on the operation type. */
909
909
  subOperationType?: SqlSubOperationType;
910
+ /** Name of the resource on which this operation runs. */
910
911
  targetId?: string;
911
912
  targetLink?: string;
912
913
  /** The project ID of the target instance related to this operation. */
@@ -1682,7 +1683,7 @@ declare namespace gapi.client {
1682
1683
  fields?: string;
1683
1684
  /** 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. */
1684
1685
  key?: string;
1685
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
1686
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
1686
1687
  name: string;
1687
1688
  /** OAuth 2.0 token for the current user. */
1688
1689
  oauth_token?: string;
@@ -1713,7 +1714,7 @@ declare namespace gapi.client {
1713
1714
  fields?: string;
1714
1715
  /** 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. */
1715
1716
  key?: string;
1716
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
1717
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
1717
1718
  name: string;
1718
1719
  /** OAuth 2.0 token for the current user. */
1719
1720
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1",
3
- "version": "0.0.20250205",
3
+ "version": "0.0.20250216",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",