google-cloud-data_catalog-v1 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60063d672dca261a473c933a4431b0fada7f0766fd7cbe489fa17029c9f861d9
4
- data.tar.gz: 71327fad2efbcd6c50de4124e3dbb6aab472fae57d94df5ce583e87527900f7d
3
+ metadata.gz: a09bc228411c9b664b218cef27ee623b139a005ee644140811828b27fcb6c5fc
4
+ data.tar.gz: e4f3e596346b94d900711d7fd103c1e605622db58797ce5761bb1dee6c4045b9
5
5
  SHA512:
6
- metadata.gz: ec9057ea9201ed5cf715c92c2edc5eada7f59a2c4239cfb95c46f534c6a16d7a27f1e9704329d3bd63ee05abdc6f3c94cf1ecd00537641e88ac766c9b3dc1416
7
- data.tar.gz: feb0de60673f8209f32cc9f343ef0e6d6df59061c37b0a9ca1b0ac03c9531a3fdbbc73862df905af98f5867c3b6da60b240a26252091a37a1ffcf180a4f6e337
6
+ metadata.gz: 4160ae8d2d492116b3d0516022f8fc867192ceb64d21a9ba112f89e8aee3278c3eb5500776c2cbeb77c651249edff7151a4c2fdbe19ac93fea73492a1925da31
7
+ data.tar.gz: 6a8bdc1af6ceb26e20450fb1dfbba94d568c9142077713383f794ae3fb4334173fda0e29e6aff4a6fa21e56548953c05526e0f2ae1024b5f49f013590dc5db12
@@ -28,6 +28,8 @@ module Google
28
28
  ##
29
29
  # Client for the DataCatalog service.
30
30
  #
31
+ # Deprecated: Please use Dataplex Catalog instead.
32
+ #
31
33
  # Data Catalog API service allows you to discover, understand, and manage
32
34
  # your data.
33
35
  #
@@ -49,6 +51,8 @@ module Google
49
51
  # See {::Google::Cloud::DataCatalog::V1::DataCatalog::Client::Configuration}
50
52
  # for a description of the configuration fields.
51
53
  #
54
+ # @deprecated This service is deprecated and may be removed in the next major version update.
55
+ #
52
56
  # @example
53
57
  #
54
58
  # # Modify the configuration for all DataCatalog clients
@@ -236,6 +240,8 @@ module Google
236
240
  # For more information, see [Data Catalog search syntax]
237
241
  # (https://cloud.google.com/data-catalog/docs/how-to/search-reference).
238
242
  #
243
+ # @deprecated This method is deprecated and may be removed in the next major version update.
244
+ #
239
245
  # @overload search_catalog(request, options = nil)
240
246
  # Pass arguments to `search_catalog` via a request object, either of type
241
247
  # {::Google::Cloud::DataCatalog::V1::SearchCatalogRequest} or an equivalent Hash.
@@ -400,6 +406,8 @@ module Google
400
406
  # the `parent` parameter. For more information, see [Data Catalog resource
401
407
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
402
408
  #
409
+ # @deprecated This method is deprecated and may be removed in the next major version update.
410
+ #
403
411
  # @overload create_entry_group(request, options = nil)
404
412
  # Pass arguments to `create_entry_group` via a request object, either of type
405
413
  # {::Google::Cloud::DataCatalog::V1::CreateEntryGroupRequest} or an equivalent Hash.
@@ -497,6 +505,8 @@ module Google
497
505
  ##
498
506
  # Gets an entry group.
499
507
  #
508
+ # @deprecated This method is deprecated and may be removed in the next major version update.
509
+ #
500
510
  # @overload get_entry_group(request, options = nil)
501
511
  # Pass arguments to `get_entry_group` via a request object, either of type
502
512
  # {::Google::Cloud::DataCatalog::V1::GetEntryGroupRequest} or an equivalent Hash.
@@ -589,6 +599,8 @@ module Google
589
599
  # resource
590
600
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
591
601
  #
602
+ # @deprecated This method is deprecated and may be removed in the next major version update.
603
+ #
592
604
  # @overload update_entry_group(request, options = nil)
593
605
  # Pass arguments to `update_entry_group` via a request object, either of type
594
606
  # {::Google::Cloud::DataCatalog::V1::UpdateEntryGroupRequest} or an equivalent Hash.
@@ -685,6 +697,8 @@ module Google
685
697
  # resource
686
698
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
687
699
  #
700
+ # @deprecated This method is deprecated and may be removed in the next major version update.
701
+ #
688
702
  # @overload delete_entry_group(request, options = nil)
689
703
  # Pass arguments to `delete_entry_group` via a request object, either of type
690
704
  # {::Google::Cloud::DataCatalog::V1::DeleteEntryGroupRequest} or an equivalent Hash.
@@ -772,6 +786,8 @@ module Google
772
786
  ##
773
787
  # Lists entry groups.
774
788
  #
789
+ # @deprecated This method is deprecated and may be removed in the next major version update.
790
+ #
775
791
  # @overload list_entry_groups(request, options = nil)
776
792
  # Pass arguments to `list_entry_groups` via a request object, either of type
777
793
  # {::Google::Cloud::DataCatalog::V1::ListEntryGroupsRequest} or an equivalent Hash.
@@ -883,6 +899,8 @@ module Google
883
899
  #
884
900
  # An entry group can have a maximum of 100,000 entries.
885
901
  #
902
+ # @deprecated This method is deprecated and may be removed in the next major version update.
903
+ #
886
904
  # @overload create_entry(request, options = nil)
887
905
  # Pass arguments to `create_entry` via a request object, either of type
888
906
  # {::Google::Cloud::DataCatalog::V1::CreateEntryRequest} or an equivalent Hash.
@@ -984,6 +1002,8 @@ module Google
984
1002
  # resource
985
1003
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
986
1004
  #
1005
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1006
+ #
987
1007
  # @overload update_entry(request, options = nil)
988
1008
  # Pass arguments to `update_entry` via a request object, either of type
989
1009
  # {::Google::Cloud::DataCatalog::V1::UpdateEntryRequest} or an equivalent Hash.
@@ -1108,6 +1128,8 @@ module Google
1108
1128
  # resource
1109
1129
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
1110
1130
  #
1131
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1132
+ #
1111
1133
  # @overload delete_entry(request, options = nil)
1112
1134
  # Pass arguments to `delete_entry` via a request object, either of type
1113
1135
  # {::Google::Cloud::DataCatalog::V1::DeleteEntryRequest} or an equivalent Hash.
@@ -1193,6 +1215,8 @@ module Google
1193
1215
  ##
1194
1216
  # Gets an entry.
1195
1217
  #
1218
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1219
+ #
1196
1220
  # @overload get_entry(request, options = nil)
1197
1221
  # Pass arguments to `get_entry` via a request object, either of type
1198
1222
  # {::Google::Cloud::DataCatalog::V1::GetEntryRequest} or an equivalent Hash.
@@ -1280,6 +1304,8 @@ module Google
1280
1304
  #
1281
1305
  # The resource name comes from the source Google Cloud Platform service.
1282
1306
  #
1307
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1308
+ #
1283
1309
  # @overload lookup_entry(request, options = nil)
1284
1310
  # Pass arguments to `lookup_entry` via a request object, either of type
1285
1311
  # {::Google::Cloud::DataCatalog::V1::LookupEntryRequest} or an equivalent Hash.
@@ -1414,6 +1440,8 @@ module Google
1414
1440
  # To get a list of both custom and automatically created entries, use
1415
1441
  # {::Google::Cloud::DataCatalog::V1::DataCatalog::Client#search_catalog SearchCatalog}.
1416
1442
  #
1443
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1444
+ #
1417
1445
  # @overload list_entries(request, options = nil)
1418
1446
  # Pass arguments to `list_entries` via a request object, either of type
1419
1447
  # {::Google::Cloud::DataCatalog::V1::ListEntriesRequest} or an equivalent Hash.
@@ -1523,6 +1551,8 @@ module Google
1523
1551
  # To call this method, you must have the `datacatalog.entries.updateOverview`
1524
1552
  # IAM permission on the corresponding project.
1525
1553
  #
1554
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1555
+ #
1526
1556
  # @overload modify_entry_overview(request, options = nil)
1527
1557
  # Pass arguments to `modify_entry_overview` via a request object, either of type
1528
1558
  # {::Google::Cloud::DataCatalog::V1::ModifyEntryOverviewRequest} or an equivalent Hash.
@@ -1614,6 +1644,8 @@ module Google
1614
1644
  # To call this method, you must have the `datacatalog.entries.updateContacts`
1615
1645
  # IAM permission on the corresponding project.
1616
1646
  #
1647
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1648
+ #
1617
1649
  # @overload modify_entry_contacts(request, options = nil)
1618
1650
  # Pass arguments to `modify_entry_contacts` via a request object, either of type
1619
1651
  # {::Google::Cloud::DataCatalog::V1::ModifyEntryContactsRequest} or an equivalent Hash.
@@ -1706,6 +1738,8 @@ module Google
1706
1738
  # For more information, see [Data Catalog resource project]
1707
1739
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project).
1708
1740
  #
1741
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1742
+ #
1709
1743
  # @overload create_tag_template(request, options = nil)
1710
1744
  # Pass arguments to `create_tag_template` via a request object, either of type
1711
1745
  # {::Google::Cloud::DataCatalog::V1::CreateTagTemplateRequest} or an equivalent Hash.
@@ -1800,6 +1834,8 @@ module Google
1800
1834
  ##
1801
1835
  # Gets a tag template.
1802
1836
  #
1837
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1838
+ #
1803
1839
  # @overload get_tag_template(request, options = nil)
1804
1840
  # Pass arguments to `get_tag_template` via a request object, either of type
1805
1841
  # {::Google::Cloud::DataCatalog::V1::GetTagTemplateRequest} or an equivalent Hash.
@@ -1893,6 +1929,8 @@ module Google
1893
1929
  # resource
1894
1930
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
1895
1931
  #
1932
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1933
+ #
1896
1934
  # @overload update_tag_template(request, options = nil)
1897
1935
  # Pass arguments to `update_tag_template` via a request object, either of type
1898
1936
  # {::Google::Cloud::DataCatalog::V1::UpdateTagTemplateRequest} or an equivalent Hash.
@@ -1992,6 +2030,8 @@ module Google
1992
2030
  # the `name` parameter. For more information, see [Data Catalog resource
1993
2031
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
1994
2032
  #
2033
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2034
+ #
1995
2035
  # @overload delete_tag_template(request, options = nil)
1996
2036
  # Pass arguments to `delete_tag_template` via a request object, either of type
1997
2037
  # {::Google::Cloud::DataCatalog::V1::DeleteTagTemplateRequest} or an equivalent Hash.
@@ -2085,6 +2125,8 @@ module Google
2085
2125
  # the `parent` parameter. For more information, see [Data Catalog resource
2086
2126
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
2087
2127
  #
2128
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2129
+ #
2088
2130
  # @overload create_tag_template_field(request, options = nil)
2089
2131
  # Pass arguments to `create_tag_template_field` via a request object, either of type
2090
2132
  # {::Google::Cloud::DataCatalog::V1::CreateTagTemplateFieldRequest} or an equivalent Hash.
@@ -2189,6 +2231,8 @@ module Google
2189
2231
  # resource
2190
2232
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
2191
2233
  #
2234
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2235
+ #
2192
2236
  # @overload update_tag_template_field(request, options = nil)
2193
2237
  # Pass arguments to `update_tag_template_field` via a request object, either of type
2194
2238
  # {::Google::Cloud::DataCatalog::V1::UpdateTagTemplateFieldRequest} or an equivalent Hash.
@@ -2297,6 +2341,8 @@ module Google
2297
2341
  # `name` parameter. For more information, see [Data Catalog resource project]
2298
2342
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project).
2299
2343
  #
2344
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2345
+ #
2300
2346
  # @overload rename_tag_template_field(request, options = nil)
2301
2347
  # Pass arguments to `rename_tag_template_field` via a request object, either of type
2302
2348
  # {::Google::Cloud::DataCatalog::V1::RenameTagTemplateFieldRequest} or an equivalent Hash.
@@ -2387,6 +2433,8 @@ module Google
2387
2433
  #
2388
2434
  # Within a single enum field, enum values must be unique.
2389
2435
  #
2436
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2437
+ #
2390
2438
  # @overload rename_tag_template_field_enum_value(request, options = nil)
2391
2439
  # Pass arguments to `rename_tag_template_field_enum_value` via a request object, either of type
2392
2440
  # {::Google::Cloud::DataCatalog::V1::RenameTagTemplateFieldEnumValueRequest} or an equivalent Hash.
