Skip to content

Commit ebd1120

Browse files
docs: [DataCatalog] mark DataCatalog service deprecated, use Dataplex Catalog instead (#8158)
* feat: mark DataCatalog service deprecated, use Dataplex Catalog instead docs: fix a few typos PiperOrigin-RevId: 736573278 Source-Link: googleapis/googleapis@c18eb9f Source-Link: googleapis/googleapis-gen@352c3e3 Copy-Tag: eyJwIjoiRGF0YUNhdGFsb2cvLk93bEJvdC55YW1sIiwiaCI6IjM1MmMzZTM1MmI4OWExOTFhY2ViMmRjZjA1NzEwMmVjM2FkODM5MzYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5dbdd1b commit ebd1120

5 files changed

Lines changed: 89 additions & 11 deletions

File tree

116 Bytes
Binary file not shown.

DataCatalog/src/V1/Client/DataCatalogClient.php

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@
9494
use Psr\Log\LoggerInterface;
9595

9696
/**
97-
* Service Description: Data Catalog API service allows you to discover, understand, and manage
97+
* Service Description: Deprecated: Please use Dataplex Catalog instead.
98+
*
99+
* Data Catalog API service allows you to discover, understand, and manage
98100
* your data.
99101
*
100102
* This class provides the ability to make remote calls to the backing service through method
@@ -105,6 +107,8 @@
105107
* name, and additionally a parseName method to extract the individual identifiers
106108
* contained within formatted names that are returned by the API.
107109
*
110+
* @deprecated This class will be removed in the next major version update.
111+
*
108112
* @method PromiseInterface<Entry> createEntryAsync(CreateEntryRequest $request, array $optionalArgs = [])
109113
* @method PromiseInterface<EntryGroup> createEntryGroupAsync(CreateEntryGroupRequest $request, array $optionalArgs = [])
110114
* @method PromiseInterface<Tag> createTagAsync(CreateTagRequest $request, array $optionalArgs = [])
@@ -539,6 +543,8 @@ public function __call($method, $args)
539543
* @return Entry
540544
*
541545
* @throws ApiException Thrown if the API call fails.
546+
*
547+
* @deprecated This method will be removed in the next major version update.
542548
*/
543549
public function createEntry(CreateEntryRequest $request, array $callOptions = []): Entry
544550
{
@@ -591,6 +597,8 @@ public function createEntry(CreateEntryRequest $request, array $callOptions = []
591597
* @return EntryGroup
592598
*
593599
* @throws ApiException Thrown if the API call fails.
600+
*
601+
* @deprecated This method will be removed in the next major version update.
594602
*/
595603
public function createEntryGroup(CreateEntryGroupRequest $request, array $callOptions = []): EntryGroup
596604
{
@@ -628,6 +636,8 @@ public function createEntryGroup(CreateEntryGroupRequest $request, array $callOp
628636
* @return Tag
629637
*
630638
* @throws ApiException Thrown if the API call fails.
639+
*
640+
* @deprecated This method will be removed in the next major version update.
631641
*/
632642
public function createTag(CreateTagRequest $request, array $callOptions = []): Tag
633643
{
@@ -659,6 +669,8 @@ public function createTag(CreateTagRequest $request, array $callOptions = []): T
659669
* @return TagTemplate
660670
*
661671
* @throws ApiException Thrown if the API call fails.
672+
*
673+
* @deprecated This method will be removed in the next major version update.
662674
*/
663675
public function createTagTemplate(CreateTagTemplateRequest $request, array $callOptions = []): TagTemplate
664676
{
@@ -689,6 +701,8 @@ public function createTagTemplate(CreateTagTemplateRequest $request, array $call
689701
* @return TagTemplateField
690702
*
691703
* @throws ApiException Thrown if the API call fails.
704+
*
705+
* @deprecated This method will be removed in the next major version update.
692706
*/
693707
public function createTagTemplateField(
694708
CreateTagTemplateFieldRequest $request,
@@ -724,6 +738,8 @@ public function createTagTemplateField(
724738
* }
725739
*
726740
* @throws ApiException Thrown if the API call fails.
741+
*
742+
* @deprecated This method will be removed in the next major version update.
727743
*/
728744
public function deleteEntry(DeleteEntryRequest $request, array $callOptions = []): void
729745
{
@@ -753,6 +769,8 @@ public function deleteEntry(DeleteEntryRequest $request, array $callOptions = []
753769
* }
754770
*
755771
* @throws ApiException Thrown if the API call fails.
772+
*
773+
* @deprecated This method will be removed in the next major version update.
756774
*/
757775
public function deleteEntryGroup(DeleteEntryGroupRequest $request, array $callOptions = []): void
758776
{
@@ -777,6 +795,8 @@ public function deleteEntryGroup(DeleteEntryGroupRequest $request, array $callOp
777795
* }
778796
*
779797
* @throws ApiException Thrown if the API call fails.
798+
*
799+
* @deprecated This method will be removed in the next major version update.
780800
*/
781801
public function deleteTag(DeleteTagRequest $request, array $callOptions = []): void
782802
{
@@ -805,6 +825,8 @@ public function deleteTag(DeleteTagRequest $request, array $callOptions = []): v
805825
* }
806826
*
807827
* @throws ApiException Thrown if the API call fails.
828+
*
829+
* @deprecated This method will be removed in the next major version update.
808830
*/
809831
public function deleteTagTemplate(DeleteTagTemplateRequest $request, array $callOptions = []): void
810832
{
@@ -834,6 +856,8 @@ public function deleteTagTemplate(DeleteTagTemplateRequest $request, array $call
834856
* }
835857
*
836858
* @throws ApiException Thrown if the API call fails.
859+
*
860+
* @deprecated This method will be removed in the next major version update.
837861
*/
838862
public function deleteTagTemplateField(DeleteTagTemplateFieldRequest $request, array $callOptions = []): void
839863
{
@@ -860,6 +884,8 @@ public function deleteTagTemplateField(DeleteTagTemplateFieldRequest $request, a
860884
* @return Entry
861885
*
862886
* @throws ApiException Thrown if the API call fails.
887+
*
888+
* @deprecated This method will be removed in the next major version update.
863889
*/
864890
public function getEntry(GetEntryRequest $request, array $callOptions = []): Entry
865891
{
@@ -886,6 +912,8 @@ public function getEntry(GetEntryRequest $request, array $callOptions = []): Ent
886912
* @return EntryGroup
887913
*
888914
* @throws ApiException Thrown if the API call fails.
915+
*
916+
* @deprecated This method will be removed in the next major version update.
889917
*/
890918
public function getEntryGroup(GetEntryGroupRequest $request, array $callOptions = []): EntryGroup
891919
{
@@ -932,6 +960,8 @@ public function getEntryGroup(GetEntryGroupRequest $request, array $callOptions
932960
* @return Policy
933961
*
934962
* @throws ApiException Thrown if the API call fails.
963+
*
964+
* @deprecated This method will be removed in the next major version update.
935965
*/
936966
public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions = []): Policy
937967
{
@@ -958,6 +988,8 @@ public function getIamPolicy(GetIamPolicyRequest $request, array $callOptions =
958988
* @return TagTemplate
959989
*
960990
* @throws ApiException Thrown if the API call fails.
991+
*
992+
* @deprecated This method will be removed in the next major version update.
961993
*/
962994
public function getTagTemplate(GetTagTemplateRequest $request, array $callOptions = []): TagTemplate
963995
{
@@ -1001,6 +1033,8 @@ public function getTagTemplate(GetTagTemplateRequest $request, array $callOption
10011033
* @return OperationResponse
10021034
*
10031035
* @throws ApiException Thrown if the API call fails.
1036+
*
1037+
* @deprecated This method will be removed in the next major version update.
10041038
*/
10051039
public function importEntries(ImportEntriesRequest $request, array $callOptions = []): OperationResponse
10061040
{
@@ -1031,6 +1065,8 @@ public function importEntries(ImportEntriesRequest $request, array $callOptions
10311065
* @return PagedListResponse
10321066
*
10331067
* @throws ApiException Thrown if the API call fails.
1068+
*
1069+
* @deprecated This method will be removed in the next major version update.
10341070
*/
10351071
public function listEntries(ListEntriesRequest $request, array $callOptions = []): PagedListResponse
10361072
{
@@ -1057,6 +1093,8 @@ public function listEntries(ListEntriesRequest $request, array $callOptions = []
10571093
* @return PagedListResponse
10581094
*
10591095
* @throws ApiException Thrown if the API call fails.
1096+
*
1097+
* @deprecated This method will be removed in the next major version update.
10601098
*/
10611099
public function listEntryGroups(ListEntryGroupsRequest $request, array $callOptions = []): PagedListResponse
10621100
{
@@ -1085,6 +1123,8 @@ public function listEntryGroups(ListEntryGroupsRequest $request, array $callOpti
10851123
* @return PagedListResponse
10861124
*
10871125
* @throws ApiException Thrown if the API call fails.
1126+
*
1127+
* @deprecated This method will be removed in the next major version update.
10881128
*/
10891129
public function listTags(ListTagsRequest $request, array $callOptions = []): PagedListResponse
10901130
{
@@ -1113,6 +1153,8 @@ public function listTags(ListTagsRequest $request, array $callOptions = []): Pag
11131153
* @return Entry
11141154
*
11151155
* @throws ApiException Thrown if the API call fails.
1156+
*
1157+
* @deprecated This method will be removed in the next major version update.
11161158
*/
11171159
public function lookupEntry(LookupEntryRequest $request, array $callOptions = []): Entry
11181160
{
@@ -1143,6 +1185,8 @@ public function lookupEntry(LookupEntryRequest $request, array $callOptions = []
11431185
* @return Contacts
11441186
*
11451187
* @throws ApiException Thrown if the API call fails.
1188+
*
1189+
* @deprecated This method will be removed in the next major version update.
11461190
*/
11471191
public function modifyEntryContacts(ModifyEntryContactsRequest $request, array $callOptions = []): Contacts
11481192
{
@@ -1173,6 +1217,8 @@ public function modifyEntryContacts(ModifyEntryContactsRequest $request, array $
11731217
* @return EntryOverview
11741218
*
11751219
* @throws ApiException Thrown if the API call fails.
1220+
*
1221+
* @deprecated This method will be removed in the next major version update.
11761222
*/
11771223
public function modifyEntryOverview(ModifyEntryOverviewRequest $request, array $callOptions = []): EntryOverview
11781224
{
@@ -1211,6 +1257,8 @@ public function modifyEntryOverview(ModifyEntryOverviewRequest $request, array $
12111257
* @return OperationResponse
12121258
*
12131259
* @throws ApiException Thrown if the API call fails.
1260+
*
1261+
* @deprecated This method will be removed in the next major version update.
12141262
*/
12151263
public function reconcileTags(ReconcileTagsRequest $request, array $callOptions = []): OperationResponse
12161264
{
@@ -1241,6 +1289,8 @@ public function reconcileTags(ReconcileTagsRequest $request, array $callOptions
12411289
* @return TagTemplateField
12421290
*
12431291
* @throws ApiException Thrown if the API call fails.
1292+
*
1293+
* @deprecated This method will be removed in the next major version update.
12441294
*/
12451295
public function renameTagTemplateField(
12461296
RenameTagTemplateFieldRequest $request,
@@ -1272,6 +1322,8 @@ public function renameTagTemplateField(
12721322
* @return TagTemplateField
12731323
*
12741324
* @throws ApiException Thrown if the API call fails.
1325+
*
1326+
* @deprecated This method will be removed in the next major version update.
12751327
*/
12761328
public function renameTagTemplateFieldEnumValue(
12771329
RenameTagTemplateFieldEnumValueRequest $request,
@@ -1302,6 +1354,8 @@ public function renameTagTemplateFieldEnumValue(
13021354
* @return OrganizationConfig
13031355
*
13041356
* @throws ApiException Thrown if the API call fails.
1357+
*
1358+
* @deprecated This method will be removed in the next major version update.
13051359
*/
13061360
public function retrieveConfig(RetrieveConfigRequest $request, array $callOptions = []): OrganizationConfig
13071361
{
@@ -1332,6 +1386,8 @@ public function retrieveConfig(RetrieveConfigRequest $request, array $callOption
13321386
* @return MigrationConfig
13331387
*
13341388
* @throws ApiException Thrown if the API call fails.
1389+
*
1390+
* @deprecated This method will be removed in the next major version update.
13351391
*/
13361392
public function retrieveEffectiveConfig(
13371393
RetrieveEffectiveConfigRequest $request,
@@ -1374,6 +1430,8 @@ public function retrieveEffectiveConfig(
13741430
* @return PagedListResponse
13751431
*
13761432
* @throws ApiException Thrown if the API call fails.
1433+
*
1434+
* @deprecated This method will be removed in the next major version update.
13771435
*/
13781436
public function searchCatalog(SearchCatalogRequest $request, array $callOptions = []): PagedListResponse
13791437
{
@@ -1401,6 +1459,8 @@ public function searchCatalog(SearchCatalogRequest $request, array $callOptions
14011459
* @return MigrationConfig
14021460
*
14031461
* @throws ApiException Thrown if the API call fails.
1462+
*
1463+
* @deprecated This method will be removed in the next major version update.
14041464
*/
14051465
public function setConfig(SetConfigRequest $request, array $callOptions = []): MigrationConfig
14061466
{
@@ -1443,6 +1503,8 @@ public function setConfig(SetConfigRequest $request, array $callOptions = []): M
14431503
* @return Policy
14441504
*
14451505
* @throws ApiException Thrown if the API call fails.
1506+
*
1507+
* @deprecated This method will be removed in the next major version update.
14461508
*/
14471509
public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions = []): Policy
14481510
{
@@ -1470,6 +1532,8 @@ public function setIamPolicy(SetIamPolicyRequest $request, array $callOptions =
14701532
* @return StarEntryResponse
14711533
*
14721534
* @throws ApiException Thrown if the API call fails.
1535+
*
1536+
* @deprecated This method will be removed in the next major version update.
14731537
*/
14741538
public function starEntry(StarEntryRequest $request, array $callOptions = []): StarEntryResponse
14751539
{
@@ -1509,6 +1573,8 @@ public function starEntry(StarEntryRequest $request, array $callOptions = []): S
15091573
* @return TestIamPermissionsResponse
15101574
*
15111575
* @throws ApiException Thrown if the API call fails.
1576+
*
1577+
* @deprecated This method will be removed in the next major version update.
15121578
*/
15131579
public function testIamPermissions(
15141580
TestIamPermissionsRequest $request,
@@ -1538,6 +1604,8 @@ public function testIamPermissions(
15381604
* @return UnstarEntryResponse
15391605
*
15401606
* @throws ApiException Thrown if the API call fails.
1607+
*
1608+
* @deprecated This method will be removed in the next major version update.
15411609
*/
15421610
public function unstarEntry(UnstarEntryRequest $request, array $callOptions = []): UnstarEntryResponse
15431611
{
@@ -1569,6 +1637,8 @@ public function unstarEntry(UnstarEntryRequest $request, array $callOptions = []
15691637
* @return Entry
15701638
*
15711639
* @throws ApiException Thrown if the API call fails.
1640+
*
1641+
* @deprecated This method will be removed in the next major version update.
15721642
*/
15731643
public function updateEntry(UpdateEntryRequest $request, array $callOptions = []): Entry
15741644
{
@@ -1600,6 +1670,8 @@ public function updateEntry(UpdateEntryRequest $request, array $callOptions = []
16001670
* @return EntryGroup
16011671
*
16021672
* @throws ApiException Thrown if the API call fails.
1673+
*
1674+
* @deprecated This method will be removed in the next major version update.
16031675
*/
16041676
public function updateEntryGroup(UpdateEntryGroupRequest $request, array $callOptions = []): EntryGroup
16051677
{
@@ -1626,6 +1698,8 @@ public function updateEntryGroup(UpdateEntryGroupRequest $request, array $callOp
16261698
* @return Tag
16271699
*
16281700
* @throws ApiException Thrown if the API call fails.
1701+
*
1702+
* @deprecated This method will be removed in the next major version update.
16291703
*/
16301704
public function updateTag(UpdateTagRequest $request, array $callOptions = []): Tag
16311705
{
@@ -1660,6 +1734,8 @@ public function updateTag(UpdateTagRequest $request, array $callOptions = []): T
16601734
* @return TagTemplate
16611735
*
16621736
* @throws ApiException Thrown if the API call fails.
1737+
*
1738+
* @deprecated This method will be removed in the next major version update.
16631739
*/
16641740
public function updateTagTemplate(UpdateTagTemplateRequest $request, array $callOptions = []): TagTemplate
16651741
{
@@ -1693,6 +1769,8 @@ public function updateTagTemplate(UpdateTagTemplateRequest $request, array $call
16931769
* @return TagTemplateField
16941770
*
16951771
* @throws ApiException Thrown if the API call fails.
1772+
*
1773+
* @deprecated This method will be removed in the next major version update.
16961774
*/
16971775
public function updateTagTemplateField(
16981776
UpdateTagTemplateFieldRequest $request,

DataCatalog/src/V1/DatabaseTableSpec.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)