Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2241

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.