@maxim_mazurok/gapi.client.metastore-v1alpha 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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231102
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -608,6 +608,9 @@ declare namespace gapi.client {
|
|
|
608
608
|
*/
|
|
609
609
|
backup?:
|
|
610
610
|
string;
|
|
611
|
+
/** Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///. */
|
|
612
|
+
backupLocation?:
|
|
613
|
+
string;
|
|
611
614
|
/** Output only. The restore details containing the revision of the service to be restored to, in format of JSON. */
|
|
612
615
|
details?:
|
|
613
616
|
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 */
|
|
@@ -273,6 +273,7 @@ gapi.load('client', async () => {
|
|
|
273
273
|
restores: [
|
|
274
274
|
{
|
|
275
275
|
backup: "Test string",
|
|
276
|
+
backupLocation: "Test string",
|
|
276
277
|
details: "Test string",
|
|
277
278
|
endTime: "Test string",
|
|
278
279
|
startTime: "Test string",
|
|
@@ -423,6 +424,7 @@ gapi.load('client', async () => {
|
|
|
423
424
|
restores: [
|
|
424
425
|
{
|
|
425
426
|
backup: "Test string",
|
|
427
|
+
backupLocation: "Test string",
|
|
426
428
|
details: "Test string",
|
|
427
429
|
endTime: "Test string",
|
|
428
430
|
startTime: "Test string",
|
|
@@ -611,6 +613,7 @@ gapi.load('client', async () => {
|
|
|
611
613
|
restores: [
|
|
612
614
|
{
|
|
613
615
|
backup: "Test string",
|
|
616
|
+
backupLocation: "Test string",
|
|
614
617
|
details: "Test string",
|
|
615
618
|
endTime: "Test string",
|
|
616
619
|
startTime: "Test string",
|