@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.0.20240425 → 0.0.20240507

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 +4 -2
  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: 20240425
12
+ // Revision: 20240507
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -283,7 +283,7 @@ declare namespace gapi.client {
283
283
  replicationCluster?: ReplicationCluster;
284
284
  /** Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances. */
285
285
  rootPassword?: string;
286
- /** The status indicating if instance satisfiesPzs. Reserved for future use. */
286
+ /** This status indicates whether the instance satisfies PZS. The status is reserved for future use. */
287
287
  satisfiesPzs?: boolean;
288
288
  /** The start time of any upcoming scheduled maintenance for this instance. */
289
289
  scheduledMaintenance?: SqlScheduledMaintenance;
@@ -845,6 +845,8 @@ declare namespace gapi.client {
845
845
  drReplica?: boolean;
846
846
  /** Optional. If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. A DR replica is an optional configuration for Enterprise Plus edition instances. If the instance is a read replica, then the field is not set. Set this field to a replica name to designate a DR replica for a primary instance. Remove the replica name to remove the DR replica designation. */
847
847
  failoverDrReplicaName?: string;
848
+ /** Output only. If set, it indicates this instance has a private service access (PSA) dns endpoint that is pointing to the primary instance of the cluster. If this instance is the primary, the dns should be pointing to this instance. After Switchover or Replica failover, this DNS endpoint points to the promoted instance. This is a read-only field, returned to the user as information. This field can exist even if a standalone instance does not yet have a replica, or had a DR replica that was deleted. */
849
+ psaWriteEndpoint?: string;
848
850
  }
849
851
  interface Reschedule {
850
852
  /** Required. The type of the reschedule. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.0.20240425",
3
+ "version": "0.0.20240507",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",