Skip to content

Commit 288bf23

Browse files
chore(metastore): update the api
1 parent 8976e92 commit 288bf23

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

googleapiclient/discovery_cache/documents/metastore.v1alpha.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
}
987987
}
988988
},
989-
"revision": "20210702",
989+
"revision": "20210715",
990990
"rootUrl": "https://metastore.googleapis.com/",
991991
"schemas": {
992992
"AuditConfig": {
@@ -1073,14 +1073,16 @@
10731073
"CREATING",
10741074
"DELETING",
10751075
"ACTIVE",
1076-
"FAILED"
1076+
"FAILED",
1077+
"RESTORING"
10771078
],
10781079
"enumDescriptions": [
10791080
"The state of the backup is unknown.",
10801081
"The backup is being created.",
10811082
"The backup is being deleted.",
10821083
"The backup is active and ready to use.",
1083-
"The backup failed."
1084+
"The backup failed.",
1085+
"The backup is being restored."
10841086
],
10851087
"readOnly": true,
10861088
"type": "string"

googleapiclient/discovery_cache/documents/metastore.v1beta.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
}
987987
}
988988
},
989-
"revision": "20210702",
989+
"revision": "20210715",
990990
"rootUrl": "https://metastore.googleapis.com/",
991991
"schemas": {
992992
"AuditConfig": {
@@ -1073,14 +1073,16 @@
10731073
"CREATING",
10741074
"DELETING",
10751075
"ACTIVE",
1076-
"FAILED"
1076+
"FAILED",
1077+
"RESTORING"
10771078
],
10781079
"enumDescriptions": [
10791080
"The state of the backup is unknown.",
10801081
"The backup is being created.",
10811082
"The backup is being deleted.",
10821083
"The backup is active and ready to use.",
1083-
"The backup failed."
1084+
"The backup failed.",
1085+
"The backup is being restored."
10841086
],
10851087
"readOnly": true,
10861088
"type": "string"

0 commit comments

Comments
 (0)