@maxim_mazurok/gapi.client.metastore-v1 0.0.20231028 → 0.0.20231102
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 +4 -1
- 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://metastore.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231102
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -579,6 +579,9 @@ declare namespace gapi.client {
|
|
|
579
579
|
*/
|
|
580
580
|
backup?:
|
|
581
581
|
string;
|
|
582
|
+
/** Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///. */
|
|
583
|
+
backupLocation?:
|
|
584
|
+
string;
|
|
582
585
|
/** Output only. The restore details containing the revision of the service to be restored to, in format of JSON. */
|
|
583
586
|
details?:
|
|
584
587
|
string;
|
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: 20231102
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -265,6 +265,7 @@ gapi.load('client', async () => {
|
|
|
265
265
|
restores: [
|
|
266
266
|
{
|
|
267
267
|
backup: "Test string",
|
|
268
|
+
backupLocation: "Test string",
|
|
268
269
|
details: "Test string",
|
|
269
270
|
endTime: "Test string",
|
|
270
271
|
startTime: "Test string",
|
|
@@ -406,6 +407,7 @@ gapi.load('client', async () => {
|
|
|
406
407
|
restores: [
|
|
407
408
|
{
|
|
408
409
|
backup: "Test string",
|
|
410
|
+
backupLocation: "Test string",
|
|
409
411
|
details: "Test string",
|
|
410
412
|
endTime: "Test string",
|
|
411
413
|
startTime: "Test string",
|
|
@@ -579,6 +581,7 @@ gapi.load('client', async () => {
|
|
|
579
581
|
restores: [
|
|
580
582
|
{
|
|
581
583
|
backup: "Test string",
|
|
584
|
+
backupLocation: "Test string",
|
|
582
585
|
details: "Test string",
|
|
583
586
|
endTime: "Test string",
|
|
584
587
|
startTime: "Test string",
|