@maxim_mazurok/gapi.client.sqladmin-v1 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.
- package/index.d.ts +4 -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:
|
|
12
|
+
// Revision: 20240507
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -279,7 +279,7 @@ declare namespace gapi.client {
|
|
|
279
279
|
replicationCluster?: ReplicationCluster;
|
|
280
280
|
/** Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances. */
|
|
281
281
|
rootPassword?: string;
|
|
282
|
-
/**
|
|
282
|
+
/** This status indicates whether the instance satisfies PZS. The status is reserved for future use. */
|
|
283
283
|
satisfiesPzs?: boolean;
|
|
284
284
|
/** The start time of any upcoming scheduled maintenance for this instance. */
|
|
285
285
|
scheduledMaintenance?: SqlScheduledMaintenance;
|
|
@@ -840,6 +840,8 @@ declare namespace gapi.client {
|
|
|
840
840
|
drReplica?: boolean;
|
|
841
841
|
/** 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. */
|
|
842
842
|
failoverDrReplicaName?: string;
|
|
843
|
+
/** 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. */
|
|
844
|
+
psaWriteEndpoint?: string;
|
|
843
845
|
}
|
|
844
846
|
interface Reschedule {
|
|
845
847
|
/** Required. The type of the reschedule. */
|