@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.0.20250502 → 0.0.20250508
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 +8 -6
- 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:
|
|
12
|
+
// Revision: 20250508
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -239,7 +239,7 @@ declare namespace gapi.client {
|
|
|
239
239
|
interface ConnectionPoolConfig {
|
|
240
240
|
/** Whether managed connection pooling is enabled. */
|
|
241
241
|
connectionPoolingEnabled?: boolean;
|
|
242
|
-
/** Optional. List of connection pool configuration flags */
|
|
242
|
+
/** Optional. List of connection pool configuration flags. */
|
|
243
243
|
flags?: ConnectionPoolFlags[];
|
|
244
244
|
}
|
|
245
245
|
interface ConnectionPoolFlags {
|
|
@@ -727,7 +727,7 @@ declare namespace gapi.client {
|
|
|
727
727
|
queryInsightsEnabled?: boolean;
|
|
728
728
|
/** Number of query execution plans captured by Insights per minute for all queries combined. Default is 5. */
|
|
729
729
|
queryPlansPerMinute?: number;
|
|
730
|
-
/** Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
|
|
730
|
+
/** Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database. */
|
|
731
731
|
queryStringLength?: number;
|
|
732
732
|
/** Whether Query Insights will record application tags from query when enabled. */
|
|
733
733
|
recordApplicationTags?: boolean;
|
|
@@ -1075,11 +1075,11 @@ declare namespace gapi.client {
|
|
|
1075
1075
|
state?: string;
|
|
1076
1076
|
}
|
|
1077
1077
|
interface PscAutoConnectionConfig {
|
|
1078
|
-
/** The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project. */
|
|
1078
|
+
/** Optional. The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project. */
|
|
1079
1079
|
consumerNetwork?: string;
|
|
1080
1080
|
/** The connection policy status of the consumer network. */
|
|
1081
1081
|
consumerNetworkStatus?: string;
|
|
1082
|
-
/** This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network. */
|
|
1082
|
+
/** Optional. This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network. */
|
|
1083
1083
|
consumerProject?: string;
|
|
1084
1084
|
/** The IP address of the consumer endpoint. */
|
|
1085
1085
|
ipAddress?: string;
|
|
@@ -1089,6 +1089,8 @@ declare namespace gapi.client {
|
|
|
1089
1089
|
interface PscConfig {
|
|
1090
1090
|
/** Optional. The list of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric). */
|
|
1091
1091
|
allowedConsumerProjects?: string[];
|
|
1092
|
+
/** Optional. The network attachment of the consumer network that the Private Service Connect enabled Cloud SQL instance is authorized to connect via PSC interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID */
|
|
1093
|
+
networkAttachmentUri?: string;
|
|
1092
1094
|
/** Optional. The list of settings for requested Private Service Connect consumer endpoints that can be used to connect to this Cloud SQL instance. */
|
|
1093
1095
|
pscAutoConnections?: PscAutoConnectionConfig[];
|
|
1094
1096
|
/** Whether PSC connectivity is enabled for this instance. */
|
|
@@ -1203,7 +1205,7 @@ declare namespace gapi.client {
|
|
|
1203
1205
|
passwordValidationPolicy?: PasswordValidationPolicy;
|
|
1204
1206
|
/** The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. */
|
|
1205
1207
|
pricingPlan?: string;
|
|
1206
|
-
/** Optional. Configuration value for recreation of replica after certain replication lag */
|
|
1208
|
+
/** Optional. Configuration value for recreation of replica after certain replication lag. */
|
|
1207
1209
|
replicationLagMaxSeconds?: number;
|
|
1208
1210
|
/** The type of replication this instance uses. This can be either `ASYNCHRONOUS` or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First Generation instances. */
|
|
1209
1211
|
replicationType?: string;
|