@maxim_mazurok/gapi.client.sqladmin-v1beta4 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=v1beta4
12
- // Revision: 20250205
12
+ // Revision: 20250216
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -93,7 +93,7 @@ declare namespace gapi.client {
93
93
  location?: string;
94
94
  /** Output only. The maximum chargeable bytes for the backup. */
95
95
  maxChargeableBytes?: string;
96
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
96
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
97
97
  name?: string;
98
98
  /** Output only. This status indicates whether the backup satisfies PZI. The status is reserved for future use. */
99
99
  satisfiesPzi?: boolean;
@@ -103,7 +103,7 @@ declare namespace gapi.client {
103
103
  selfLink?: string;
104
104
  /** Output only. The state of this backup. */
105
105
  state?: string;
106
- /** 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. */
106
+ /** 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. */
107
107
  timeZone?: string;
108
108
  /** Input only. The time-to-live (TTL) interval for this resource (in days). For example: ttlDays:7 means 7 days. */
109
109
  ttlDays?: string;
@@ -912,6 +912,7 @@ declare namespace gapi.client {
912
912
  status?: string;
913
913
  /** Optional. The sub operation based on the operation type. */
914
914
  subOperationType?: SqlSubOperationType;
915
+ /** Name of the resource on which this operation runs. */
915
916
  targetId?: string;
916
917
  targetLink?: string;
917
918
  /** The project ID of the target instance related to this operation. */
@@ -1687,7 +1688,7 @@ declare namespace gapi.client {
1687
1688
  fields?: string;
1688
1689
  /** 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. */
1689
1690
  key?: string;
1690
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
1691
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
1691
1692
  name: string;
1692
1693
  /** OAuth 2.0 token for the current user. */
1693
1694
  oauth_token?: string;
@@ -1718,7 +1719,7 @@ declare namespace gapi.client {
1718
1719
  fields?: string;
1719
1720
  /** 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. */
1720
1721
  key?: string;
1721
- /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup} */
1722
+ /** Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}. */
1722
1723
  name: string;
1723
1724
  /** OAuth 2.0 token for the current user. */
1724
1725
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.0.20250205",
3
+ "version": "0.0.20250216",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",