@maxim_mazurok/gapi.client.sqladmin-v1 0.1.20251201 → 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.
- package/index.d.ts +8 -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: 20260106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -500,11 +500,15 @@ declare namespace gapi.client {
|
|
|
500
500
|
connectionType?: string;
|
|
501
501
|
/** Output only. The scope that the DNS name applies to. */
|
|
502
502
|
dnsScope?: string;
|
|
503
|
-
/** The DNS name. */
|
|
503
|
+
/** Output only. The DNS name. */
|
|
504
504
|
name?: string;
|
|
505
|
+
/** Output only. The manager for this DNS record. */
|
|
506
|
+
recordManager?: string;
|
|
505
507
|
}
|
|
506
508
|
interface Empty {}
|
|
507
509
|
interface ExecuteSqlPayload {
|
|
510
|
+
/** 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. */
|
|
511
|
+
application?: string;
|
|
508
512
|
/** 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. */
|
|
509
513
|
autoIamAuthn?: boolean;
|
|
510
514
|
/** Optional. Name of the database on which the statement will be executed. */
|
|
@@ -750,6 +754,8 @@ declare namespace gapi.client {
|
|
|
750
754
|
uri?: string;
|
|
751
755
|
}
|
|
752
756
|
interface InsightsConfig {
|
|
757
|
+
/** Optional. Whether enhanced query insights feature is enabled. */
|
|
758
|
+
enhancedQueryInsightsEnabled?: boolean;
|
|
753
759
|
/** Whether Query Insights feature is enabled. */
|
|
754
760
|
queryInsightsEnabled?: boolean;
|
|
755
761
|
/** Number of query execution plans captured by Insights per minute for all queries combined. Default is 5. */
|