@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.1.20251111 → 0.1.20260106

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 +25 -3
  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: 20251111
12
+ // Revision: 20260106
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -505,11 +505,15 @@ declare namespace gapi.client {
505
505
  connectionType?: string;
506
506
  /** Output only. The scope that the DNS name applies to. */
507
507
  dnsScope?: string;
508
- /** The DNS name. */
508
+ /** Output only. The DNS name. */
509
509
  name?: string;
510
+ /** Output only. The manager for this DNS record. */
511
+ recordManager?: string;
510
512
  }
511
513
  interface Empty {}
512
514
  interface ExecuteSqlPayload {
515
+ /** Optional. Specifies the name of the application that is making the request. This field is used for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum length is 32 characters. */
516
+ application?: string;
513
517
  /** Optional. When set to true, the API caller identity associated with the request is used for database authentication. The API caller must be an IAM user in the database. */
514
518
  autoIamAuthn?: boolean;
515
519
  /** Optional. Name of the database on which the statement will be executed. */
@@ -755,6 +759,8 @@ declare namespace gapi.client {
755
759
  uri?: string;
756
760
  }
757
761
  interface InsightsConfig {
762
+ /** Optional. Whether enhanced query insights feature is enabled. */
763
+ enhancedQueryInsightsEnabled?: boolean;
758
764
  /** Whether Query Insights feature is enabled. */
759
765
  queryInsightsEnabled?: boolean;
760
766
  /** Number of query execution plans captured by Insights per minute for all queries combined. Default is 5. */
@@ -1095,7 +1101,7 @@ declare namespace gapi.client {
1095
1101
  disallowCompromisedCredentials?: boolean;
1096
1102
  /** Disallow username as a part of the password. */
1097
1103
  disallowUsernameSubstring?: boolean;
1098
- /** Whether the password policy is enabled or not. */
1104
+ /** Whether to enable the password policy or not. When enabled, passwords must meet complexity requirements. Keep this policy enabled to help prevent unauthorized access. Disabling this policy allows weak passwords. */
1099
1105
  enablePasswordPolicy?: boolean;
1100
1106
  /** Minimum number of characters allowed. */
1101
1107
  minLength?: number;
@@ -1104,6 +1110,20 @@ declare namespace gapi.client {
1104
1110
  /** Number of previous passwords that cannot be reused. */
1105
1111
  reuseInterval?: number;
1106
1112
  }
1113
+ interface PerformanceCaptureConfig {
1114
+ /** Optional. Enable or disable the Performance Capture. */
1115
+ enabled?: boolean;
1116
+ /** Optional. The minimum number of consecutive readings above threshold that triggers instance state capture. */
1117
+ probeThreshold?: number;
1118
+ /** Optional. The time interval in seconds between any two probes. */
1119
+ probingIntervalSeconds?: number;
1120
+ /** Optional. The minimum number of server threads running to trigger the capture on primary. */
1121
+ runningThreadsThreshold?: number;
1122
+ /** Optional. The minimum number of seconds replica must be lagging behind primary to trigger capture on replica. */
1123
+ secondsBehindSourceThreshold?: number;
1124
+ /** Optional. The amount of time in seconds that a transaction needs to have been open before the watcher starts recording it. */
1125
+ transactionDurationThreshold?: number;
1126
+ }
1107
1127
  interface PerformDiskShrinkContext {
1108
1128
  /** The target disk shrink size in GigaBytes. */
1109
1129
  targetSizeGb?: string;
@@ -1333,6 +1353,8 @@ declare namespace gapi.client {
1333
1353
  maintenanceWindow?: MaintenanceWindow;
1334
1354
  /** The local user password validation policy of the instance. */
1335
1355
  passwordValidationPolicy?: PasswordValidationPolicy;
1356
+ /** Optional. Configuration for Performance Capture, provides diagnostic metrics during high load situations. */
1357
+ performanceCaptureConfig?: PerformanceCaptureConfig;
1336
1358
  /** The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. */
1337
1359
  pricingPlan?: string;
1338
1360
  /** Optional. The read pool auto-scale configuration for the instance. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.1.20251111",
3
+ "version": "0.1.20260106",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",