@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.0.20240711 → 0.0.20240724

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 +5 -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: 20240711
12
+ // Revision: 20240724
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -131,6 +131,8 @@ declare namespace gapi.client {
131
131
  kind?: string;
132
132
  /** Location of the backups. */
133
133
  location?: string;
134
+ /** Output only. The maximum chargeable bytes for the backup. */
135
+ maxChargeableBytes?: string;
134
136
  /** The URI of this resource. */
135
137
  selfLink?: string;
136
138
  /** The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`. */
@@ -293,6 +295,8 @@ declare namespace gapi.client {
293
295
  replicationCluster?: ReplicationCluster;
294
296
  /** Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances. */
295
297
  rootPassword?: string;
298
+ /** Output only. This status indicates whether the instance satisfies PZI. The status is reserved for future use. */
299
+ satisfiesPzi?: boolean;
296
300
  /** This status indicates whether the instance satisfies PZS. The status is reserved for future use. */
297
301
  satisfiesPzs?: boolean;
298
302
  /** The start time of any upcoming scheduled maintenance for this instance. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.0.20240711",
3
+ "version": "0.0.20240724",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",