Skip to content

Commit

Permalink
feat(metastore): update the api
Browse files Browse the repository at this point in the history
#### metastore:v1

The following keys were added:
- schemas.DatabaseDump.properties.databaseType.deprecated (Total Keys: 1)
- schemas.DatabaseDump.properties.sourceDatabase.deprecated (Total Keys: 1)

#### metastore:v1alpha

The following keys were added:
- schemas.DatabaseDump.properties.databaseType.deprecated (Total Keys: 1)
- schemas.DatabaseDump.properties.sourceDatabase.deprecated (Total Keys: 1)

#### metastore:v1beta

The following keys were added:
- schemas.DatabaseDump.properties.databaseType.deprecated (Total Keys: 1)
- schemas.DatabaseDump.properties.sourceDatabase.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 3e01201 commit 903ce47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion googleapiclient/discovery_cache/documents/metastore.v1.json
Expand Up @@ -1339,7 +1339,7 @@
}
}
},
"revision": "20230610",
"revision": "20230622",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1569,6 +1569,7 @@
"id": "DatabaseDump",
"properties": {
"databaseType": {
"deprecated": true,
"description": "The type of the database.",
"enum": [
"DATABASE_TYPE_UNSPECIFIED",
Expand All @@ -1585,6 +1586,7 @@
"type": "string"
},
"sourceDatabase": {
"deprecated": true,
"description": "The name of the source database.",
"type": "string"
},
Expand Down
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20230610",
"revision": "20230622",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1822,6 +1822,7 @@
"id": "DatabaseDump",
"properties": {
"databaseType": {
"deprecated": true,
"description": "The type of the database.",
"enum": [
"DATABASE_TYPE_UNSPECIFIED",
Expand All @@ -1838,6 +1839,7 @@
"type": "string"
},
"sourceDatabase": {
"deprecated": true,
"description": "The name of the source database.",
"type": "string"
},
Expand Down
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20230610",
"revision": "20230622",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1822,6 +1822,7 @@
"id": "DatabaseDump",
"properties": {
"databaseType": {
"deprecated": true,
"description": "The type of the database.",
"enum": [
"DATABASE_TYPE_UNSPECIFIED",
Expand All @@ -1838,6 +1839,7 @@
"type": "string"
},
"sourceDatabase": {
"deprecated": true,
"description": "The name of the source database.",
"type": "string"
},
Expand Down

0 comments on commit 903ce47

Please sign in to comment.