@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20240123 → 0.0.20240201
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 +3 -3
- 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: 20240201
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -255,7 +255,7 @@ declare namespace gapi.client {
|
|
|
255
255
|
project?: string;
|
|
256
256
|
/** Output only. The link to service attachment of PSC instance. */
|
|
257
257
|
pscServiceAttachmentLink?: string;
|
|
258
|
-
/** The geographical region
|
|
258
|
+
/** The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation. */
|
|
259
259
|
region?: string;
|
|
260
260
|
/** Configuration specific to failover replicas and read replicas. */
|
|
261
261
|
replicaConfiguration?: ReplicaConfiguration;
|
|
@@ -759,7 +759,7 @@ declare namespace gapi.client {
|
|
|
759
759
|
interface PasswordValidationPolicy {
|
|
760
760
|
/** The complexity of the password. */
|
|
761
761
|
complexity?: string;
|
|
762
|
-
/**
|
|
762
|
+
/** Disallow credentials that have been previously compromised by a public data breach. */
|
|
763
763
|
disallowCompromisedCredentials?: boolean;
|
|
764
764
|
/** Disallow username as a part of the password. */
|
|
765
765
|
disallowUsernameSubstring?: boolean;
|