@@ -2480,6 +2528,8 @@ module Google
2480
2528
  # the `name` parameter. For more information, see [Data Catalog resource
2481
2529
  # project](https://cloud.google.com/data-catalog/docs/concepts/resource-project).
2482
2530
  #
2531
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2532
+ #
2483
2533
  # @overload delete_tag_template_field(request, options = nil)
2484
2534
  # Pass arguments to `delete_tag_template_field` via a request object, either of type
2485
2535
  # {::Google::Cloud::DataCatalog::V1::DeleteTagTemplateFieldRequest} or an equivalent Hash.
@@ -2580,6 +2630,8 @@ module Google
2580
2630
  # (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#path-parameters)
2581
2631
  # used to create the tag must be in the same organization.
2582
2632
  #
2633
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2634
+ #
2583
2635
  # @overload create_tag(request, options = nil)
2584
2636
  # Pass arguments to `create_tag` via a request object, either of type
2585
2637
  # {::Google::Cloud::DataCatalog::V1::CreateTagRequest} or an equivalent Hash.
@@ -2673,6 +2725,8 @@ module Google
2673
2725
  ##
2674
2726
  # Updates an existing tag.
2675
2727
  #
2728
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2729
+ #
2676
2730
  # @overload update_tag(request, options = nil)
2677
2731
  # Pass arguments to `update_tag` via a request object, either of type
2678
2732
  # {::Google::Cloud::DataCatalog::V1::UpdateTagRequest} or an equivalent Hash.
@@ -2765,6 +2819,8 @@ module Google
2765
2819
  ##
2766
2820
  # Deletes a tag.
2767
2821
  #
2822
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2823
+ #
2768
2824
  # @overload delete_tag(request, options = nil)
2769
2825
  # Pass arguments to `delete_tag` via a request object, either of type
2770
2826
  # {::Google::Cloud::DataCatalog::V1::DeleteTagRequest} or an equivalent Hash.
@@ -2852,6 +2908,8 @@ module Google
2852
2908
  # The {::Google::Cloud::DataCatalog::V1::Tag#column columns} in the response are
2853
2909
  # lowercased.
2854
2910
  #
2911
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2912
+ #
2855
2913
  # @overload list_tags(request, options = nil)
2856
2914
  # Pass arguments to `list_tags` via a request object, either of type
2857
2915
  # {::Google::Cloud::DataCatalog::V1::ListTagsRequest} or an equivalent Hash.
@@ -2964,6 +3022,8 @@ module Google
2964
3022
  # a [ReconcileTagsResponse]
2965
3023
  # [google.cloud.datacatalog.v1.ReconcileTagsResponse] message.
2966
3024
  #
3025
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3026
+ #
2967
3027
  # @overload reconcile_tags(request, options = nil)
2968
3028
  # Pass arguments to `reconcile_tags` via a request object, either of type
2969
3029
  # {::Google::Cloud::DataCatalog::V1::ReconcileTagsRequest} or an equivalent Hash.
@@ -3070,6 +3130,8 @@ module Google
3070
3130
  # Marks an {::Google::Cloud::DataCatalog::V1::Entry Entry} as starred by
3071
3131
  # the current user. Starring information is private to each user.
3072
3132
  #
3133
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3134
+ #
3073
3135
  # @overload star_entry(request, options = nil)
3074
3136
  # Pass arguments to `star_entry` via a request object, either of type
3075
3137
  # {::Google::Cloud::DataCatalog::V1::StarEntryRequest} or an equivalent Hash.
@@ -3156,6 +3218,8 @@ module Google
3156
3218
  # Marks an {::Google::Cloud::DataCatalog::V1::Entry Entry} as NOT starred by
3157
3219
  # the current user. Starring information is private to each user.
3158
3220
  #
3221
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3222
+ #
3159
3223
  # @overload unstar_entry(request, options = nil)
3160
3224
  # Pass arguments to `unstar_entry` via a request object, either of type
3161
3225
  # {::Google::Cloud::DataCatalog::V1::UnstarEntryRequest} or an equivalent Hash.
@@ -3257,6 +3321,8 @@ module Google
3257
3321
  # templates.
3258
3322
  # - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.
3259
3323
  #
3324
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3325
+ #
3260
3326
  # @overload set_iam_policy(request, options = nil)
3261
3327
  # Pass arguments to `set_iam_policy` via a request object, either of type
3262
3328
  # {::Google::Iam::V1::SetIamPolicyRequest} or an equivalent Hash.
@@ -3374,6 +3440,8 @@ module Google
3374
3440
  # templates.
3375
3441
  # - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
3376
3442
  #
3443
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3444
+ #
3377
3445
  # @overload get_iam_policy(request, options = nil)
3378
3446
  # Pass arguments to `get_iam_policy` via a request object, either of type
3379
3447
  # {::Google::Iam::V1::GetIamPolicyRequest} or an equivalent Hash.
@@ -3476,6 +3544,8 @@ module Google
3476
3544
  #
3477
3545
  # No Google IAM permissions are required to call this method.
3478
3546
  #
3547
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3548
+ #
3479
3549
  # @overload test_iam_permissions(request, options = nil)
3480
3550
  # Pass arguments to `test_iam_permissions` via a request object, either of type
3481
3551
  # {::Google::Iam::V1::TestIamPermissionsRequest} or an equivalent Hash.
@@ -3584,6 +3654,8 @@ module Google
3584
3654
  # {::Google::Cloud::DataCatalog::V1::ImportEntriesResponse ImportEntriesResponse}
3585
3655
  # message.
3586
3656
  #
3657
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3658
+ #
3587
3659
  # @overload import_entries(request, options = nil)
3588
3660
  # Pass arguments to `import_entries` via a request object, either of type
3589
3661
  # {::Google::Cloud::DataCatalog::V1::ImportEntriesRequest} or an equivalent Hash.
@@ -3684,6 +3756,8 @@ module Google
3684
3756
  # Sets the configuration related to the migration to Dataplex for an
3685
3757
  # organization or project.
3686
3758
  #
3759
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3760
+ #
3687
3761
  # @overload set_config(request, options = nil)
3688
3762
  # Pass arguments to `set_config` via a request object, either of type
3689
3763
  # {::Google::Cloud::DataCatalog::V1::SetConfigRequest} or an equivalent Hash.
@@ -3779,6 +3853,8 @@ module Google
3779
3853
  # Dataplex for a specific organization, including all the projects under it
3780
3854
  # which have a separate configuration set.
3781
3855
  #
3856
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3857
+ #
3782
3858
  # @overload retrieve_config(request, options = nil)
3783
3859
  # Pass arguments to `retrieve_config` via a request object, either of type
3784
3860
  # {::Google::Cloud::DataCatalog::V1::RetrieveConfigRequest} or an equivalent Hash.
@@ -3868,6 +3944,8 @@ module Google
3868
3944
  # hierarchicahlly through the ancestors of the resource, starting from the
3869
3945
  # resource itself.
3870
3946
  #
3947
+ # @deprecated This method is deprecated and may be removed in the next major version update.
3948
+ #
3871
3949
  # @overload retrieve_effective_config(request, options = nil)
3872
3950
  # Pass arguments to `retrieve_effective_config` via a request object, either of type
3873
3951
  # {::Google::Cloud::DataCatalog::V1::RetrieveEffectiveConfigRequest} or an equivalent Hash.
@@ -30,6 +30,8 @@ module Google
30
30
  ##
31
31
  # REST client for the DataCatalog service.
32
32
  #
33
+ # Deprecated: Please use Dataplex Catalog instead.
34
+ #
33
35
  # Data Catalog API service allows you to discover, understand, and manage
34
36
  # your data.
35
37
  #
@@ -50,6 +52,7 @@ module Google
50
52
  #
51
53
  # See {::Google::Cloud::DataCatalog::V1::DataCatalog::Rest::Client::Configuration}
52
54
  # for a description of the configuration fields.
55
+ # @deprecated This service is deprecated and may be removed in the next major version update.
53
56
  #
54
57
  # @example
55
58
  #
@@ -29,6 +29,7 @@ module Google
29
29
  # Service stub contains baseline method implementations
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
+ # @deprecated This service is deprecated and may be removed in the next major version update.
32
33
  class ServiceStub
33
34
  # @private
34
35
  def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
@@ -32,6 +32,8 @@ module Google
32
32
  module DataCatalog
33
33
  module V1
34
34
  ##
35
+ # Deprecated: Please use Dataplex Catalog instead.
36
+ #
35
37
  # Data Catalog API service allows you to discover, understand, and manage
36
38
  # your data.
37
39
  #
@@ -33,9 +33,13 @@ module Google
33
33
  module DataCatalog
34
34
  module V1
35
35
  ##
36
+ # Deprecated: Please use Dataplex Catalog instead.
37
+ #
36
38
  # Data Catalog API service allows you to discover, understand, and manage
37
39
  # your data.
38
40
  #
41
+ # @deprecated This service is deprecated and may be removed in the next major version update.
42
+ #
39
43
  # @example Load this service and instantiate a gRPC client
40
44
  #
41
45
  # require "google/cloud/data_catalog/v1/data_catalog"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.1.0"
25
25
  end
26
26
  end
27
27
  end
@@ -27,7 +27,7 @@ require 'google/protobuf/field_mask_pb'
27
27
  require 'google/rpc/status_pb'
28
28
 
29
29
 
