@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20230817 → 0.0.20230831
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 +5 -2
- package/package.json +1 -1
- package/tests.ts +4 -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: 20230831
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -378,6 +378,9 @@ declare namespace gapi.client {
|
|
|
378
378
|
*/
|
|
379
379
|
outOfDiskReport?:
|
|
380
380
|
SqlOutOfDiskReport;
|
|
381
|
+
/** Output only. The dns name of the primary instance in a replication group. */
|
|
382
|
+
primaryDnsName?:
|
|
383
|
+
string;
|
|
381
384
|
/** The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. */
|
|
382
385
|
project?:
|
|
383
386
|
string;
|
|
@@ -936,7 +939,7 @@ declare namespace gapi.client {
|
|
|
936
939
|
/** This is always `sql#locationPreference`. */
|
|
937
940
|
kind?:
|
|
938
941
|
string;
|
|
939
|
-
/** The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). */
|
|
942
|
+
/** The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). To disable this field, set it to 'no_secondary_zone'. */
|
|
940
943
|
secondaryZone?:
|
|
941
944
|
string;
|
|
942
945
|
/** The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). WARNING: Changing this might restart the instance. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230831
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -391,6 +391,7 @@ gapi.load('client', async () => {
|
|
|
391
391
|
sqlMinRecommendedIncreaseSizeGb: 42,
|
|
392
392
|
sqlOutOfDiskState: "Test string",
|
|
393
393
|
},
|
|
394
|
+
primaryDnsName: "Test string",
|
|
394
395
|
project: "Test string",
|
|
395
396
|
pscServiceAttachmentLink: "Test string",
|
|
396
397
|
region: "Test string",
|
|
@@ -635,6 +636,7 @@ gapi.load('client', async () => {
|
|
|
635
636
|
sqlMinRecommendedIncreaseSizeGb: 42,
|
|
636
637
|
sqlOutOfDiskState: "Test string",
|
|
637
638
|
},
|
|
639
|
+
primaryDnsName: "Test string",
|
|
638
640
|
project: "Test string",
|
|
639
641
|
pscServiceAttachmentLink: "Test string",
|
|
640
642
|
region: "Test string",
|
|
@@ -931,6 +933,7 @@ gapi.load('client', async () => {
|
|
|
931
933
|
sqlMinRecommendedIncreaseSizeGb: 42,
|
|
932
934
|
sqlOutOfDiskState: "Test string",
|
|
933
935
|
},
|
|
936
|
+
primaryDnsName: "Test string",
|
|
934
937
|
project: "Test string",
|
|
935
938
|
pscServiceAttachmentLink: "Test string",
|
|
936
939
|
region: "Test string",
|