|
106 | 106 | "protocol": "rest",
|
107 | 107 | "resources": {
|
108 | 108 | "catalog": {
|
| 109 | +"deprecated": true, |
109 | 110 | "methods": {
|
110 | 111 | "search": {
|
| 112 | +"deprecated": true, |
111 | 113 | "description": "Searches Data Catalog for multiple resources like entries and tags that match a query. This is a [Custom Method] (https://cloud.google.com/apis/design/custom_methods) that doesn't return all information on a resource, only its ID and high level fields. To get more information, you can subsequently call specific get methods. Note: Data Catalog search queries don't guarantee full recall. Results that match your query might not be returned, even in subsequent result pages. Additionally, returned (and not returned) results can vary if you repeat search queries. For more information, see [Data Catalog search syntax] (https://cloud.google.com/data-catalog/docs/how-to/search-reference).",
|
112 | 114 | "flatPath": "v1/catalog:search",
|
113 | 115 | "httpMethod": "POST",
|
|
128 | 130 | }
|
129 | 131 | },
|
130 | 132 | "entries": {
|
| 133 | +"deprecated": true, |
131 | 134 | "methods": {
|
132 | 135 | "lookup": {
|
| 136 | +"deprecated": true, |
133 | 137 | "description": "Gets an entry by its target resource name. The resource name comes from the source Google Cloud Platform service.",
|
134 | 138 | "flatPath": "v1/entries:lookup",
|
135 | 139 | "httpMethod": "GET",
|
|
175 | 179 | "organizations": {
|
176 | 180 | "resources": {
|
177 | 181 | "locations": {
|
| 182 | +"deprecated": true, |
178 | 183 | "methods": {
|
179 | 184 | "retrieveConfig": {
|
| 185 | +"deprecated": true, |
180 | 186 | "description": "Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific organization, including all the projects under it which have a separate configuration set.",
|
181 | 187 | "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}:retrieveConfig",
|
182 | 188 | "httpMethod": "GET",
|
|
202 | 208 | ]
|
203 | 209 | },
|
204 | 210 | "retrieveEffectiveConfig": {
|
| 211 | +"deprecated": true, |
205 | 212 | "description": "Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for a specific organization or project. If there is no specific configuration set for the resource, the setting is checked hierarchicahlly through the ancestors of the resource, starting from the resource itself.",
|
206 | 213 | "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}:retrieveEffectiveConfig",
|
207 | 214 | "httpMethod": "GET",
|
|
227 | 234 | ]
|
228 | 235 | },
|
229 | 236 | "setConfig": {
|
| 237 | +"deprecated": true, |
230 | 238 | "description": "Sets the configuration related to the migration to Dataplex for an organization or project.",
|
231 | 239 | "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}:setConfig",
|
232 | 240 | "httpMethod": "POST",
|
|
263 | 271 | "locations": {
|
264 | 272 | "methods": {
|
265 | 273 | "retrieveEffectiveConfig": {
|
| 274 | +"deprecated": true, |
266 | 275 | "description": "Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for a specific organization or project. If there is no specific configuration set for the resource, the setting is checked hierarchicahlly through the ancestors of the resource, starting from the resource itself.",
|
267 | 276 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:retrieveEffectiveConfig",
|
268 | 277 | "httpMethod": "GET",
|
|
288 | 297 | ]
|
289 | 298 | },
|
290 | 299 | "setConfig": {
|
| 300 | +"deprecated": true, |
291 | 301 | "description": "Sets the configuration related to the migration to Dataplex for an organization or project.",
|
292 | 302 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:setConfig",
|
293 | 303 | "httpMethod": "POST",
|
|
320 | 330 | "entryGroups": {
|
321 | 331 | "methods": {
|
322 | 332 | "create": {
|
| 333 | +"deprecated": true, |
323 | 334 | "description": "Creates an entry group. An entry group contains logically related entries together with [Cloud Identity and Access Management](/data-catalog/docs/concepts/iam) policies. These policies specify users who can create, edit, and view entries within entry groups. Data Catalog automatically creates entry groups with names that start with the `@` symbol for the following resources: * BigQuery entries (`@bigquery`) * Pub/Sub topics (`@pubsub`) * Dataproc Metastore services (`@dataproc_metastore_{SERVICE_NAME_HASH}`) You can create your own entry groups for Cloud Storage fileset entries and custom entries together with the corresponding IAM policies. User-created entry groups can't contain the `@` symbol, it is reserved for automatically created groups. Entry groups, like entries, can be searched. A maximum of 10,000 entry groups may be created per organization across all locations. You must enable the Data Catalog API in the project identified by the `parent` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
324 | 335 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups",
|
325 | 336 | "httpMethod": "POST",
|
|
353 | 364 | ]
|
354 | 365 | },
|
355 | 366 | "delete": {
|
| 367 | +"deprecated": true, |
356 | 368 | "description": "Deletes an entry group. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
357 | 369 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}",
|
358 | 370 | "httpMethod": "DELETE",
|
|
383 | 395 | ]
|
384 | 396 | },
|
385 | 397 | "get": {
|
| 398 | +"deprecated": true, |
386 | 399 | "description": "Gets an entry group.",
|
387 | 400 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}",
|
388 | 401 | "httpMethod": "GET",
|
|
414 | 427 | ]
|
415 | 428 | },
|
416 | 429 | "getIamPolicy": {
|
| 430 | +"deprecated": true, |
417 | 431 | "description": "Gets the access control policy for a resource. May return: * A`NOT_FOUND` error if the resource doesn't exist or you don't have the permission to view it. * An empty policy if the resource exists but doesn't have a set policy. Supported resources are: - Tag templates - Entry groups Note: This method doesn't get policies from Google Cloud Platform resources ingested into Data Catalog. To call this method, you must have the following Google IAM permissions: - `datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.",
|
418 | 432 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}:getIamPolicy",
|
419 | 433 | "httpMethod": "POST",
|
|
442 | 456 | ]
|
443 | 457 | },
|
444 | 458 | "list": {
|
| 459 | +"deprecated": true, |
445 | 460 | "description": "Lists entry groups.",
|
446 | 461 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups",
|
447 | 462 | "httpMethod": "GET",
|
|
478 | 493 | ]
|
479 | 494 | },
|
480 | 495 | "patch": {
|
| 496 | +"deprecated": true, |
481 | 497 | "description": "Updates an entry group. You must enable the Data Catalog API in the project identified by the `entry_group.name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
482 | 498 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}",
|
483 | 499 | "httpMethod": "PATCH",
|
|
512 | 528 | ]
|
513 | 529 | },
|
514 | 530 | "setIamPolicy": {
|
| 531 | +"deprecated": true, |
515 | 532 | "description": "Sets an access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates - Entry groups Note: This method sets policies only within Data Catalog and can't be used to manage policies in BigQuery, Pub/Sub, Dataproc Metastore, and any external Google Cloud Platform resources synced with the Data Catalog. To call this method, you must have the following Google IAM permissions: - `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.",
|
516 | 533 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}:setIamPolicy",
|
517 | 534 | "httpMethod": "POST",
|
|
540 | 557 | ]
|
541 | 558 | },
|
542 | 559 | "testIamPermissions": {
|
| 560 | +"deprecated": true, |
543 | 561 | "description": "Gets your permissions on a resource. Returns an empty set of permissions if the resource doesn't exist. Supported resources are: - Tag templates - Entry groups Note: This method gets policies only within Data Catalog and can't be used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any external Google Cloud Platform resources ingested into Data Catalog. No Google IAM permissions are required to call this method.",
|
544 | 562 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}:testIamPermissions",
|
545 | 563 | "httpMethod": "POST",
|
|
572 | 590 | "entries": {
|
573 | 591 | "methods": {
|
574 | 592 | "create": {
|
| 593 | +"deprecated": true, |
575 | 594 | "description": "Creates an entry. You can create entries only with 'FILESET', 'CLUSTER', 'DATA_STREAM', or custom types. Data Catalog automatically creates entries with other types during metadata ingestion from integrated systems. You must enable the Data Catalog API in the project identified by the `parent` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project). An entry group can have a maximum of 100,000 entries.",
|
576 | 595 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries",
|
577 | 596 | "httpMethod": "POST",
|
|
605 | 624 | ]
|
606 | 625 | },
|
607 | 626 | "delete": {
|
| 627 | +"deprecated": true, |
608 | 628 | "description": "Deletes an existing entry. You can delete only the entries created by the CreateEntry method. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
609 | 629 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}",
|
610 | 630 | "httpMethod": "DELETE",
|
|
630 | 650 | ]
|
631 | 651 | },
|
632 | 652 | "get": {
|
| 653 | +"deprecated": true, |
633 | 654 | "description": "Gets an entry.",
|
634 | 655 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}",
|
635 | 656 | "httpMethod": "GET",
|
|
655 | 676 | ]
|
656 | 677 | },
|
657 | 678 | "getIamPolicy": {
|
| 679 | +"deprecated": true, |
658 | 680 | "description": "Gets the access control policy for a resource. May return: * A`NOT_FOUND` error if the resource doesn't exist or you don't have the permission to view it. * An empty policy if the resource exists but doesn't have a set policy. Supported resources are: - Tag templates - Entry groups Note: This method doesn't get policies from Google Cloud Platform resources ingested into Data Catalog. To call this method, you must have the following Google IAM permissions: - `datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.",
|
659 | 681 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:getIamPolicy",
|
660 | 682 | "httpMethod": "POST",
|
|
683 | 705 | ]
|
684 | 706 | },
|
685 | 707 | "import": {
|
| 708 | +"deprecated": true, |
686 | 709 | "description": "Imports entries from a source, such as data previously dumped into a Cloud Storage bucket, into Data Catalog. Import of entries is a sync operation that reconciles the state of the third-party system with the Data Catalog. `ImportEntries` accepts source data snapshots of a third-party system. Snapshot should be delivered as a .wire or base65-encoded .txt file containing a sequence of Protocol Buffer messages of DumpItem type. `ImportEntries` returns a long-running operation resource that can be queried with Operations.GetOperation to return ImportEntriesMetadata and an ImportEntriesResponse message.",
|
687 | 710 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries:import",
|
688 | 711 | "httpMethod": "POST",
|
|
711 | 734 | ]
|
712 | 735 | },
|
713 | 736 | "list": {
|
| 737 | +"deprecated": true, |
714 | 738 | "description": "Lists entries. Note: Currently, this method can list only custom entries. To get a list of both custom and automatically created entries, use SearchCatalog.",
|
715 | 739 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries",
|
716 | 740 | "httpMethod": "GET",
|
|
753 | 777 | ]
|
754 | 778 | },
|
755 | 779 | "modifyEntryContacts": {
|
| 780 | +"deprecated": true, |
756 | 781 | "description": "Modifies contacts, part of the business context of an Entry. To call this method, you must have the `datacatalog.entries.updateContacts` IAM permission on the corresponding project.",
|
757 | 782 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:modifyEntryContacts",
|
758 | 783 | "httpMethod": "POST",
|
|
781 | 806 | ]
|
782 | 807 | },
|
783 | 808 | "modifyEntryOverview": {
|
| 809 | +"deprecated": true, |
784 | 810 | "description": "Modifies entry overview, part of the business context of an Entry. To call this method, you must have the `datacatalog.entries.updateOverview` IAM permission on the corresponding project.",
|
785 | 811 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:modifyEntryOverview",
|
786 | 812 | "httpMethod": "POST",
|
|
809 | 835 | ]
|
810 | 836 | },
|
811 | 837 | "patch": {
|
| 838 | +"deprecated": true, |
812 | 839 | "description": "Updates an existing entry. You must enable the Data Catalog API in the project identified by the `entry.name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
813 | 840 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}",
|
814 | 841 | "httpMethod": "PATCH",
|
|
843 | 870 | ]
|
844 | 871 | },
|
845 | 872 | "star": {
|
| 873 | +"deprecated": true, |
846 | 874 | "description": "Marks an Entry as starred by the current user. Starring information is private to each user.",
|
847 | 875 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:star",
|
848 | 876 | "httpMethod": "POST",
|
|
871 | 899 | ]
|
872 | 900 | },
|
873 | 901 | "testIamPermissions": {
|
| 902 | +"deprecated": true, |
874 | 903 | "description": "Gets your permissions on a resource. Returns an empty set of permissions if the resource doesn't exist. Supported resources are: - Tag templates - Entry groups Note: This method gets policies only within Data Catalog and can't be used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any external Google Cloud Platform resources ingested into Data Catalog. No Google IAM permissions are required to call this method.",
|
875 | 904 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:testIamPermissions",
|
876 | 905 | "httpMethod": "POST",
|
|
899 | 928 | ]
|
900 | 929 | },
|
901 | 930 | "unstar": {
|
| 931 | +"deprecated": true, |
902 | 932 | "description": "Marks an Entry as NOT starred by the current user. Starring information is private to each user.",
|
903 | 933 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:unstar",
|
904 | 934 | "httpMethod": "POST",
|
|
929 | 959 | },
|
930 | 960 | "resources": {
|
931 | 961 | "tags": {
|
| 962 | +"deprecated": true, |
932 | 963 | "methods": {
|
933 | 964 | "create": {
|
| 965 | +"deprecated": true, |
934 | 966 | "description": "Creates a tag and assigns it to: * An Entry if the method name is `projects.locations.entryGroups.entries.tags.create`. * Or EntryGroupif the method name is `projects.locations.entryGroups.tags.create`. Note: The project identified by the `parent` parameter for the [tag] (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters) and the [tag template] (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#path-parameters) used to create the tag must be in the same organization.",
|
935 | 967 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}/tags",
|
936 | 968 | "httpMethod": "POST",
|
|
959 | 991 | ]
|
960 | 992 | },
|
961 | 993 | "delete": {
|
| 994 | +"deprecated": true, |
962 | 995 | "description": "Deletes a tag.",
|
963 | 996 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}/tags/{tagsId}",
|
964 | 997 | "httpMethod": "DELETE",
|
|
984 | 1017 | ]
|
985 | 1018 | },
|
986 | 1019 | "list": {
|
| 1020 | +"deprecated": true, |
987 | 1021 | "description": "Lists tags assigned to an Entry. The columns in the response are lowercased.",
|
988 | 1022 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}/tags",
|
989 | 1023 | "httpMethod": "GET",
|
|
1020 | 1054 | ]
|
1021 | 1055 | },
|
1022 | 1056 | "patch": {
|
| 1057 | +"deprecated": true, |
1023 | 1058 | "description": "Updates an existing tag.",
|
1024 | 1059 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}/tags/{tagsId}",
|
1025 | 1060 | "httpMethod": "PATCH",
|
|
1054 | 1089 | ]
|
1055 | 1090 | },
|
1056 | 1091 | "reconcile": {
|
| 1092 | +"deprecated": true, |
1057 | 1093 | "description": "`ReconcileTags` creates or updates a list of tags on the entry. If the ReconcileTagsRequest.force_delete_missing parameter is set, the operation deletes tags not included in the input tag list. `ReconcileTags` returns a long-running operation resource that can be queried with Operations.GetOperation to return ReconcileTagsMetadata and a ReconcileTagsResponse message.",
|
1058 | 1094 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}/tags:reconcile",
|
1059 | 1095 | "httpMethod": "POST",
|
|
1086 | 1122 | }
|
1087 | 1123 | },
|
1088 | 1124 | "tags": {
|
| 1125 | +"deprecated": true, |
1089 | 1126 | "methods": {
|
1090 | 1127 | "create": {
|
| 1128 | +"deprecated": true, |
1091 | 1129 | "description": "Creates a tag and assigns it to: * An Entry if the method name is `projects.locations.entryGroups.entries.tags.create`. * Or EntryGroupif the method name is `projects.locations.entryGroups.tags.create`. Note: The project identified by the `parent` parameter for the [tag] (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters) and the [tag template] (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#path-parameters) used to create the tag must be in the same organization.",
|
1092 | 1130 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/tags",
|
1093 | 1131 | "httpMethod": "POST",
|
|
1116 | 1154 | ]
|
1117 | 1155 | },
|
1118 | 1156 | "delete": {
|
| 1157 | +"deprecated": true, |
1119 | 1158 | "description": "Deletes a tag.",
|
1120 | 1159 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/tags/{tagsId}",
|
1121 | 1160 | "httpMethod": "DELETE",
|
|
1141 | 1180 | ]
|
1142 | 1181 | },
|
1143 | 1182 | "list": {
|
| 1183 | +"deprecated": true, |
1144 | 1184 | "description": "Lists tags assigned to an Entry. The columns in the response are lowercased.",
|
1145 | 1185 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/tags",
|
1146 | 1186 | "httpMethod": "GET",
|
|
1177 | 1217 | ]
|
1178 | 1218 | },
|
1179 | 1219 | "patch": {
|
| 1220 | +"deprecated": true, |
1180 | 1221 | "description": "Updates an existing tag.",
|
1181 | 1222 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/tags/{tagsId}",
|
1182 | 1223 | "httpMethod": "PATCH",
|
|
1337 | 1378 | "tagTemplates": {
|
1338 | 1379 | "methods": {
|
1339 | 1380 | "create": {
|
| 1381 | +"deprecated": true, |
1340 | 1382 | "description": "Creates a tag template. You must enable the Data Catalog API in the project identified by the `parent` parameter. For more information, see [Data Catalog resource project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1341 | 1383 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates",
|
1342 | 1384 | "httpMethod": "POST",
|
|
1370 | 1412 | ]
|
1371 | 1413 | },
|
1372 | 1414 | "delete": {
|
| 1415 | +"deprecated": true, |
1373 | 1416 | "description": "Deletes a tag template and all tags that use it. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1374 | 1417 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}",
|
1375 | 1418 | "httpMethod": "DELETE",
|
|
1400 | 1443 | ]
|
1401 | 1444 | },
|
1402 | 1445 | "get": {
|
| 1446 | +"deprecated": true, |
1403 | 1447 | "description": "Gets a tag template.",
|
1404 | 1448 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}",
|
1405 | 1449 | "httpMethod": "GET",
|
|
1425 | 1469 | ]
|
1426 | 1470 | },
|
1427 | 1471 | "getIamPolicy": {
|
| 1472 | +"deprecated": true, |
1428 | 1473 | "description": "Gets the access control policy for a resource. May return: * A`NOT_FOUND` error if the resource doesn't exist or you don't have the permission to view it. * An empty policy if the resource exists but doesn't have a set policy. Supported resources are: - Tag templates - Entry groups Note: This method doesn't get policies from Google Cloud Platform resources ingested into Data Catalog. To call this method, you must have the following Google IAM permissions: - `datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.",
|
1429 | 1474 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}:getIamPolicy",
|
1430 | 1475 | "httpMethod": "POST",
|
|
1453 | 1498 | ]
|
1454 | 1499 | },
|
1455 | 1500 | "patch": {
|
| 1501 | +"deprecated": true, |
1456 | 1502 | "description": "Updates a tag template. You can't update template fields with this method. These fields are separate resources with their own create, update, and delete methods. You must enable the Data Catalog API in the project identified by the `tag_template.name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1457 | 1503 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}",
|
1458 | 1504 | "httpMethod": "PATCH",
|
|
1487 | 1533 | ]
|
1488 | 1534 | },
|
1489 | 1535 | "setIamPolicy": {
|
| 1536 | +"deprecated": true, |
1490 | 1537 | "description": "Sets an access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates - Entry groups Note: This method sets policies only within Data Catalog and can't be used to manage policies in BigQuery, Pub/Sub, Dataproc Metastore, and any external Google Cloud Platform resources synced with the Data Catalog. To call this method, you must have the following Google IAM permissions: - `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.",
|
1491 | 1538 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}:setIamPolicy",
|
1492 | 1539 | "httpMethod": "POST",
|
|
1515 | 1562 | ]
|
1516 | 1563 | },
|
1517 | 1564 | "testIamPermissions": {
|
| 1565 | +"deprecated": true, |
1518 | 1566 | "description": "Gets your permissions on a resource. Returns an empty set of permissions if the resource doesn't exist. Supported resources are: - Tag templates - Entry groups Note: This method gets policies only within Data Catalog and can't be used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any external Google Cloud Platform resources ingested into Data Catalog. No Google IAM permissions are required to call this method.",
|
1519 | 1567 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}:testIamPermissions",
|
1520 | 1568 | "httpMethod": "POST",
|
|
1547 | 1595 | "fields": {
|
1548 | 1596 | "methods": {
|
1549 | 1597 | "create": {
|
| 1598 | +"deprecated": true, |
1550 | 1599 | "description": "Creates a field in a tag template. You must enable the Data Catalog API in the project identified by the `parent` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1551 | 1600 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}/fields",
|
1552 | 1601 | "httpMethod": "POST",
|
|
1580 | 1629 | ]
|
1581 | 1630 | },
|
1582 | 1631 | "delete": {
|
| 1632 | +"deprecated": true, |
1583 | 1633 | "description": "Deletes a field in a tag template and all uses of this field from the tags based on this template. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1584 | 1634 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}/fields/{fieldsId}",
|
1585 | 1635 | "httpMethod": "DELETE",
|
|
1610 | 1660 | ]
|
1611 | 1661 | },
|
1612 | 1662 | "patch": {
|
| 1663 | +"deprecated": true, |
1613 | 1664 | "description": "Updates a field in a tag template. You can't update the field type with this method. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1614 | 1665 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}/fields/{fieldsId}",
|
1615 | 1666 | "httpMethod": "PATCH",
|
|
1644 | 1695 | ]
|
1645 | 1696 | },
|
1646 | 1697 | "rename": {
|
| 1698 | +"deprecated": true, |
1647 | 1699 | "description": "Renames a field in a tag template. You must enable the Data Catalog API in the project identified by the `name` parameter. For more information, see [Data Catalog resource project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project).",
|
1648 | 1700 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}/fields/{fieldsId}:rename",
|
1649 | 1701 | "httpMethod": "POST",
|
|
1674 | 1726 | },
|
1675 | 1727 | "resources": {
|
1676 | 1728 | "enumValues": {
|
| 1729 | +"deprecated": true, |
1677 | 1730 | "methods": {
|
1678 | 1731 | "rename": {
|
| 1732 | +"deprecated": true, |
1679 | 1733 | "description": "Renames an enum value in a tag template. Within a single enum field, enum values must be unique.",
|
1680 | 1734 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tagTemplates/{tagTemplatesId}/fields/{fieldsId}/enumValues/{enumValuesId}:rename",
|
1681 | 1735 | "httpMethod": "POST",
|
|
2285 | 2339 | }
|
2286 | 2340 | }
|
2287 | 2341 | },
|
2288 |
| -"revision": "20241202", |
| 2342 | +"revision": "20250212", |
2289 | 2343 | "rootUrl": "https://datacatalog.googleapis.com/",
|
2290 | 2344 | "schemas": {
|
2291 | 2345 | "Binding": {
|
|
2765 | 2819 | "properties": {
|
2766 | 2820 | "databaseViewSpec": {
|
2767 | 2821 | "$ref": "GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec",
|
2768 |
| -"description": "Spec what aplies to tables that are actually views. Not set for \"real\" tables." |
| 2822 | +"description": "Spec what applies to tables that are actually views. Not set for \"real\" tables." |
2769 | 2823 | },
|
2770 | 2824 | "dataplexTable": {
|
2771 | 2825 | "$ref": "GoogleCloudDatacatalogV1DataplexTableSpec",
|
|
3203 | 3257 | "id": "GoogleCloudDatacatalogV1FeatureOnlineStoreSpec",
|
3204 | 3258 | "properties": {
|
3205 | 3259 | "storageType": {
|
3206 |
| -"description": "Output only. Type of underelaying storage for the FeatureOnlineStore.", |
| 3260 | +"description": "Output only. Type of underlying storage for the FeatureOnlineStore.", |
3207 | 3261 | "enum": [
|
3208 | 3262 | "STORAGE_TYPE_UNSPECIFIED",
|
3209 | 3263 | "BIGTABLE",
|
|
3212 | 3266 | "enumDescriptions": [
|
3213 | 3267 | "Should not be used.",
|
3214 | 3268 | "Underlsying storgae is Bigtable.",
|
3215 |
| -"Underlaying is optimized online server (Lightning)." |
| 3269 | +"Underlying is optimized online server (Lightning)." |
3216 | 3270 | ],
|
3217 | 3271 | "readOnly": true,
|
3218 | 3272 | "type": "string"
|
|
0 commit comments