Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 30, 2023
1 parent 3151bd7 commit 576f5e1
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 23 deletions.
28 changes: 27 additions & 1 deletion metastore/v1/metastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
}
}
},
"revision": "20231010",
"revision": "20231023",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1569,6 +1569,17 @@
},
"type": "object"
},
"DataCatalogConfig": {
"description": "Specifies how metastore metadata should be integrated with the Data Catalog service.",
"id": "DataCatalogConfig",
"properties": {
"enabled": {
"description": "Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.",
"type": "boolean"
}
},
"type": "object"
},
"DatabaseDump": {
"description": "A specification of the location of and metadata about a database dump from a relational database management system.",
"id": "DatabaseDump",
Expand Down Expand Up @@ -2187,6 +2198,17 @@
},
"type": "object"
},
"MetadataIntegration": {
"description": "Specifies how metastore metadata should be integrated with external services.",
"id": "MetadataIntegration",
"properties": {
"dataCatalogConfig": {
"$ref": "DataCatalogConfig",
"description": "Optional. The integration config for the Data Catalog service."
}
},
"type": "object"
},
"MetadataManagementActivity": {
"description": "The metadata management activities of the metastore service.",
"id": "MetadataManagementActivity",
Expand Down Expand Up @@ -2583,6 +2605,10 @@
"$ref": "MaintenanceWindow",
"description": "The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type."
},
"metadataIntegration": {
"$ref": "MetadataIntegration",
"description": "Optional. The setting that defines how metastore metadata should be integrated with external services and systems."
},
"metadataManagementActivity": {
"$ref": "MetadataManagementActivity",
"description": "Output only. The metadata management activities of the metastore service.",
Expand Down
66 changes: 66 additions & 0 deletions metastore/v1/metastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions metastore/v1alpha/metastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20231010",
"revision": "20231023",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1816,7 +1816,7 @@
"id": "DataCatalogConfig",
"properties": {
"enabled": {
"description": "Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.",
"description": "Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -2471,7 +2471,7 @@
"properties": {
"dataCatalogConfig": {
"$ref": "DataCatalogConfig",
"description": "The integration config for the Data Catalog service."
"description": "Optional. The integration config for the Data Catalog service."
},
"dataplexConfig": {
"$ref": "DataplexConfig",
Expand Down Expand Up @@ -2904,7 +2904,7 @@
},
"metadataIntegration": {
"$ref": "MetadataIntegration",
"description": "The setting that defines how metastore metadata should be integrated with external services and systems."
"description": "Optional. The setting that defines how metastore metadata should be integrated with external services and systems."
},
"metadataManagementActivity": {
"$ref": "MetadataManagementActivity",
Expand Down
14 changes: 7 additions & 7 deletions metastore/v1alpha/metastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions metastore/v1beta/metastore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
}
}
},
"revision": "20231010",
"revision": "20231023",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down Expand Up @@ -1816,7 +1816,7 @@
"id": "DataCatalogConfig",
"properties": {
"enabled": {
"description": "Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.",
"description": "Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.",
"type": "boolean"
}
},
Expand Down Expand Up @@ -2471,7 +2471,7 @@
"properties": {
"dataCatalogConfig": {
"$ref": "DataCatalogConfig",
"description": "The integration config for the Data Catalog service."
"description": "Optional. The integration config for the Data Catalog service."
},
"dataplexConfig": {
"$ref": "DataplexConfig",
Expand Down Expand Up @@ -2904,7 +2904,7 @@
},
"metadataIntegration": {
"$ref": "MetadataIntegration",
"description": "The setting that defines how metastore metadata should be integrated with external services and systems."
"description": "Optional. The setting that defines how metastore metadata should be integrated with external services and systems."
},
"metadataManagementActivity": {
"$ref": "MetadataManagementActivity",
Expand Down
14 changes: 7 additions & 7 deletions metastore/v1beta/metastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 576f5e1

Please sign in to comment.