30
- descriptor_data = "\n-google/cloud/datacatalog/v1/datacatalog.proto\x12\x1bgoogle.cloud.datacatalog.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a*google/cloud/datacatalog/v1/bigquery.proto\x1a(google/cloud/datacatalog/v1/common.proto\x1a-google/cloud/datacatalog/v1/data_source.proto\x1a/google/cloud/datacatalog/v1/dataplex_spec.proto\x1a\x32google/cloud/datacatalog/v1/gcs_fileset_spec.proto\x1a(google/cloud/datacatalog/v1/schema.proto\x1a(google/cloud/datacatalog/v1/search.proto\x1a,google/cloud/datacatalog/v1/table_spec.proto\x1a&google/cloud/datacatalog/v1/tags.proto\x1a,google/cloud/datacatalog/v1/timestamps.proto\x1a\'google/cloud/datacatalog/v1/usage.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x17google/rpc/status.proto\"\xa0\x03\n\x14SearchCatalogRequest\x12K\n\x05scope\x18\x06 \x01(\x0b\x32\x37.google.cloud.datacatalog.v1.SearchCatalogRequest.ScopeB\x03\xe0\x41\x02\x12\x12\n\x05query\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x08order_by\x18\x05 \x01(\t\x12\x19\n\x0c\x61\x64min_search\x18\x11 \x01(\x08\x42\x03\xe0\x41\x01\x1a\xcd\x01\n\x05Scope\x12\x17\n\x0finclude_org_ids\x18\x02 \x03(\t\x12\x1b\n\x13include_project_ids\x18\x03 \x03(\t\x12#\n\x1binclude_gcp_public_datasets\x18\x07 \x01(\x08\x12!\n\x14restricted_locations\x18\x10 \x03(\tB\x03\xe0\x41\x01\x12\x19\n\x0cstarred_only\x18\x12 \x01(\x08\x42\x03\xe0\x41\x01\x12+\n\x1cinclude_public_tag_templates\x18\x13 \x01(\x08\x42\x05\x18\x01\xe0\x41\x01\"\x9c\x01\n\x15SearchCatalogResponse\x12\x41\n\x07results\x18\x01 \x03(\x0b\x32\x30.google.cloud.datacatalog.v1.SearchCatalogResult\x12\x12\n\ntotal_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\x12\x13\n\x0bunreachable\x18\x06 \x03(\t\"\xb3\x01\n\x17\x43reateEntryGroupRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%datacatalog.googleapis.com/EntryGroup\x12\x1b\n\x0e\x65ntry_group_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12<\n\x0b\x65ntry_group\x18\x02 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroup\"\x8d\x01\n\x17UpdateEntryGroupRequest\x12\x41\n\x0b\x65ntry_group\x18\x01 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroupB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"\x82\x01\n\x14GetEntryGroupRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12-\n\tread_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"j\n\x17\x44\x65leteEntryGroupRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"\x88\x01\n\x16ListEntryGroupsRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%datacatalog.googleapis.com/EntryGroup\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"q\n\x17ListEntryGroupsResponse\x12=\n\x0c\x65ntry_groups\x18\x01 \x03(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x12\x43reateEntryRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x15\n\x08\x65ntry_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x36\n\x05\x65ntry\x18\x02 \x01(\x0b\x32\".google.cloud.datacatalog.v1.EntryB\x03\xe0\x41\x02\"}\n\x12UpdateEntryRequest\x12\x36\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\".google.cloud.datacatalog.v1.EntryB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"L\n\x12\x44\x65leteEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"I\n\x0fGetEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x99\x01\n\x12LookupEntryRequest\x12\x19\n\x0flinked_resource\x18\x01 \x01(\tH\x00\x12\x16\n\x0csql_resource\x18\x03 \x01(\tH\x00\x12\x1e\n\x14\x66ully_qualified_name\x18\x05 \x01(\tH\x00\x12\x0f\n\x07project\x18\x06 \x01(\t\x12\x10\n\x08location\x18\x07 \x01(\tB\r\n\x0btarget_name\"\x81\x11\n\x05\x45ntry\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x03\xe0\x41\x08\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x17\n\x0flinked_resource\x18\t \x01(\t\x12\x1c\n\x14\x66ully_qualified_name\x18\x1d \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32&.google.cloud.datacatalog.v1.EntryTypeH\x00\x12\x1d\n\x13user_specified_type\x18\x10 \x01(\tH\x00\x12O\n\x11integrated_system\x18\x11 \x01(\x0e\x32-.google.cloud.datacatalog.v1.IntegratedSystemB\x03\xe0\x41\x03H\x01\x12\x1f\n\x15user_specified_system\x18\x12 \x01(\tH\x01\x12V\n\x18sql_database_system_spec\x18\' \x01(\x0b\x32\x32.google.cloud.datacatalog.v1.SqlDatabaseSystemSpecH\x02\x12K\n\x12looker_system_spec\x18( \x01(\x0b\x32-.google.cloud.datacatalog.v1.LookerSystemSpecH\x02\x12Z\n\x1a\x63loud_bigtable_system_spec\x18) \x01(\x0b\x32\x34.google.cloud.datacatalog.v1.CloudBigtableSystemSpecH\x02\x12G\n\x10gcs_fileset_spec\x18\x06 \x01(\x0b\x32+.google.cloud.datacatalog.v1.GcsFilesetSpecH\x03\x12R\n\x13\x62igquery_table_spec\x18\x0c \x01(\x0b\x32..google.cloud.datacatalog.v1.BigQueryTableSpecB\x03\xe0\x41\x03H\x03\x12_\n\x1a\x62igquery_date_sharded_spec\x18\x0f \x01(\x0b\x32\x34.google.cloud.datacatalog.v1.BigQueryDateShardedSpecB\x03\xe0\x41\x03H\x03\x12M\n\x13\x64\x61tabase_table_spec\x18\x18 \x01(\x0b\x32..google.cloud.datacatalog.v1.DatabaseTableSpecH\x04\x12\\\n\x1b\x64\x61ta_source_connection_spec\x18\x1b \x01(\x0b\x32\x35.google.cloud.datacatalog.v1.DataSourceConnectionSpecH\x04\x12@\n\x0croutine_spec\x18\x1c \x01(\x0b\x32(.google.cloud.datacatalog.v1.RoutineSpecH\x04\x12@\n\x0c\x64\x61taset_spec\x18 \x01(\x0b\x32(.google.cloud.datacatalog.v1.DatasetSpecH\x04\x12@\n\x0c\x66ileset_spec\x18! \x01(\x0b\x32(.google.cloud.datacatalog.v1.FilesetSpecH\x04\x12@\n\x0cservice_spec\x18* \x01(\x0b\x32(.google.cloud.datacatalog.v1.ServiceSpecH\x04\x12<\n\nmodel_spec\x18+ \x01(\x0b\x32&.google.cloud.datacatalog.v1.ModelSpecH\x04\x12X\n\x19\x66\x65\x61ture_online_store_spec\x18- \x01(\x0b\x32\x33.google.cloud.datacatalog.v1.FeatureOnlineStoreSpecH\x04\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x46\n\x10\x62usiness_context\x18% \x01(\x0b\x32,.google.cloud.datacatalog.v1.BusinessContext\x12\x33\n\x06schema\x18\x05 \x01(\x0b\x32#.google.cloud.datacatalog.v1.Schema\x12O\n\x18source_system_timestamps\x18\x07 \x01(\x0b\x32-.google.cloud.datacatalog.v1.SystemTimestamps\x12>\n\x0cusage_signal\x18\r \x01(\x0b\x32(.google.cloud.datacatalog.v1.UsageSignal\x12>\n\x06labels\x18\x0e \x03(\x0b\x32..google.cloud.datacatalog.v1.Entry.LabelsEntry\x12\x41\n\x0b\x64\x61ta_source\x18\x14 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.DataSourceB\x03\xe0\x41\x03\x12K\n\x10personal_details\x18\x1a \x01(\x0b\x32,.google.cloud.datacatalog.v1.PersonalDetailsB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:x\xea\x41u\n datacatalog.googleapis.com/Entry\x12Qprojects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}B\x0c\n\nentry_typeB\x08\n\x06systemB\r\n\x0bsystem_specB\x0b\n\ttype_specB\x06\n\x04spec\"\xcb\x04\n\x11\x44\x61tabaseTableSpec\x12\x46\n\x04type\x18\x01 \x01(\x0e\x32\x38.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType\x12K\n\x0e\x64\x61taplex_table\x18\x02 \x01(\x0b\x32..google.cloud.datacatalog.v1.DataplexTableSpecB\x03\xe0\x41\x03\x12[\n\x12\x64\x61tabase_view_spec\x18\x03 \x01(\x0b\x32?.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec\x1a\x80\x02\n\x10\x44\x61tabaseViewSpec\x12[\n\tview_type\x18\x01 \x01(\x0e\x32H.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType\x12\x14\n\nbase_table\x18\x02 \x01(\tH\x00\x12\x13\n\tsql_query\x18\x03 \x01(\tH\x00\"O\n\x08ViewType\x12\x19\n\x15VIEW_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rSTANDARD_VIEW\x10\x01\x12\x15\n\x11MATERIALIZED_VIEW\x10\x02\x42\x13\n\x11source_definition\"A\n\tTableType\x12\x1a\n\x16TABLE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06NATIVE\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02\"Y\n\x0b\x46ilesetSpec\x12J\n\x10\x64\x61taplex_fileset\x18\x01 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1.DataplexFilesetSpec\"q\n\x18\x44\x61taSourceConnectionSpec\x12U\n\x18\x62igquery_connection_spec\x18\x01 \x01(\x0b\x32\x33.google.cloud.datacatalog.v1.BigQueryConnectionSpec\"\xc3\x04\n\x0bRoutineSpec\x12J\n\x0croutine_type\x18\x01 \x01(\x0e\x32\x34.google.cloud.datacatalog.v1.RoutineSpec.RoutineType\x12\x10\n\x08language\x18\x02 \x01(\t\x12L\n\x11routine_arguments\x18\x03 \x03(\x0b\x32\x31.google.cloud.datacatalog.v1.RoutineSpec.Argument\x12\x13\n\x0breturn_type\x18\x04 \x01(\t\x12\x17\n\x0f\x64\x65\x66inition_body\x18\x05 \x01(\t\x12Q\n\x15\x62igquery_routine_spec\x18\x06 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1.BigQueryRoutineSpecH\x00\x1a\xa6\x01\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x04mode\x18\x02 \x01(\x0e\x32\x36.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode\x12\x0c\n\x04type\x18\x03 \x01(\t\"8\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\x07\n\x03OUT\x10\x02\x12\t\n\x05INOUT\x10\x03\"O\n\x0bRoutineType\x12\x1c\n\x18ROUTINE_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0fSCALAR_FUNCTION\x10\x01\x12\r\n\tPROCEDURE\x10\x02\x42\r\n\x0bsystem_spec\"k\n\x0b\x44\x61tasetSpec\x12M\n\x13vertex_dataset_spec\x18\x02 \x01(\x0b\x32..google.cloud.datacatalog.v1.VertexDatasetSpecH\x00\x42\r\n\x0bsystem_spec\"\\\n\x15SqlDatabaseSystemSpec\x12\x12\n\nsql_engine\x18\x01 \x01(\t\x12\x18\n\x10\x64\x61tabase_version\x18\x02 \x01(\t\x12\x15\n\rinstance_host\x18\x03 \x01(\t\"\xca\x01\n\x10LookerSystemSpec\x12\x1a\n\x12parent_instance_id\x18\x01 \x01(\t\x12$\n\x1cparent_instance_display_name\x18\x02 \x01(\t\x12\x17\n\x0fparent_model_id\x18\x03 \x01(\t\x12!\n\x19parent_model_display_name\x18\x04 \x01(\t\x12\x16\n\x0eparent_view_id\x18\x05 \x01(\t\x12 \n\x18parent_view_display_name\x18\x06 \x01(\t\"8\n\x17\x43loudBigtableSystemSpec\x12\x1d\n\x15instance_display_name\x18\x01 \x01(\t\"\xfd\x01\n\x19\x43loudBigtableInstanceSpec\x12u\n\x1c\x63loud_bigtable_cluster_specs\x18\x01 \x03(\x0b\x32O.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec\x1ai\n\x18\x43loudBigtableClusterSpec\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x10\n\x08location\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x01(\t\x12\x17\n\x0flinked_resource\x18\x04 \x01(\t\"|\n\x0bServiceSpec\x12^\n\x1c\x63loud_bigtable_instance_spec\x18\x01 \x01(\x0b\x32\x36.google.cloud.datacatalog.v1.CloudBigtableInstanceSpecH\x00\x42\r\n\x0bsystem_spec\"\xa0\x02\n\x15VertexModelSourceInfo\x12W\n\x0bsource_type\x18\x01 \x01(\x0e\x32\x42.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType\x12\x0c\n\x04\x63opy\x18\x02 \x01(\x08\"\x9f\x01\n\x0fModelSourceType\x12!\n\x1dMODEL_SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41UTOML\x10\x01\x12\n\n\x06\x43USTOM\x10\x02\x12\x08\n\x04\x42QML\x10\x03\x12\x10\n\x0cMODEL_GARDEN\x10\x04\x12\t\n\x05GENIE\x10\x05\x12\x19\n\x15\x43USTOM_TEXT_EMBEDDING\x10\x06\x12\x0f\n\x0bMARKETPLACE\x10\x07\"\xce\x01\n\x0fVertexModelSpec\x12\x12\n\nversion_id\x18\x01 \x01(\t\x12\x17\n\x0fversion_aliases\x18\x02 \x03(\t\x12\x1b\n\x13version_description\x18\x03 \x01(\t\x12T\n\x18vertex_model_source_info\x18\x04 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1.VertexModelSourceInfo\x12\x1b\n\x13\x63ontainer_image_uri\x18\x05 \x01(\t\"\xe4\x02\n\x11VertexDatasetSpec\x12\x17\n\x0f\x64\x61ta_item_count\x18\x01 \x01(\x03\x12J\n\tdata_type\x18\x02 \x01(\x0e\x32\x37.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType\"\xe9\x01\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\t\n\x05IMAGE\x10\x02\x12\x08\n\x04TEXT\x10\x03\x12\t\n\x05VIDEO\x10\x04\x12\x10\n\x0c\x43ONVERSATION\x10\x05\x12\x0f\n\x0bTIME_SERIES\x10\x06\x12\x0c\n\x08\x44OCUMENT\x10\x07\x12\x12\n\x0eTEXT_TO_SPEECH\x10\x08\x12\x0f\n\x0bTRANSLATION\x10\t\x12\x10\n\x0cSTORE_VISION\x10\n\x12\x1e\n\x1a\x45NTERPRISE_KNOWLEDGE_GRAPH\x10\x0b\x12\x0f\n\x0bTEXT_PROMPT\x10\x0c\"e\n\tModelSpec\x12I\n\x11vertex_model_spec\x18\x01 \x01(\x0b\x32,.google.cloud.datacatalog.v1.VertexModelSpecH\x00\x42\r\n\x0bsystem_spec\"\xbe\x01\n\x16\x46\x65\x61tureOnlineStoreSpec\x12Z\n\x0cstorage_type\x18\x01 \x01(\x0e\x32?.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageTypeB\x03\xe0\x41\x03\"H\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x42IGTABLE\x10\x01\x12\r\n\tOPTIMIZED\x10\x02\"\x8e\x01\n\x0f\x42usinessContext\x12\x42\n\x0e\x65ntry_overview\x18\x01 \x01(\x0b\x32*.google.cloud.datacatalog.v1.EntryOverview\x12\x37\n\x08\x63ontacts\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1.Contacts\"!\n\rEntryOverview\x12\x10\n\x08overview\x18\x01 \x01(\t\"v\n\x08\x43ontacts\x12<\n\x06people\x18\x01 \x03(\x0b\x32,.google.cloud.datacatalog.v1.Contacts.Person\x1a,\n\x06Person\x12\x13\n\x0b\x64\x65signation\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\"\xb4\x02\n\nEntryGroup\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12S\n\x17\x64\x61ta_catalog_timestamps\x18\x04 \x01(\x0b\x32-.google.cloud.datacatalog.v1.SystemTimestampsB\x03\xe0\x41\x03\x12$\n\x17transferred_to_dataplex\x18\t \x01(\x08\x42\x03\xe0\x41\x01:m\xea\x41j\n%datacatalog.googleapis.com/EntryGroup\x12\x41projects/{project}/locations/{location}/entryGroups/{entry_group}\"\xbd\x01\n\x18\x43reateTagTemplateRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&datacatalog.googleapis.com/TagTemplate\x12\x1c\n\x0ftag_template_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x43\n\x0ctag_template\x18\x02 \x01(\x0b\x32(.google.cloud.datacatalog.v1.TagTemplateB\x03\xe0\x41\x02\"U\n\x15GetTagTemplateRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\"\x90\x01\n\x18UpdateTagTemplateRequest\x12\x43\n\x0ctag_template\x18\x01 \x01(\x0b\x32(.google.cloud.datacatalog.v1.TagTemplateB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"l\n\x18\x44\x65leteTagTemplateRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x02\"~\n\x10\x43reateTagRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x32\n\x03tag\x18\x02 \x01(\x0b\x32 .google.cloud.datacatalog.v1.TagB\x03\xe0\x41\x02\"w\n\x10UpdateTagRequest\x12\x32\n\x03tag\x18\x01 \x01(\x0b\x32 .google.cloud.datacatalog.v1.TagB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"H\n\x10\x44\x65leteTagRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\"\xd3\x01\n\x1d\x43reateTagTemplateFieldRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\"\n\x15tag_template_field_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12N\n\x12tag_template_field\x18\x03 \x01(\x0b\x32-.google.cloud.datacatalog.v1.TagTemplateFieldB\x03\xe0\x41\x02\"\xe8\x01\n\x1dUpdateTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12N\n\x12tag_template_field\x18\x02 \x01(\x0b\x32-.google.cloud.datacatalog.v1.TagTemplateFieldB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"\x8a\x01\n\x1dRenameTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12&\n\x19new_tag_template_field_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\x9e\x01\n&RenameTagTemplateFieldEnumValueRequest\x12J\n\x04name\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\n4datacatalog.googleapis.com/TagTemplateFieldEnumValue\x12(\n\x1bnew_enum_value_display_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\"v\n\x1d\x44\x65leteTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x02\"p\n\x0fListTagsRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"[\n\x10ListTagsResponse\x12.\n\x04tags\x18\x01 \x03(\x0b\x32 .google.cloud.datacatalog.v1.Tag\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe4\x01\n\x14ReconcileTagsRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12\x44\n\x0ctag_template\x18\x02 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\x1c\n\x14\x66orce_delete_missing\x18\x03 \x01(\x08\x12.\n\x04tags\x18\x04 \x03(\x0b\x32 .google.cloud.datacatalog.v1.Tag\"k\n\x15ReconcileTagsResponse\x12\x1a\n\x12\x63reated_tags_count\x18\x01 \x01(\x03\x12\x1a\n\x12updated_tags_count\x18\x02 \x01(\x03\x12\x1a\n\x12\x64\x65leted_tags_count\x18\x03 \x01(\x03\"\x93\x03\n\x15ReconcileTagsMetadata\x12U\n\x05state\x18\x01 \x01(\x0e\x32\x46.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState\x12N\n\x06\x65rrors\x18\x02 \x03(\x0b\x32>.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ErrorsEntry\x1a\x41\n\x0b\x45rrorsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.google.rpc.Status:\x02\x38\x01\"\x8f\x01\n\x13ReconciliationState\x12$\n RECONCILIATION_STATE_UNSPECIFIED\x10\x00\x12\x19\n\x15RECONCILIATION_QUEUED\x10\x01\x12\x1e\n\x1aRECONCILIATION_IN_PROGRESS\x10\x02\x12\x17\n\x13RECONCILIATION_DONE\x10\x03\"\xa9\x01\n\x12ListEntriesRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12-\n\tread_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"c\n\x13ListEntriesResponse\x12\x33\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\".google.cloud.datacatalog.v1.Entry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"J\n\x10StarEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x13\n\x11StarEntryResponse\"L\n\x12UnstarEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x15\n\x13UnstarEntryResponse\"\x8a\x01\n\x14ImportEntriesRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 datacatalog.googleapis.com/Entry\x12\x19\n\x0fgcs_bucket_path\x18\x02 \x01(\tH\x00\x12\x13\n\x06job_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x42\x08\n\x06source\"\x95\x01\n\x15ImportEntriesResponse\x12#\n\x16upserted_entries_count\x18\x05 \x01(\x03H\x00\x88\x01\x01\x12\"\n\x15\x64\x65leted_entries_count\x18\x06 \x01(\x03H\x01\x88\x01\x01\x42\x19\n\x17_upserted_entries_countB\x18\n\x16_deleted_entries_count\"\x88\x02\n\x15ImportEntriesMetadata\x12M\n\x05state\x18\x01 \x01(\x0e\x32>.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState\x12\"\n\x06\x65rrors\x18\x02 \x03(\x0b\x32\x12.google.rpc.Status\"|\n\x0bImportState\x12\x1c\n\x18IMPORT_STATE_UNSPECIFIED\x10\x00\x12\x11\n\rIMPORT_QUEUED\x10\x01\x12\x16\n\x12IMPORT_IN_PROGRESS\x10\x02\x12\x0f\n\x0bIMPORT_DONE\x10\x03\x12\x13\n\x0fIMPORT_OBSOLETE\x10\x04\"\x9d\x01\n\x1aModifyEntryOverviewRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12G\n\x0e\x65ntry_overview\x18\x02 \x01(\x0b\x32*.google.cloud.datacatalog.v1.EntryOverviewB\x03\xe0\x41\x02\"\x92\x01\n\x1aModifyEntryContactsRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12<\n\x08\x63ontacts\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1.ContactsB\x03\xe0\x41\x02\"\xde\x01\n\x10SetConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12S\n\x16tag_template_migration\x18\x02 \x01(\x0e\x32\x31.google.cloud.datacatalog.v1.TagTemplateMigrationH\x00\x12Q\n\x15\x63\x61talog_ui_experience\x18\x03 \x01(\x0e\x32\x30.google.cloud.datacatalog.v1.CatalogUIExperienceH\x00\x42\x0f\n\rconfiguration\"*\n\x15RetrieveConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"3\n\x1eRetrieveEffectiveConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xbe\x01\n\x12OrganizationConfig\x12K\n\x06\x63onfig\x18\x01 \x03(\x0b\x32;.google.cloud.datacatalog.v1.OrganizationConfig.ConfigEntry\x1a[\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.google.cloud.datacatalog.v1.MigrationConfig:\x02\x38\x01\"\xb5\x01\n\x0fMigrationConfig\x12Q\n\x16tag_template_migration\x18\x01 \x01(\x0e\x32\x31.google.cloud.datacatalog.v1.TagTemplateMigration\x12O\n\x15\x63\x61talog_ui_experience\x18\x02 \x01(\x0e\x32\x30.google.cloud.datacatalog.v1.CatalogUIExperience*\xba\x02\n\tEntryType\x12\x1a\n\x16\x45NTRY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x02\x12\t\n\x05MODEL\x10\x05\x12\x0f\n\x0b\x44\x41TA_STREAM\x10\x03\x12\x0b\n\x07\x46ILESET\x10\x04\x12\x0b\n\x07\x43LUSTER\x10\x06\x12\x0c\n\x08\x44\x41TABASE\x10\x07\x12\x1a\n\x16\x44\x41TA_SOURCE_CONNECTION\x10\x08\x12\x0b\n\x07ROUTINE\x10\t\x12\x08\n\x04LAKE\x10\n\x12\x08\n\x04ZONE\x10\x0b\x12\x0b\n\x07SERVICE\x10\x0e\x12\x13\n\x0f\x44\x41TABASE_SCHEMA\x10\x0f\x12\r\n\tDASHBOARD\x10\x10\x12\x0b\n\x07\x45XPLORE\x10\x11\x12\x08\n\x04LOOK\x10\x12\x12\x18\n\x14\x46\x45\x41TURE_ONLINE_STORE\x10\x13\x12\x10\n\x0c\x46\x45\x41TURE_VIEW\x10\x14\x12\x11\n\rFEATURE_GROUP\x10\x15*\x87\x01\n\x14TagTemplateMigration\x12&\n\"TAG_TEMPLATE_MIGRATION_UNSPECIFIED\x10\x00\x12\"\n\x1eTAG_TEMPLATE_MIGRATION_ENABLED\x10\x01\x12#\n\x1fTAG_TEMPLATE_MIGRATION_DISABLED\x10\x02*\x83\x01\n\x13\x43\x61talogUIExperience\x12%\n!CATALOG_UI_EXPERIENCE_UNSPECIFIED\x10\x00\x12!\n\x1d\x43\x41TALOG_UI_EXPERIENCE_ENABLED\x10\x01\x12\"\n\x1e\x43\x41TALOG_UI_EXPERIENCE_DISABLED\x10\x02\x32\xde@\n\x0b\x44\x61taCatalog\x12\xa3\x01\n\rSearchCatalog\x12\x31.google.cloud.datacatalog.v1.SearchCatalogRequest\x1a\x32.google.cloud.datacatalog.v1.SearchCatalogResponse\"+\xda\x41\x0bscope,query\x82\xd3\xe4\x93\x02\x17\"\x12/v1/catalog:search:\x01*\x12\xdb\x01\n\x10\x43reateEntryGroup\x12\x34.google.cloud.datacatalog.v1.CreateEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"h\xda\x41!parent,entry_group_id,entry_group\x82\xd3\xe4\x93\x02>\"//v1/{parent=projects/*/locations/*}/entryGroups:\x0b\x65ntry_group\x12\xbc\x01\n\rGetEntryGroup\x12\x31.google.cloud.datacatalog.v1.GetEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"O\xda\x41\x04name\xda\x41\x0ename,read_mask\x82\xd3\xe4\x93\x02\x31\x12//v1/{name=projects/*/locations/*/entryGroups/*}\x12\xeb\x01\n\x10UpdateEntryGroup\x12\x34.google.cloud.datacatalog.v1.UpdateEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"x\xda\x41\x0b\x65ntry_group\xda\x41\x17\x65ntry_group,update_mask\x82\xd3\xe4\x93\x02J2;/v1/{entry_group.name=projects/*/locations/*/entryGroups/*}:\x0b\x65ntry_group\x12\xa0\x01\n\x10\x44\x65leteEntryGroup\x12\x34.google.cloud.datacatalog.v1.DeleteEntryGroupRequest\x1a\x16.google.protobuf.Empty\">\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31*//v1/{name=projects/*/locations/*/entryGroups/*}\x12\xbe\x01\n\x0fListEntryGroups\x12\x33.google.cloud.datacatalog.v1.ListEntryGroupsRequest\x1a\x34.google.cloud.datacatalog.v1.ListEntryGroupsResponse\"@\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x31\x12//v1/{parent=projects/*/locations/*}/entryGroups\x12\xc4\x01\n\x0b\x43reateEntry\x12/.google.cloud.datacatalog.v1.CreateEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"`\xda\x41\x15parent,entry_id,entry\x82\xd3\xe4\x93\x02\x42\"9/v1/{parent=projects/*/locations/*/entryGroups/*}/entries:\x05\x65ntry\x12\xce\x01\n\x0bUpdateEntry\x12/.google.cloud.datacatalog.v1.UpdateEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"j\xda\x41\x05\x65ntry\xda\x41\x11\x65ntry,update_mask\x82\xd3\xe4\x93\x02H2?/v1/{entry.name=projects/*/locations/*/entryGroups/*/entries/*}:\x05\x65ntry\x12\xa0\x01\n\x0b\x44\x65leteEntry\x12/.google.cloud.datacatalog.v1.DeleteEntryRequest\x1a\x16.google.protobuf.Empty\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\xa6\x01\n\x08GetEntry\x12,.google.cloud.datacatalog.v1.GetEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12~\n\x0bLookupEntry\x12/.google.cloud.datacatalog.v1.LookupEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/v1/entries:lookup\x12\xbc\x01\n\x0bListEntries\x12/.google.cloud.datacatalog.v1.ListEntriesRequest\x1a\x30.google.cloud.datacatalog.v1.ListEntriesResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*/entryGroups/*}/entries\x12\xd4\x01\n\x13ModifyEntryOverview\x12\x37.google.cloud.datacatalog.v1.ModifyEntryOverviewRequest\x1a*.google.cloud.datacatalog.v1.EntryOverview\"X\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:modifyEntryOverview:\x01*\x12\xcf\x01\n\x13ModifyEntryContacts\x12\x37.google.cloud.datacatalog.v1.ModifyEntryContactsRequest\x1a%.google.cloud.datacatalog.v1.Contacts\"X\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:modifyEntryContacts:\x01*\x12\xe2\x01\n\x11\x43reateTagTemplate\x12\x35.google.cloud.datacatalog.v1.CreateTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"l\xda\x41#parent,tag_template_id,tag_template\x82\xd3\xe4\x93\x02@\"0/v1/{parent=projects/*/locations/*}/tagTemplates:\x0ctag_template\x12\xaf\x01\n\x0eGetTagTemplate\x12\x32.google.cloud.datacatalog.v1.GetTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/tagTemplates/*}\x12\xf3\x01\n\x11UpdateTagTemplate\x12\x35.google.cloud.datacatalog.v1.UpdateTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"}\xda\x41\x0ctag_template\xda\x41\x18tag_template,update_mask\x82\xd3\xe4\x93\x02M2=/v1/{tag_template.name=projects/*/locations/*/tagTemplates/*}:\x0ctag_template\x12\xa9\x01\n\x11\x44\x65leteTagTemplate\x12\x35.google.cloud.datacatalog.v1.DeleteTagTemplateRequest\x1a\x16.google.protobuf.Empty\"E\xda\x41\nname,force\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/tagTemplates/*}\x12\x8d\x02\n\x16\x43reateTagTemplateField\x12:.google.cloud.datacatalog.v1.CreateTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"\x87\x01\xda\x41/parent,tag_template_field_id,tag_template_field\x82\xd3\xe4\x93\x02O\"9/v1/{parent=projects/*/locations/*/tagTemplates/*}/fields:\x12tag_template_field\x12\x9b\x02\n\x16UpdateTagTemplateField\x12:.google.cloud.datacatalog.v1.UpdateTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"\x95\x01\xda\x41\x17name,tag_template_field\xda\x41#name,tag_template_field,update_mask\x82\xd3\xe4\x93\x02O29/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:\x12tag_template_field\x12\xf1\x01\n\x16RenameTagTemplateField\x12:.google.cloud.datacatalog.v1.RenameTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"l\xda\x41\x1ename,new_tag_template_field_id\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:rename:\x01*\x12\x92\x02\n\x1fRenameTagTemplateFieldEnumValue\x12\x43.google.cloud.datacatalog.v1.RenameTagTemplateFieldEnumValueRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"{\xda\x41 name,new_enum_value_display_name\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*/enumValues/*}:rename:\x01*\x12\xbc\x01\n\x16\x44\x65leteTagTemplateField\x12:.google.cloud.datacatalog.v1.DeleteTagTemplateFieldRequest\x1a\x16.google.protobuf.Empty\"N\xda\x41\nname,force\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}\x12\xf9\x01\n\tCreateTag\x12-.google.cloud.datacatalog.v1.CreateTagRequest\x1a .google.cloud.datacatalog.v1.Tag\"\x9a\x01\xda\x41\nparent,tag\x82\xd3\xe4\x93\x02\x86\x01\"@/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:\x03tagZ=\"6/v1/{parent=projects/*/locations/*/entryGroups/*}/tags:\x03tag\x12\x8c\x02\n\tUpdateTag\x12-.google.cloud.datacatalog.v1.UpdateTagRequest\x1a .google.cloud.datacatalog.v1.Tag\"\xad\x01\xda\x41\x03tag\xda\x41\x0ftag,update_mask\x82\xd3\xe4\x93\x02\x8e\x01\x32\x44/v1/{tag.name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}:\x03tagZA2:/v1/{tag.name=projects/*/locations/*/entryGroups/*/tags/*}:\x03tag\x12\xde\x01\n\tDeleteTag\x12-.google.cloud.datacatalog.v1.DeleteTagRequest\x1a\x16.google.protobuf.Empty\"\x89\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02|*@/v1/{name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}Z8*6/v1/{name=projects/*/locations/*/entryGroups/*/tags/*}\x12\xf5\x01\n\x08ListTags\x12,.google.cloud.datacatalog.v1.ListTagsRequest\x1a-.google.cloud.datacatalog.v1.ListTagsResponse\"\x8b\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02|\x12@/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tagsZ8\x12\x36/v1/{parent=projects/*/locations/*/entryGroups/*}/tags\x12\xea\x01\n\rReconcileTags\x12\x31.google.cloud.datacatalog.v1.ReconcileTagsRequest\x1a\x1d.google.longrunning.Operation\"\x86\x01\xca\x41.\n\x15ReconcileTagsResponse\x12\x15ReconcileTagsMetadata\x82\xd3\xe4\x93\x02O\"J/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:reconcile:\x01*\x12\xbc\x01\n\tStarEntry\x12-.google.cloud.datacatalog.v1.StarEntryRequest\x1a..google.cloud.datacatalog.v1.StarEntryResponse\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:star:\x01*\x12\xc4\x01\n\x0bUnstarEntry\x12/.google.cloud.datacatalog.v1.UnstarEntryRequest\x1a\x30.google.cloud.datacatalog.v1.UnstarEntryResponse\"R\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:unstar:\x01*\x12\xf2\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xa6\x01\xda\x41\x0fresource,policy\x82\xd3\xe4\x93\x02\x8d\x01\"A/v1/{resource=projects/*/locations/*/tagTemplates/*}:setIamPolicy:\x01*ZE\"@/v1/{resource=projects/*/locations/*/entryGroups/*}:setIamPolicy:\x01*\x12\xbc\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xf0\x01\xda\x41\x08resource\x82\xd3\xe4\x93\x02\xde\x01\"A/v1/{resource=projects/*/locations/*/tagTemplates/*}:getIamPolicy:\x01*ZE\"@/v1/{resource=projects/*/locations/*/entryGroups/*}:getIamPolicy:\x01*ZO\"J/v1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:getIamPolicy:\x01*\x12\xe3\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\xf7\x01\x82\xd3\xe4\x93\x02\xf0\x01\"G/v1/{resource=projects/*/locations/*/tagTemplates/*}:testIamPermissions:\x01*ZK\"F/v1/{resource=projects/*/locations/*/entryGroups/*}:testIamPermissions:\x01*ZU\"P/v1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:testIamPermissions:\x01*\x12\xdf\x01\n\rImportEntries\x12\x31.google.cloud.datacatalog.v1.ImportEntriesRequest\x1a\x1d.google.longrunning.Operation\"|\xca\x41.\n\x15ImportEntriesResponse\x12\x15ImportEntriesMetadata\x82\xd3\xe4\x93\x02\x45\"@/v1/{parent=projects/*/locations/*/entryGroups/*}/entries:import:\x01*\x12\xd7\x01\n\tSetConfig\x12-.google.cloud.datacatalog.v1.SetConfigRequest\x1a,.google.cloud.datacatalog.v1.MigrationConfig\"m\x82\xd3\xe4\x93\x02g\"0/v1/{name=organizations/*/locations/*}:setConfig:\x01*Z0\"+/v1/{name=projects/*/locations/*}:setConfig:\x01*\x12\xb4\x01\n\x0eRetrieveConfig\x12\x32.google.cloud.datacatalog.v1.RetrieveConfigRequest\x1a/.google.cloud.datacatalog.v1.OrganizationConfig\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=organizations/*/locations/*}:retrieveConfig\x12\x8a\x02\n\x17RetrieveEffectiveConfig\x12;.google.cloud.datacatalog.v1.RetrieveEffectiveConfigRequest\x1a,.google.cloud.datacatalog.v1.MigrationConfig\"\x83\x01\x82\xd3\xe4\x93\x02}\x12>/v1/{name=organizations/*/locations/*}:retrieveEffectiveConfigZ;\x12\x39/v1/{name=projects/*/locations/*}:retrieveEffectiveConfig\x1aN\xca\x41\x1a\x64\x61tacatalog.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x87\x03\n\x1f\x63om.google.cloud.datacatalog.v1P\x01ZAcloud.google.com/go/datacatalog/apiv1/datacatalogpb;datacatalogpb\xaa\x02\x1bGoogle.Cloud.DataCatalog.V1\xca\x02\x1bGoogle\\Cloud\\DataCatalog\\V1\xea\x02\x1eGoogle::Cloud::DataCatalog::V1\xea\x41\xc0\x01\n4datacatalog.googleapis.com/TagTemplateFieldEnumValue\x12\x87\x01projects/{project}/locations/{location}/tagTemplates/{tag_template}/fields/{tag_template_field_id}/enumValues/{enum_value_display_name}b\x06proto3"
30
+ descriptor_data = "\n-google/cloud/datacatalog/v1/datacatalog.proto\x12\x1bgoogle.cloud.datacatalog.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a*google/cloud/datacatalog/v1/bigquery.proto\x1a(google/cloud/datacatalog/v1/common.proto\x1a-google/cloud/datacatalog/v1/data_source.proto\x1a/google/cloud/datacatalog/v1/dataplex_spec.proto\x1a\x32google/cloud/datacatalog/v1/gcs_fileset_spec.proto\x1a(google/cloud/datacatalog/v1/schema.proto\x1a(google/cloud/datacatalog/v1/search.proto\x1a,google/cloud/datacatalog/v1/table_spec.proto\x1a&google/cloud/datacatalog/v1/tags.proto\x1a,google/cloud/datacatalog/v1/timestamps.proto\x1a\'google/cloud/datacatalog/v1/usage.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x17google/rpc/status.proto\"\xa0\x03\n\x14SearchCatalogRequest\x12K\n\x05scope\x18\x06 \x01(\x0b\x32\x37.google.cloud.datacatalog.v1.SearchCatalogRequest.ScopeB\x03\xe0\x41\x02\x12\x12\n\x05query\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x08order_by\x18\x05 \x01(\t\x12\x19\n\x0c\x61\x64min_search\x18\x11 \x01(\x08\x42\x03\xe0\x41\x01\x1a\xcd\x01\n\x05Scope\x12\x17\n\x0finclude_org_ids\x18\x02 \x03(\t\x12\x1b\n\x13include_project_ids\x18\x03 \x03(\t\x12#\n\x1binclude_gcp_public_datasets\x18\x07 \x01(\x08\x12!\n\x14restricted_locations\x18\x10 \x03(\tB\x03\xe0\x41\x01\x12\x19\n\x0cstarred_only\x18\x12 \x01(\x08\x42\x03\xe0\x41\x01\x12+\n\x1cinclude_public_tag_templates\x18\x13 \x01(\x08\x42\x05\x18\x01\xe0\x41\x01\"\x9c\x01\n\x15SearchCatalogResponse\x12\x41\n\x07results\x18\x01 \x03(\x0b\x32\x30.google.cloud.datacatalog.v1.SearchCatalogResult\x12\x12\n\ntotal_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\x12\x13\n\x0bunreachable\x18\x06 \x03(\t\"\xb3\x01\n\x17\x43reateEntryGroupRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%datacatalog.googleapis.com/EntryGroup\x12\x1b\n\x0e\x65ntry_group_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12<\n\x0b\x65ntry_group\x18\x02 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroup\"\x8d\x01\n\x17UpdateEntryGroupRequest\x12\x41\n\x0b\x65ntry_group\x18\x01 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroupB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"\x82\x01\n\x14GetEntryGroupRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12-\n\tread_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"j\n\x17\x44\x65leteEntryGroupRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"\x88\x01\n\x16ListEntryGroupsRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%datacatalog.googleapis.com/EntryGroup\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"q\n\x17ListEntryGroupsResponse\x12=\n\x0c\x65ntry_groups\x18\x01 \x03(\x0b\x32\'.google.cloud.datacatalog.v1.EntryGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa2\x01\n\x12\x43reateEntryRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x15\n\x08\x65ntry_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x36\n\x05\x65ntry\x18\x02 \x01(\x0b\x32\".google.cloud.datacatalog.v1.EntryB\x03\xe0\x41\x02\"}\n\x12UpdateEntryRequest\x12\x36\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\".google.cloud.datacatalog.v1.EntryB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"L\n\x12\x44\x65leteEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"I\n\x0fGetEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x99\x01\n\x12LookupEntryRequest\x12\x19\n\x0flinked_resource\x18\x01 \x01(\tH\x00\x12\x16\n\x0csql_resource\x18\x03 \x01(\tH\x00\x12\x1e\n\x14\x66ully_qualified_name\x18\x05 \x01(\tH\x00\x12\x0f\n\x07project\x18\x06 \x01(\t\x12\x10\n\x08location\x18\x07 \x01(\tB\r\n\x0btarget_name\"\x81\x11\n\x05\x45ntry\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x03\xe0\x41\x08\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x17\n\x0flinked_resource\x18\t \x01(\t\x12\x1c\n\x14\x66ully_qualified_name\x18\x1d \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32&.google.cloud.datacatalog.v1.EntryTypeH\x00\x12\x1d\n\x13user_specified_type\x18\x10 \x01(\tH\x00\x12O\n\x11integrated_system\x18\x11 \x01(\x0e\x32-.google.cloud.datacatalog.v1.IntegratedSystemB\x03\xe0\x41\x03H\x01\x12\x1f\n\x15user_specified_system\x18\x12 \x01(\tH\x01\x12V\n\x18sql_database_system_spec\x18\' \x01(\x0b\x32\x32.google.cloud.datacatalog.v1.SqlDatabaseSystemSpecH\x02\x12K\n\x12looker_system_spec\x18( \x01(\x0b\x32-.google.cloud.datacatalog.v1.LookerSystemSpecH\x02\x12Z\n\x1a\x63loud_bigtable_system_spec\x18) \x01(\x0b\x32\x34.google.cloud.datacatalog.v1.CloudBigtableSystemSpecH\x02\x12G\n\x10gcs_fileset_spec\x18\x06 \x01(\x0b\x32+.google.cloud.datacatalog.v1.GcsFilesetSpecH\x03\x12R\n\x13\x62igquery_table_spec\x18\x0c \x01(\x0b\x32..google.cloud.datacatalog.v1.BigQueryTableSpecB\x03\xe0\x41\x03H\x03\x12_\n\x1a\x62igquery_date_sharded_spec\x18\x0f \x01(\x0b\x32\x34.google.cloud.datacatalog.v1.BigQueryDateShardedSpecB\x03\xe0\x41\x03H\x03\x12M\n\x13\x64\x61tabase_table_spec\x18\x18 \x01(\x0b\x32..google.cloud.datacatalog.v1.DatabaseTableSpecH\x04\x12\\\n\x1b\x64\x61ta_source_connection_spec\x18\x1b \x01(\x0b\x32\x35.google.cloud.datacatalog.v1.DataSourceConnectionSpecH\x04\x12@\n\x0croutine_spec\x18\x1c \x01(\x0b\x32(.google.cloud.datacatalog.v1.RoutineSpecH\x04\x12@\n\x0c\x64\x61taset_spec\x18 \x01(\x0b\x32(.google.cloud.datacatalog.v1.DatasetSpecH\x04\x12@\n\x0c\x66ileset_spec\x18! \x01(\x0b\x32(.google.cloud.datacatalog.v1.FilesetSpecH\x04\x12@\n\x0cservice_spec\x18* \x01(\x0b\x32(.google.cloud.datacatalog.v1.ServiceSpecH\x04\x12<\n\nmodel_spec\x18+ \x01(\x0b\x32&.google.cloud.datacatalog.v1.ModelSpecH\x04\x12X\n\x19\x66\x65\x61ture_online_store_spec\x18- \x01(\x0b\x32\x33.google.cloud.datacatalog.v1.FeatureOnlineStoreSpecH\x04\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x46\n\x10\x62usiness_context\x18% \x01(\x0b\x32,.google.cloud.datacatalog.v1.BusinessContext\x12\x33\n\x06schema\x18\x05 \x01(\x0b\x32#.google.cloud.datacatalog.v1.Schema\x12O\n\x18source_system_timestamps\x18\x07 \x01(\x0b\x32-.google.cloud.datacatalog.v1.SystemTimestamps\x12>\n\x0cusage_signal\x18\r \x01(\x0b\x32(.google.cloud.datacatalog.v1.UsageSignal\x12>\n\x06labels\x18\x0e \x03(\x0b\x32..google.cloud.datacatalog.v1.Entry.LabelsEntry\x12\x41\n\x0b\x64\x61ta_source\x18\x14 \x01(\x0b\x32\'.google.cloud.datacatalog.v1.DataSourceB\x03\xe0\x41\x03\x12K\n\x10personal_details\x18\x1a \x01(\x0b\x32,.google.cloud.datacatalog.v1.PersonalDetailsB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:x\xea\x41u\n datacatalog.googleapis.com/Entry\x12Qprojects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}B\x0c\n\nentry_typeB\x08\n\x06systemB\r\n\x0bsystem_specB\x0b\n\ttype_specB\x06\n\x04spec\"\xcb\x04\n\x11\x44\x61tabaseTableSpec\x12\x46\n\x04type\x18\x01 \x01(\x0e\x32\x38.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType\x12K\n\x0e\x64\x61taplex_table\x18\x02 \x01(\x0b\x32..google.cloud.datacatalog.v1.DataplexTableSpecB\x03\xe0\x41\x03\x12[\n\x12\x64\x61tabase_view_spec\x18\x03 \x01(\x0b\x32?.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec\x1a\x80\x02\n\x10\x44\x61tabaseViewSpec\x12[\n\tview_type\x18\x01 \x01(\x0e\x32H.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType\x12\x14\n\nbase_table\x18\x02 \x01(\tH\x00\x12\x13\n\tsql_query\x18\x03 \x01(\tH\x00\"O\n\x08ViewType\x12\x19\n\x15VIEW_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rSTANDARD_VIEW\x10\x01\x12\x15\n\x11MATERIALIZED_VIEW\x10\x02\x42\x13\n\x11source_definition\"A\n\tTableType\x12\x1a\n\x16TABLE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06NATIVE\x10\x01\x12\x0c\n\x08\x45XTERNAL\x10\x02\"Y\n\x0b\x46ilesetSpec\x12J\n\x10\x64\x61taplex_fileset\x18\x01 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1.DataplexFilesetSpec\"q\n\x18\x44\x61taSourceConnectionSpec\x12U\n\x18\x62igquery_connection_spec\x18\x01 \x01(\x0b\x32\x33.google.cloud.datacatalog.v1.BigQueryConnectionSpec\"\xc3\x04\n\x0bRoutineSpec\x12J\n\x0croutine_type\x18\x01 \x01(\x0e\x32\x34.google.cloud.datacatalog.v1.RoutineSpec.RoutineType\x12\x10\n\x08language\x18\x02 \x01(\t\x12L\n\x11routine_arguments\x18\x03 \x03(\x0b\x32\x31.google.cloud.datacatalog.v1.RoutineSpec.Argument\x12\x13\n\x0breturn_type\x18\x04 \x01(\t\x12\x17\n\x0f\x64\x65\x66inition_body\x18\x05 \x01(\t\x12Q\n\x15\x62igquery_routine_spec\x18\x06 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1.BigQueryRoutineSpecH\x00\x1a\xa6\x01\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x04mode\x18\x02 \x01(\x0e\x32\x36.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode\x12\x0c\n\x04type\x18\x03 \x01(\t\"8\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\x07\n\x03OUT\x10\x02\x12\t\n\x05INOUT\x10\x03\"O\n\x0bRoutineType\x12\x1c\n\x18ROUTINE_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0fSCALAR_FUNCTION\x10\x01\x12\r\n\tPROCEDURE\x10\x02\x42\r\n\x0bsystem_spec\"k\n\x0b\x44\x61tasetSpec\x12M\n\x13vertex_dataset_spec\x18\x02 \x01(\x0b\x32..google.cloud.datacatalog.v1.VertexDatasetSpecH\x00\x42\r\n\x0bsystem_spec\"\\\n\x15SqlDatabaseSystemSpec\x12\x12\n\nsql_engine\x18\x01 \x01(\t\x12\x18\n\x10\x64\x61tabase_version\x18\x02 \x01(\t\x12\x15\n\rinstance_host\x18\x03 \x01(\t\"\xca\x01\n\x10LookerSystemSpec\x12\x1a\n\x12parent_instance_id\x18\x01 \x01(\t\x12$\n\x1cparent_instance_display_name\x18\x02 \x01(\t\x12\x17\n\x0fparent_model_id\x18\x03 \x01(\t\x12!\n\x19parent_model_display_name\x18\x04 \x01(\t\x12\x16\n\x0eparent_view_id\x18\x05 \x01(\t\x12 \n\x18parent_view_display_name\x18\x06 \x01(\t\"8\n\x17\x43loudBigtableSystemSpec\x12\x1d\n\x15instance_display_name\x18\x01 \x01(\t\"\xfd\x01\n\x19\x43loudBigtableInstanceSpec\x12u\n\x1c\x63loud_bigtable_cluster_specs\x18\x01 \x03(\x0b\x32O.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec\x1ai\n\x18\x43loudBigtableClusterSpec\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x10\n\x08location\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x01(\t\x12\x17\n\x0flinked_resource\x18\x04 \x01(\t\"|\n\x0bServiceSpec\x12^\n\x1c\x63loud_bigtable_instance_spec\x18\x01 \x01(\x0b\x32\x36.google.cloud.datacatalog.v1.CloudBigtableInstanceSpecH\x00\x42\r\n\x0bsystem_spec\"\xa0\x02\n\x15VertexModelSourceInfo\x12W\n\x0bsource_type\x18\x01 \x01(\x0e\x32\x42.google.cloud.datacatalog.v1.VertexModelSourceInfo.ModelSourceType\x12\x0c\n\x04\x63opy\x18\x02 \x01(\x08\"\x9f\x01\n\x0fModelSourceType\x12!\n\x1dMODEL_SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41UTOML\x10\x01\x12\n\n\x06\x43USTOM\x10\x02\x12\x08\n\x04\x42QML\x10\x03\x12\x10\n\x0cMODEL_GARDEN\x10\x04\x12\t\n\x05GENIE\x10\x05\x12\x19\n\x15\x43USTOM_TEXT_EMBEDDING\x10\x06\x12\x0f\n\x0bMARKETPLACE\x10\x07\"\xce\x01\n\x0fVertexModelSpec\x12\x12\n\nversion_id\x18\x01 \x01(\t\x12\x17\n\x0fversion_aliases\x18\x02 \x03(\t\x12\x1b\n\x13version_description\x18\x03 \x01(\t\x12T\n\x18vertex_model_source_info\x18\x04 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1.VertexModelSourceInfo\x12\x1b\n\x13\x63ontainer_image_uri\x18\x05 \x01(\t\"\xe4\x02\n\x11VertexDatasetSpec\x12\x17\n\x0f\x64\x61ta_item_count\x18\x01 \x01(\x03\x12J\n\tdata_type\x18\x02 \x01(\x0e\x32\x37.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType\"\xe9\x01\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\t\n\x05IMAGE\x10\x02\x12\x08\n\x04TEXT\x10\x03\x12\t\n\x05VIDEO\x10\x04\x12\x10\n\x0c\x43ONVERSATION\x10\x05\x12\x0f\n\x0bTIME_SERIES\x10\x06\x12\x0c\n\x08\x44OCUMENT\x10\x07\x12\x12\n\x0eTEXT_TO_SPEECH\x10\x08\x12\x0f\n\x0bTRANSLATION\x10\t\x12\x10\n\x0cSTORE_VISION\x10\n\x12\x1e\n\x1a\x45NTERPRISE_KNOWLEDGE_GRAPH\x10\x0b\x12\x0f\n\x0bTEXT_PROMPT\x10\x0c\"e\n\tModelSpec\x12I\n\x11vertex_model_spec\x18\x01 \x01(\x0b\x32,.google.cloud.datacatalog.v1.VertexModelSpecH\x00\x42\r\n\x0bsystem_spec\"\xbe\x01\n\x16\x46\x65\x61tureOnlineStoreSpec\x12Z\n\x0cstorage_type\x18\x01 \x01(\x0e\x32?.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageTypeB\x03\xe0\x41\x03\"H\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x42IGTABLE\x10\x01\x12\r\n\tOPTIMIZED\x10\x02\"\x8e\x01\n\x0f\x42usinessContext\x12\x42\n\x0e\x65ntry_overview\x18\x01 \x01(\x0b\x32*.google.cloud.datacatalog.v1.EntryOverview\x12\x37\n\x08\x63ontacts\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1.Contacts\"!\n\rEntryOverview\x12\x10\n\x08overview\x18\x01 \x01(\t\"v\n\x08\x43ontacts\x12<\n\x06people\x18\x01 \x03(\x0b\x32,.google.cloud.datacatalog.v1.Contacts.Person\x1a,\n\x06Person\x12\x13\n\x0b\x64\x65signation\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\"\xb4\x02\n\nEntryGroup\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12S\n\x17\x64\x61ta_catalog_timestamps\x18\x04 \x01(\x0b\x32-.google.cloud.datacatalog.v1.SystemTimestampsB\x03\xe0\x41\x03\x12$\n\x17transferred_to_dataplex\x18\t \x01(\x08\x42\x03\xe0\x41\x01:m\xea\x41j\n%datacatalog.googleapis.com/EntryGroup\x12\x41projects/{project}/locations/{location}/entryGroups/{entry_group}\"\xbd\x01\n\x18\x43reateTagTemplateRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&datacatalog.googleapis.com/TagTemplate\x12\x1c\n\x0ftag_template_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x43\n\x0ctag_template\x18\x02 \x01(\x0b\x32(.google.cloud.datacatalog.v1.TagTemplateB\x03\xe0\x41\x02\"U\n\x15GetTagTemplateRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\"\x90\x01\n\x18UpdateTagTemplateRequest\x12\x43\n\x0ctag_template\x18\x01 \x01(\x0b\x32(.google.cloud.datacatalog.v1.TagTemplateB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"l\n\x18\x44\x65leteTagTemplateRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x02\"~\n\x10\x43reateTagRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x32\n\x03tag\x18\x02 \x01(\x0b\x32 .google.cloud.datacatalog.v1.TagB\x03\xe0\x41\x02\"w\n\x10UpdateTagRequest\x12\x32\n\x03tag\x18\x01 \x01(\x0b\x32 .google.cloud.datacatalog.v1.TagB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"H\n\x10\x44\x65leteTagRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\"\xd3\x01\n\x1d\x43reateTagTemplateFieldRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\"\n\x15tag_template_field_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12N\n\x12tag_template_field\x18\x03 \x01(\x0b\x32-.google.cloud.datacatalog.v1.TagTemplateFieldB\x03\xe0\x41\x02\"\xe8\x01\n\x1dUpdateTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12N\n\x12tag_template_field\x18\x02 \x01(\x0b\x32-.google.cloud.datacatalog.v1.TagTemplateFieldB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"\x8a\x01\n\x1dRenameTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12&\n\x19new_tag_template_field_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\x9e\x01\n&RenameTagTemplateFieldEnumValueRequest\x12J\n\x04name\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\n4datacatalog.googleapis.com/TagTemplateFieldEnumValue\x12(\n\x1bnew_enum_value_display_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\"v\n\x1d\x44\x65leteTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x02\"p\n\x0fListTagsRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"[\n\x10ListTagsResponse\x12.\n\x04tags\x18\x01 \x03(\x0b\x32 .google.cloud.datacatalog.v1.Tag\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe4\x01\n\x14ReconcileTagsRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12\x44\n\x0ctag_template\x18\x02 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&datacatalog.googleapis.com/TagTemplate\x12\x1c\n\x14\x66orce_delete_missing\x18\x03 \x01(\x08\x12.\n\x04tags\x18\x04 \x03(\x0b\x32 .google.cloud.datacatalog.v1.Tag\"k\n\x15ReconcileTagsResponse\x12\x1a\n\x12\x63reated_tags_count\x18\x01 \x01(\x03\x12\x1a\n\x12updated_tags_count\x18\x02 \x01(\x03\x12\x1a\n\x12\x64\x65leted_tags_count\x18\x03 \x01(\x03\"\x93\x03\n\x15ReconcileTagsMetadata\x12U\n\x05state\x18\x01 \x01(\x0e\x32\x46.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState\x12N\n\x06\x65rrors\x18\x02 \x03(\x0b\x32>.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ErrorsEntry\x1a\x41\n\x0b\x45rrorsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.google.rpc.Status:\x02\x38\x01\"\x8f\x01\n\x13ReconciliationState\x12$\n RECONCILIATION_STATE_UNSPECIFIED\x10\x00\x12\x19\n\x15RECONCILIATION_QUEUED\x10\x01\x12\x1e\n\x1aRECONCILIATION_IN_PROGRESS\x10\x02\x12\x17\n\x13RECONCILIATION_DONE\x10\x03\"\xa9\x01\n\x12ListEntriesRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%datacatalog.googleapis.com/EntryGroup\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12-\n\tread_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"c\n\x13ListEntriesResponse\x12\x33\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\".google.cloud.datacatalog.v1.Entry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"J\n\x10StarEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x13\n\x11StarEntryResponse\"L\n\x12UnstarEntryRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\"\x15\n\x13UnstarEntryResponse\"\x8a\x01\n\x14ImportEntriesRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 datacatalog.googleapis.com/Entry\x12\x19\n\x0fgcs_bucket_path\x18\x02 \x01(\tH\x00\x12\x13\n\x06job_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x42\x08\n\x06source\"\x95\x01\n\x15ImportEntriesResponse\x12#\n\x16upserted_entries_count\x18\x05 \x01(\x03H\x00\x88\x01\x01\x12\"\n\x15\x64\x65leted_entries_count\x18\x06 \x01(\x03H\x01\x88\x01\x01\x42\x19\n\x17_upserted_entries_countB\x18\n\x16_deleted_entries_count\"\x88\x02\n\x15ImportEntriesMetadata\x12M\n\x05state\x18\x01 \x01(\x0e\x32>.google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState\x12\"\n\x06\x65rrors\x18\x02 \x03(\x0b\x32\x12.google.rpc.Status\"|\n\x0bImportState\x12\x1c\n\x18IMPORT_STATE_UNSPECIFIED\x10\x00\x12\x11\n\rIMPORT_QUEUED\x10\x01\x12\x16\n\x12IMPORT_IN_PROGRESS\x10\x02\x12\x0f\n\x0bIMPORT_DONE\x10\x03\x12\x13\n\x0fIMPORT_OBSOLETE\x10\x04\"\x9d\x01\n\x1aModifyEntryOverviewRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12G\n\x0e\x65ntry_overview\x18\x02 \x01(\x0b\x32*.google.cloud.datacatalog.v1.EntryOverviewB\x03\xe0\x41\x02\"\x92\x01\n\x1aModifyEntryContactsRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n datacatalog.googleapis.com/Entry\x12<\n\x08\x63ontacts\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1.ContactsB\x03\xe0\x41\x02\"\xde\x01\n\x10SetConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12S\n\x16tag_template_migration\x18\x02 \x01(\x0e\x32\x31.google.cloud.datacatalog.v1.TagTemplateMigrationH\x00\x12Q\n\x15\x63\x61talog_ui_experience\x18\x03 \x01(\x0e\x32\x30.google.cloud.datacatalog.v1.CatalogUIExperienceH\x00\x42\x0f\n\rconfiguration\"*\n\x15RetrieveConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"3\n\x1eRetrieveEffectiveConfigRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xbe\x01\n\x12OrganizationConfig\x12K\n\x06\x63onfig\x18\x01 \x03(\x0b\x32;.google.cloud.datacatalog.v1.OrganizationConfig.ConfigEntry\x1a[\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12;\n\x05value\x18\x02 \x01(\x0b\x32,.google.cloud.datacatalog.v1.MigrationConfig:\x02\x38\x01\"\xb5\x01\n\x0fMigrationConfig\x12Q\n\x16tag_template_migration\x18\x01 \x01(\x0e\x32\x31.google.cloud.datacatalog.v1.TagTemplateMigration\x12O\n\x15\x63\x61talog_ui_experience\x18\x02 \x01(\x0e\x32\x30.google.cloud.datacatalog.v1.CatalogUIExperience*\xba\x02\n\tEntryType\x12\x1a\n\x16\x45NTRY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x02\x12\t\n\x05MODEL\x10\x05\x12\x0f\n\x0b\x44\x41TA_STREAM\x10\x03\x12\x0b\n\x07\x46ILESET\x10\x04\x12\x0b\n\x07\x43LUSTER\x10\x06\x12\x0c\n\x08\x44\x41TABASE\x10\x07\x12\x1a\n\x16\x44\x41TA_SOURCE_CONNECTION\x10\x08\x12\x0b\n\x07ROUTINE\x10\t\x12\x08\n\x04LAKE\x10\n\x12\x08\n\x04ZONE\x10\x0b\x12\x0b\n\x07SERVICE\x10\x0e\x12\x13\n\x0f\x44\x41TABASE_SCHEMA\x10\x0f\x12\r\n\tDASHBOARD\x10\x10\x12\x0b\n\x07\x45XPLORE\x10\x11\x12\x08\n\x04LOOK\x10\x12\x12\x18\n\x14\x46\x45\x41TURE_ONLINE_STORE\x10\x13\x12\x10\n\x0c\x46\x45\x41TURE_VIEW\x10\x14\x12\x11\n\rFEATURE_GROUP\x10\x15*\x87\x01\n\x14TagTemplateMigration\x12&\n\"TAG_TEMPLATE_MIGRATION_UNSPECIFIED\x10\x00\x12\"\n\x1eTAG_TEMPLATE_MIGRATION_ENABLED\x10\x01\x12#\n\x1fTAG_TEMPLATE_MIGRATION_DISABLED\x10\x02*\x83\x01\n\x13\x43\x61talogUIExperience\x12%\n!CATALOG_UI_EXPERIENCE_UNSPECIFIED\x10\x00\x12!\n\x1d\x43\x41TALOG_UI_EXPERIENCE_ENABLED\x10\x01\x12\"\n\x1e\x43\x41TALOG_UI_EXPERIENCE_DISABLED\x10\x02\x32\xd2\x41\n\x0b\x44\x61taCatalog\x12\xa6\x01\n\rSearchCatalog\x12\x31.google.cloud.datacatalog.v1.SearchCatalogRequest\x1a\x32.google.cloud.datacatalog.v1.SearchCatalogResponse\".\x88\x02\x01\xda\x41\x0bscope,query\x82\xd3\xe4\x93\x02\x17\"\x12/v1/catalog:search:\x01*\x12\xde\x01\n\x10\x43reateEntryGroup\x12\x34.google.cloud.datacatalog.v1.CreateEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"k\x88\x02\x01\xda\x41!parent,entry_group_id,entry_group\x82\xd3\xe4\x93\x02>\"//v1/{parent=projects/*/locations/*}/entryGroups:\x0b\x65ntry_group\x12\xbf\x01\n\rGetEntryGroup\x12\x31.google.cloud.datacatalog.v1.GetEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"R\x88\x02\x01\xda\x41\x04name\xda\x41\x0ename,read_mask\x82\xd3\xe4\x93\x02\x31\x12//v1/{name=projects/*/locations/*/entryGroups/*}\x12\xee\x01\n\x10UpdateEntryGroup\x12\x34.google.cloud.datacatalog.v1.UpdateEntryGroupRequest\x1a\'.google.cloud.datacatalog.v1.EntryGroup\"{\x88\x02\x01\xda\x41\x0b\x65ntry_group\xda\x41\x17\x65ntry_group,update_mask\x82\xd3\xe4\x93\x02J2;/v1/{entry_group.name=projects/*/locations/*/entryGroups/*}:\x0b\x65ntry_group\x12\xa3\x01\n\x10\x44\x65leteEntryGroup\x12\x34.google.cloud.datacatalog.v1.DeleteEntryGroupRequest\x1a\x16.google.protobuf.Empty\"A\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31*//v1/{name=projects/*/locations/*/entryGroups/*}\x12\xc1\x01\n\x0fListEntryGroups\x12\x33.google.cloud.datacatalog.v1.ListEntryGroupsRequest\x1a\x34.google.cloud.datacatalog.v1.ListEntryGroupsResponse\"C\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x31\x12//v1/{parent=projects/*/locations/*}/entryGroups\x12\xc7\x01\n\x0b\x43reateEntry\x12/.google.cloud.datacatalog.v1.CreateEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"c\x88\x02\x01\xda\x41\x15parent,entry_id,entry\x82\xd3\xe4\x93\x02\x42\"9/v1/{parent=projects/*/locations/*/entryGroups/*}/entries:\x05\x65ntry\x12\xd1\x01\n\x0bUpdateEntry\x12/.google.cloud.datacatalog.v1.UpdateEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"m\x88\x02\x01\xda\x41\x05\x65ntry\xda\x41\x11\x65ntry,update_mask\x82\xd3\xe4\x93\x02H2?/v1/{entry.name=projects/*/locations/*/entryGroups/*/entries/*}:\x05\x65ntry\x12\xa3\x01\n\x0b\x44\x65leteEntry\x12/.google.cloud.datacatalog.v1.DeleteEntryRequest\x1a\x16.google.protobuf.Empty\"K\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\xa9\x01\n\x08GetEntry\x12,.google.cloud.datacatalog.v1.GetEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"K\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\x81\x01\n\x0bLookupEntry\x12/.google.cloud.datacatalog.v1.LookupEntryRequest\x1a\".google.cloud.datacatalog.v1.Entry\"\x1d\x88\x02\x01\x82\xd3\xe4\x93\x02\x14\x12\x12/v1/entries:lookup\x12\xbf\x01\n\x0bListEntries\x12/.google.cloud.datacatalog.v1.ListEntriesRequest\x1a\x30.google.cloud.datacatalog.v1.ListEntriesResponse\"M\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*/entryGroups/*}/entries\x12\xd7\x01\n\x13ModifyEntryOverview\x12\x37.google.cloud.datacatalog.v1.ModifyEntryOverviewRequest\x1a*.google.cloud.datacatalog.v1.EntryOverview\"[\x88\x02\x01\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:modifyEntryOverview:\x01*\x12\xd2\x01\n\x13ModifyEntryContacts\x12\x37.google.cloud.datacatalog.v1.ModifyEntryContactsRequest\x1a%.google.cloud.datacatalog.v1.Contacts\"[\x88\x02\x01\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:modifyEntryContacts:\x01*\x12\xe5\x01\n\x11\x43reateTagTemplate\x12\x35.google.cloud.datacatalog.v1.CreateTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"o\x88\x02\x01\xda\x41#parent,tag_template_id,tag_template\x82\xd3\xe4\x93\x02@\"0/v1/{parent=projects/*/locations/*}/tagTemplates:\x0ctag_template\x12\xb2\x01\n\x0eGetTagTemplate\x12\x32.google.cloud.datacatalog.v1.GetTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"B\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/tagTemplates/*}\x12\xf7\x01\n\x11UpdateTagTemplate\x12\x35.google.cloud.datacatalog.v1.UpdateTagTemplateRequest\x1a(.google.cloud.datacatalog.v1.TagTemplate\"\x80\x01\x88\x02\x01\xda\x41\x0ctag_template\xda\x41\x18tag_template,update_mask\x82\xd3\xe4\x93\x02M2=/v1/{tag_template.name=projects/*/locations/*/tagTemplates/*}:\x0ctag_template\x12\xac\x01\n\x11\x44\x65leteTagTemplate\x12\x35.google.cloud.datacatalog.v1.DeleteTagTemplateRequest\x1a\x16.google.protobuf.Empty\"H\x88\x02\x01\xda\x41\nname,force\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/tagTemplates/*}\x12\x90\x02\n\x16\x43reateTagTemplateField\x12:.google.cloud.datacatalog.v1.CreateTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"\x8a\x01\x88\x02\x01\xda\x41/parent,tag_template_field_id,tag_template_field\x82\xd3\xe4\x93\x02O\"9/v1/{parent=projects/*/locations/*/tagTemplates/*}/fields:\x12tag_template_field\x12\x9e\x02\n\x16UpdateTagTemplateField\x12:.google.cloud.datacatalog.v1.UpdateTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"\x98\x01\x88\x02\x01\xda\x41\x17name,tag_template_field\xda\x41#name,tag_template_field,update_mask\x82\xd3\xe4\x93\x02O29/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:\x12tag_template_field\x12\xf4\x01\n\x16RenameTagTemplateField\x12:.google.cloud.datacatalog.v1.RenameTagTemplateFieldRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"o\x88\x02\x01\xda\x41\x1ename,new_tag_template_field_id\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:rename:\x01*\x12\x95\x02\n\x1fRenameTagTemplateFieldEnumValue\x12\x43.google.cloud.datacatalog.v1.RenameTagTemplateFieldEnumValueRequest\x1a-.google.cloud.datacatalog.v1.TagTemplateField\"~\x88\x02\x01\xda\x41 name,new_enum_value_display_name\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*/enumValues/*}:rename:\x01*\x12\xbf\x01\n\x16\x44\x65leteTagTemplateField\x12:.google.cloud.datacatalog.v1.DeleteTagTemplateFieldRequest\x1a\x16.google.protobuf.Empty\"Q\x88\x02\x01\xda\x41\nname,force\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/tagTemplates/*/fields/*}\x12\xfc\x01\n\tCreateTag\x12-.google.cloud.datacatalog.v1.CreateTagRequest\x1a .google.cloud.datacatalog.v1.Tag\"\x9d\x01\x88\x02\x01\xda\x41\nparent,tag\x82\xd3\xe4\x93\x02\x86\x01\"@/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:\x03tagZ=\"6/v1/{parent=projects/*/locations/*/entryGroups/*}/tags:\x03tag\x12\x8f\x02\n\tUpdateTag\x12-.google.cloud.datacatalog.v1.UpdateTagRequest\x1a .google.cloud.datacatalog.v1.Tag\"\xb0\x01\x88\x02\x01\xda\x41\x03tag\xda\x41\x0ftag,update_mask\x82\xd3\xe4\x93\x02\x8e\x01\x32\x44/v1/{tag.name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}:\x03tagZA2:/v1/{tag.name=projects/*/locations/*/entryGroups/*/tags/*}:\x03tag\x12\xe1\x01\n\tDeleteTag\x12-.google.cloud.datacatalog.v1.DeleteTagRequest\x1a\x16.google.protobuf.Empty\"\x8c\x01\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02|*@/v1/{name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}Z8*6/v1/{name=projects/*/locations/*/entryGroups/*/tags/*}\x12\xf8\x01\n\x08ListTags\x12,.google.cloud.datacatalog.v1.ListTagsRequest\x1a-.google.cloud.datacatalog.v1.ListTagsResponse\"\x8e\x01\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02|\x12@/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tagsZ8\x12\x36/v1/{parent=projects/*/locations/*/entryGroups/*}/tags\x12\xed\x01\n\rReconcileTags\x12\x31.google.cloud.datacatalog.v1.ReconcileTagsRequest\x1a\x1d.google.longrunning.Operation\"\x89\x01\x88\x02\x01\xca\x41.\n\x15ReconcileTagsResponse\x12\x15ReconcileTagsMetadata\x82\xd3\xe4\x93\x02O\"J/v1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:reconcile:\x01*\x12\xbf\x01\n\tStarEntry\x12-.google.cloud.datacatalog.v1.StarEntryRequest\x1a..google.cloud.datacatalog.v1.StarEntryResponse\"S\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:star:\x01*\x12\xc7\x01\n\x0bUnstarEntry\x12/.google.cloud.datacatalog.v1.UnstarEntryRequest\x1a\x30.google.cloud.datacatalog.v1.UnstarEntryResponse\"U\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/entryGroups/*/entries/*}:unstar:\x01*\x12\xf5\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xa9\x01\x88\x02\x01\xda\x41\x0fresource,policy\x82\xd3\xe4\x93\x02\x8d\x01\"A/v1/{resource=projects/*/locations/*/tagTemplates/*}:setIamPolicy:\x01*ZE\"@/v1/{resource=projects/*/locations/*/entryGroups/*}:setIamPolicy:\x01*\x12\xbf\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xf3\x01\x88\x02\x01\xda\x41\x08resource\x82\xd3\xe4\x93\x02\xde\x01\"A/v1/{resource=projects/*/locations/*/tagTemplates/*}:getIamPolicy:\x01*ZE\"@/v1/{resource=projects/*/locations/*/entryGroups/*}:getIamPolicy:\x01*ZO\"J/v1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:getIamPolicy:\x01*\x12\xe6\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\xfa\x01\x88\x02\x01\x82\xd3\xe4\x93\x02\xf0\x01\"G/v1/{resource=projects/*/locations/*/tagTemplates/*}:testIamPermissions:\x01*ZK\"F/v1/{resource=projects/*/locations/*/entryGroups/*}:testIamPermissions:\x01*ZU\"P/v1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:testIamPermissions:\x01*\x12\xe2\x01\n\rImportEntries\x12\x31.google.cloud.datacatalog.v1.ImportEntriesRequest\x1a\x1d.google.longrunning.Operation\"\x7f\x88\x02\x01\xca\x41.\n\x15ImportEntriesResponse\x12\x15ImportEntriesMetadata\x82\xd3\xe4\x93\x02\x45\"@/v1/{parent=projects/*/locations/*/entryGroups/*}/entries:import:\x01*\x12\xda\x01\n\tSetConfig\x12-.google.cloud.datacatalog.v1.SetConfigRequest\x1a,.google.cloud.datacatalog.v1.MigrationConfig\"p\x88\x02\x01\x82\xd3\xe4\x93\x02g\"0/v1/{name=organizations/*/locations/*}:setConfig:\x01*Z0\"+/v1/{name=projects/*/locations/*}:setConfig:\x01*\x12\xb7\x01\n\x0eRetrieveConfig\x12\x32.google.cloud.datacatalog.v1.RetrieveConfigRequest\x1a/.google.cloud.datacatalog.v1.OrganizationConfig\"@\x88\x02\x01\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=organizations/*/locations/*}:retrieveConfig\x12\x8d\x02\n\x17RetrieveEffectiveConfig\x12;.google.cloud.datacatalog.v1.RetrieveEffectiveConfigRequest\x1a,.google.cloud.datacatalog.v1.MigrationConfig\"\x86\x01\x88\x02\x01\x82\xd3\xe4\x93\x02}\x12>/v1/{name=organizations/*/locations/*}:retrieveEffectiveConfigZ;\x12\x39/v1/{name=projects/*/locations/*}:retrieveEffectiveConfig\x1aQ\x88\x02\x01\xca\x41\x1a\x64\x61tacatalog.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x87\x03\n\x1f\x63om.google.cloud.datacatalog.v1P\x01ZAcloud.google.com/go/datacatalog/apiv1/datacatalogpb;datacatalogpb\xaa\x02\x1bGoogle.Cloud.DataCatalog.V1\xca\x02\x1bGoogle\\Cloud\\DataCatalog\\V1\xea\x02\x1eGoogle::Cloud::DataCatalog::V1\xea\x41\xc0\x01\n4datacatalog.googleapis.com/TagTemplateFieldEnumValue\x12\x87\x01projects/{project}/locations/{location}/tagTemplates/{tag_template}/fields/{tag_template_field_id}/enumValues/{enum_value_display_name}b\x06proto3"
31
31
 
32
32
  pool = Google::Protobuf::DescriptorPool.generated_pool
33
33
 
@@ -24,6 +24,8 @@ module Google
24
24
  module DataCatalog
25
25
  module V1
26
26
  module DataCatalog
27
+ # Deprecated: Please use Dataplex Catalog instead.
28
+ #
27
29
  # Data Catalog API service allows you to discover, understand, and manage
28
30
  # your data.
29
31
  class Service
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -659,7 +659,7 @@ module Google
659
659
  # Dataplex table entries.
660
660
  # @!attribute [rw] database_view_spec
661
661
  # @return [::Google::Cloud::DataCatalog::V1::DatabaseTableSpec::DatabaseViewSpec]
662
- # Spec what aplies to tables that are actually views.
662
+ # Spec what applies to tables that are actually views.
663
663
  # Not set for "real" tables.
664
664
  class DatabaseTableSpec
665
665
  include ::Google::Protobuf::MessageExts
@@ -1064,12 +1064,12 @@ module Google
1064
1064
  # Store.
1065
1065
  # @!attribute [r] storage_type
1066
1066
  # @return [::Google::Cloud::DataCatalog::V1::FeatureOnlineStoreSpec::StorageType]
1067
- # Output only. Type of underelaying storage for the FeatureOnlineStore.
1067
+ # Output only. Type of underlying storage for the FeatureOnlineStore.
1068
1068
  class FeatureOnlineStoreSpec
1069
1069
  include ::Google::Protobuf::MessageExts
1070
1070
  extend ::Google::Protobuf::MessageExts::ClassMethods
1071
1071
 
1072
- # Type of underlaying storage type.
1072
+ # Type of underlying storage type.
1073
1073
  module StorageType
1074
1074
  # Should not be used.
1075
1075
  STORAGE_TYPE_UNSPECIFIED = 0
@@ -1077,7 +1077,7 @@ module Google
1077
1077
  # Underlsying storgae is Bigtable.
1078
1078
  BIGTABLE = 1
1079
1079
 
1080
- # Underlaying is optimized online server (Lightning).
1080
+ # Underlying is optimized online server (Lightning).
1081
1081
  OPTIMIZED = 2
1082
1082
  end
1083
1083
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 2025-03-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
173
  requirements: []
174
- rubygems_version: 3.6.3
174
+ rubygems_version: 3.6.5
175
175
  specification_version: 4
176
176
  summary: A fully managed and highly scalable data discovery and metadata management
177
177
  service.