google-cloud-data_catalog-v1beta1 0.8.0 → 0.8.1

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: 806ecaefdcb4ae14c2b9d9e8d355ccc0ed128bbb45d83038697c3a72b375cfe9
4
- data.tar.gz: 95465bbfa409fbec957b8c592db122e2419896cd6dd09ec7e54e10477dc1c45b
3
+ metadata.gz: c67345527b6ee6f9aa3777c97141d9c37e569c95b88ce2f400dc43321041dada
4
+ data.tar.gz: edef11576380cdf6565f6b5148132693179feea42f521c9426bf9b005e24afdd
5
5
  SHA512:
6
- metadata.gz: 134b1915954f9e469c68d7147f91ec945382f1601ec373c1ddf957e5e3552f8a5a61fc54b646961866f5f369133dbde1136b7122b7682ef0e364882276537040
7
- data.tar.gz: 8c57b67e26069fa7c5b8d72e305d858779aa17a246acf74c155efe56811bdf6031229e06618a0ccbdf4d992dec90e33c1ddf733eac252081f50e815a2a8b3e21
6
+ metadata.gz: bfa4f194723b6b07393b0ecc31f63457abb889cc05b2d47a33d322166ac66402a1228b97349127180f3dc7491df5a89997200c02a4cba4fc73e76b61e0b4e71b
7
+ data.tar.gz: 446aa8e02f385c4f255449d36a6fcaaab1c777def477515c365da877c970bab82659ba0fc0a0258668937801140e120c13bdcf951fc96cc46861a4403f5c1d4d
@@ -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 clients to discover, understand, and manage
32
34
  # their data.
33
35
  #
@@ -49,6 +51,8 @@ module Google
49
51
  # See {::Google::Cloud::DataCatalog::V1beta1::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
@@ -223,6 +227,8 @@ module Google
223
227
  # Syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference)
224
228
  # for more information.
225
229
  #
230
+ # @deprecated This method is deprecated and may be removed in the next major version update.
231
+ #
226
232
  # @overload search_catalog(request, options = nil)
227
233
  # Pass arguments to `search_catalog` via a request object, either of type
228
234
  # {::Google::Cloud::DataCatalog::V1beta1::SearchCatalogRequest} or an equivalent Hash.
@@ -348,6 +354,8 @@ module Google
348
354
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
349
355
  # more information).
350
356
  #
357
+ # @deprecated This method is deprecated and may be removed in the next major version update.
358
+ #
351
359
  # @overload create_entry_group(request, options = nil)
352
360
  # Pass arguments to `create_entry_group` via a request object, either of type
353
361
  # {::Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest} or an equivalent Hash.
@@ -448,6 +456,8 @@ module Google
448
456
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
449
457
  # more information).
450
458
  #
459
+ # @deprecated This method is deprecated and may be removed in the next major version update.
460
+ #
451
461
  # @overload update_entry_group(request, options = nil)
452
462
  # Pass arguments to `update_entry_group` via a request object, either of type
453
463
  # {::Google::Cloud::DataCatalog::V1beta1::UpdateEntryGroupRequest} or an equivalent Hash.
@@ -539,6 +549,8 @@ module Google
539
549
  ##
540
550
  # Gets an EntryGroup.
541
551
  #
552
+ # @deprecated This method is deprecated and may be removed in the next major version update.
553
+ #
542
554
  # @overload get_entry_group(request, options = nil)
543
555
  # Pass arguments to `get_entry_group` via a request object, either of type
544
556
  # {::Google::Cloud::DataCatalog::V1beta1::GetEntryGroupRequest} or an equivalent Hash.
@@ -631,6 +643,8 @@ module Google
631
643
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
632
644
  # more information).
633
645
  #
646
+ # @deprecated This method is deprecated and may be removed in the next major version update.
647
+ #
634
648
  # @overload delete_entry_group(request, options = nil)
635
649
  # Pass arguments to `delete_entry_group` via a request object, either of type
636
650
  # {::Google::Cloud::DataCatalog::V1beta1::DeleteEntryGroupRequest} or an equivalent Hash.
@@ -719,6 +733,8 @@ module Google
719
733
  ##
720
734
  # Lists entry groups.
721
735
  #
736
+ # @deprecated This method is deprecated and may be removed in the next major version update.
737
+ #
722
738
  # @overload list_entry_groups(request, options = nil)
723
739
  # Pass arguments to `list_entry_groups` via a request object, either of type
724
740
  # {::Google::Cloud::DataCatalog::V1beta1::ListEntryGroupsRequest} or an equivalent Hash.
@@ -827,6 +843,8 @@ module Google
827
843
  #
828
844
  # A maximum of 100,000 entries may be created per entry group.
829
845
  #
846
+ # @deprecated This method is deprecated and may be removed in the next major version update.
847
+ #
830
848
  # @overload create_entry(request, options = nil)
831
849
  # Pass arguments to `create_entry` via a request object, either of type
832
850
  # {::Google::Cloud::DataCatalog::V1beta1::CreateEntryRequest} or an equivalent Hash.
@@ -925,6 +943,8 @@ module Google
925
943
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
926
944
  # more information).
927
945
  #
946
+ # @deprecated This method is deprecated and may be removed in the next major version update.
947
+ #
928
948
  # @overload update_entry(request, options = nil)
929
949
  # Pass arguments to `update_entry` via a request object, either of type
930
950
  # {::Google::Cloud::DataCatalog::V1beta1::UpdateEntryRequest} or an equivalent Hash.
@@ -1041,6 +1061,8 @@ module Google
1041
1061
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
1042
1062
  # more information).
1043
1063
  #
1064
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1065
+ #
1044
1066
  # @overload delete_entry(request, options = nil)
1045
1067
  # Pass arguments to `delete_entry` via a request object, either of type
1046
1068
  # {::Google::Cloud::DataCatalog::V1beta1::DeleteEntryRequest} or an equivalent Hash.
@@ -1128,6 +1150,8 @@ module Google
1128
1150
  ##
1129
1151
  # Gets an entry.
1130
1152
  #
1153
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1154
+ #
1131
1155
  # @overload get_entry(request, options = nil)
1132
1156
  # Pass arguments to `get_entry` via a request object, either of type
1133
1157
  # {::Google::Cloud::DataCatalog::V1beta1::GetEntryRequest} or an equivalent Hash.
@@ -1217,6 +1241,8 @@ module Google
1217
1241
  # the resource name from the source Google Cloud Platform service to get the
1218
1242
  # Data Catalog Entry.
1219
1243
  #
1244
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1245
+ #
1220
1246
  # @overload lookup_entry(request, options = nil)
1221
1247
  # Pass arguments to `lookup_entry` via a request object, either of type
1222
1248
  # {::Google::Cloud::DataCatalog::V1beta1::LookupEntryRequest} or an equivalent Hash.
@@ -1319,6 +1345,8 @@ module Google
1319
1345
  ##
1320
1346
  # Lists entries.
1321
1347
  #
1348
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1349
+ #
1322
1350
  # @overload list_entries(request, options = nil)
1323
1351
  # Pass arguments to `list_entries` via a request object, either of type
1324
1352
  # {::Google::Cloud::DataCatalog::V1beta1::ListEntriesRequest} or an equivalent Hash.
@@ -1428,6 +1456,8 @@ module Google
1428
1456
  # Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project)
1429
1457
  # for more information).
1430
1458
  #
1459
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1460
+ #
1431
1461
  # @overload create_tag_template(request, options = nil)
1432
1462
  # Pass arguments to `create_tag_template` via a request object, either of type
1433
1463
  # {::Google::Cloud::DataCatalog::V1beta1::CreateTagTemplateRequest} or an equivalent Hash.
@@ -1522,6 +1552,8 @@ module Google
1522
1552
  ##
1523
1553
  # Gets a tag template.
1524
1554
  #
1555
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1556
+ #
1525
1557
  # @overload get_tag_template(request, options = nil)
1526
1558
  # Pass arguments to `get_tag_template` via a request object, either of type
1527
1559
  # {::Google::Cloud::DataCatalog::V1beta1::GetTagTemplateRequest} or an equivalent Hash.
@@ -1615,6 +1647,8 @@ module Google
1615
1647
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
1616
1648
  # more information).
1617
1649
  #
1650
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1651
+ #
1618
1652
  # @overload update_tag_template(request, options = nil)
1619
1653
  # Pass arguments to `update_tag_template` via a request object, either of type
1620
1654
  # {::Google::Cloud::DataCatalog::V1beta1::UpdateTagTemplateRequest} or an equivalent Hash.
@@ -1711,6 +1745,8 @@ module Google
1711
1745
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
1712
1746
  # more information).
1713
1747
  #
1748
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1749
+ #
1714
1750
  # @overload delete_tag_template(request, options = nil)
1715
1751
  # Pass arguments to `delete_tag_template` via a request object, either of type
1716
1752
  # {::Google::Cloud::DataCatalog::V1beta1::DeleteTagTemplateRequest} or an equivalent Hash.
@@ -1806,6 +1842,8 @@ module Google
1806
1842
  # Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project)
1807
1843
  # for more information).
1808
1844
  #
1845
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1846
+ #
1809
1847
  # @overload create_tag_template_field(request, options = nil)
1810
1848
  # Pass arguments to `create_tag_template_field` via a request object, either of type
1811
1849
  # {::Google::Cloud::DataCatalog::V1beta1::CreateTagTemplateFieldRequest} or an equivalent Hash.
@@ -1908,6 +1946,8 @@ module Google
1908
1946
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
1909
1947
  # more information).
1910
1948
  #
1949
+ # @deprecated This method is deprecated and may be removed in the next major version update.
1950
+ #
1911
1951
  # @overload update_tag_template_field(request, options = nil)
1912
1952
  # Pass arguments to `update_tag_template_field` via a request object, either of type
1913
1953
  # {::Google::Cloud::DataCatalog::V1beta1::UpdateTagTemplateFieldRequest} or an equivalent Hash.
@@ -2018,6 +2058,8 @@ module Google
2018
2058
  # Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project)
2019
2059
  # for more information).
2020
2060
  #
2061
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2062
+ #
2021
2063
  # @overload rename_tag_template_field(request, options = nil)
2022
2064
  # Pass arguments to `rename_tag_template_field` via a request object, either of type
2023
2065
  # {::Google::Cloud::DataCatalog::V1beta1::RenameTagTemplateFieldRequest} or an equivalent Hash.
@@ -2110,6 +2152,8 @@ module Google
2110
2152
  # within one enum field. Thus, an enum value cannot be renamed with a name
2111
2153
  # used in any other enum value within the same enum field.
2112
2154
  #
2155
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2156
+ #
2113
2157
  # @overload rename_tag_template_field_enum_value(request, options = nil)
2114
2158
  # Pass arguments to `rename_tag_template_field_enum_value` via a request object, either of type
2115
2159
  # {::Google::Cloud::DataCatalog::V1beta1::RenameTagTemplateFieldEnumValueRequest} or an equivalent Hash.
@@ -2204,6 +2248,8 @@ module Google
2204
2248
  # (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for
2205
2249
  # more information).
2206
2250
  #
2251
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2252
+ #
2207
2253
  # @overload delete_tag_template_field(request, options = nil)
2208
2254
  # Pass arguments to `delete_tag_template_field` via a request object, either of type
2209
2255
  # {::Google::Cloud::DataCatalog::V1beta1::DeleteTagTemplateFieldRequest} or an equivalent Hash.
@@ -2301,6 +2347,8 @@ module Google
2301
2347
  # template](https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create#path-parameters)
2302
2348
  # used to create the tag must be from the same organization.
2303
2349
  #
2350
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2351
+ #
2304
2352
  # @overload create_tag(request, options = nil)
2305
2353
  # Pass arguments to `create_tag` via a request object, either of type
2306
2354
  # {::Google::Cloud::DataCatalog::V1beta1::CreateTagRequest} or an equivalent Hash.
@@ -2395,6 +2443,8 @@ module Google
2395
2443
  ##
2396
2444
  # Updates an existing tag.
2397
2445
  #
2446
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2447
+ #
2398
2448
  # @overload update_tag(request, options = nil)
2399
2449
  # Pass arguments to `update_tag` via a request object, either of type
2400
2450
  # {::Google::Cloud::DataCatalog::V1beta1::UpdateTagRequest} or an equivalent Hash.
@@ -2489,6 +2539,8 @@ module Google
2489
2539
  ##
2490
2540
  # Deletes a tag.
2491
2541
  #
2542
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2543
+ #
2492
2544
  # @overload delete_tag(request, options = nil)
2493
2545
  # Pass arguments to `delete_tag` via a request object, either of type
2494
2546
  # {::Google::Cloud::DataCatalog::V1beta1::DeleteTagRequest} or an equivalent Hash.
@@ -2578,6 +2630,8 @@ module Google
2578
2630
  # The {::Google::Cloud::DataCatalog::V1beta1::Tag#column columns} in the response
2579
2631
  # are lowercased.
2580
2632
  #
2633
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2634
+ #
2581
2635
  # @overload list_tags(request, options = nil)
2582
2636
  # Pass arguments to `list_tags` via a request object, either of type
2583
2637
  # {::Google::Cloud::DataCatalog::V1beta1::ListTagsRequest} or an equivalent Hash.
@@ -2694,6 +2748,8 @@ module Google
2694
2748
  # - `datacatalog.entries.setIamPolicy` to set policies on entries.
2695
2749
  # - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.
2696
2750
  #
2751
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2752
+ #
2697
2753
  # @overload set_iam_policy(request, options = nil)
2698
2754
  # Pass arguments to `set_iam_policy` via a request object, either of type
2699
2755
  # {::Google::Iam::V1::SetIamPolicyRequest} or an equivalent Hash.
@@ -2806,6 +2862,8 @@ module Google
2806
2862
  # - `datacatalog.entries.getIamPolicy` to get policies on entries.
2807
2863
  # - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
2808
2864
  #
2865
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2866
+ #
2809
2867
  # @overload get_iam_policy(request, options = nil)
2810
2868
  # Pass arguments to `get_iam_policy` via a request object, either of type
2811
2869
  # {::Google::Iam::V1::GetIamPolicyRequest} or an equivalent Hash.
@@ -2907,6 +2965,8 @@ module Google
2907
2965
  # A caller is not required to have Google IAM permission to make this
2908
2966
  # request.
2909
2967
  #
2968
+ # @deprecated This method is deprecated and may be removed in the next major version update.
2969
+ #
2910
2970
  # @overload test_iam_permissions(request, options = nil)
2911
2971
  # Pass arguments to `test_iam_permissions` via a request object, either of type
2912
2972
  # {::Google::Iam::V1::TestIamPermissionsRequest} 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 clients to discover, understand, and manage
34
36
  # their data.
35
37
  #
@@ -50,6 +52,7 @@ module Google
50
52
  #
51
53
  # See {::Google::Cloud::DataCatalog::V1beta1::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:
@@ -31,6 +31,8 @@ module Google
31
31
  module DataCatalog
32
32
  module V1beta1
33
33
  ##
34
+ # Deprecated: Please use Dataplex Catalog instead.
35
+ #
34
36
  # Data Catalog API service allows clients to discover, understand, and manage
35
37
  # their data.
36
38
  #
@@ -32,9 +32,13 @@ module Google
32
32
  module DataCatalog
33
33
  module V1beta1
34
34
  ##
35
+ # Deprecated: Please use Dataplex Catalog instead.
36
+ #
35
37
  # Data Catalog API service allows clients to discover, understand, and manage
36
38
  # their data.
37
39
  #
40
+ # @deprecated This service is deprecated and may be removed in the next major version update.
41
+ #
38
42
  # @example Load this service and instantiate a gRPC client
39
43
  #
40
44
  # require "google/cloud/data_catalog/v1beta1/data_catalog"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
25
25
  end
26
26
  end
27
27
  end
@@ -22,7 +22,7 @@ require 'google/protobuf/empty_pb'
22
22
  require 'google/protobuf/field_mask_pb'
23
23
 
24
24
 
25
- descriptor_data = "\n2google/cloud/datacatalog/v1beta1/datacatalog.proto\x12 google.cloud.datacatalog.v1beta1\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/v1beta1/common.proto\x1a\x37google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto\x1a-google/cloud/datacatalog/v1beta1/schema.proto\x1a-google/cloud/datacatalog/v1beta1/search.proto\x1a\x31google/cloud/datacatalog/v1beta1/table_spec.proto\x1a+google/cloud/datacatalog/v1beta1/tags.proto\x1a\x31google/cloud/datacatalog/v1beta1/timestamps.proto\x1a,google/cloud/datacatalog/v1beta1/usage.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\xc2\x02\n\x14SearchCatalogRequest\x12P\n\x05scope\x18\x06 \x01(\x0b\x32<.google.cloud.datacatalog.v1beta1.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\x1a\x85\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\"\xa1\x01\n\x15SearchCatalogResponse\x12\x46\n\x07results\x18\x01 \x03(\x0b\x32\x35.google.cloud.datacatalog.v1beta1.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\"\xb8\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\x41\n\x0b\x65ntry_group\x18\x02 \x01(\x0b\x32,.google.cloud.datacatalog.v1beta1.EntryGroup\"\x92\x01\n\x17UpdateEntryGroupRequest\x12\x46\n\x0b\x65ntry_group\x18\x01 \x01(\x0b\x32,.google.cloud.datacatalog.v1beta1.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\"v\n\x17ListEntryGroupsResponse\x12\x42\n\x0c\x65ntry_groups\x18\x01 \x03(\x0b\x32,.google.cloud.datacatalog.v1beta1.EntryGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa7\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;\n\x05\x65ntry\x18\x02 \x01(\x0b\x32\'.google.cloud.datacatalog.v1beta1.EntryB\x03\xe0\x41\x02\"\x82\x01\n\x12UpdateEntryRequest\x12;\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\'.google.cloud.datacatalog.v1beta1.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\"V\n\x12LookupEntryRequest\x12\x19\n\x0flinked_resource\x18\x01 \x01(\tH\x00\x12\x16\n\x0csql_resource\x18\x03 \x01(\tH\x00\x42\r\n\x0btarget_name\"\xdf\x07\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;\n\x04type\x18\x02 \x01(\x0e\x32+.google.cloud.datacatalog.v1beta1.EntryTypeH\x00\x12\x1d\n\x13user_specified_type\x18\x10 \x01(\tH\x00\x12T\n\x11integrated_system\x18\x11 \x01(\x0e\x32\x32.google.cloud.datacatalog.v1beta1.IntegratedSystemB\x03\xe0\x41\x03H\x01\x12\x1f\n\x15user_specified_system\x18\x12 \x01(\tH\x01\x12L\n\x10gcs_fileset_spec\x18\x06 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1beta1.GcsFilesetSpecH\x02\x12R\n\x13\x62igquery_table_spec\x18\x0c \x01(\x0b\x32\x33.google.cloud.datacatalog.v1beta1.BigQueryTableSpecH\x02\x12_\n\x1a\x62igquery_date_sharded_spec\x18\x0f \x01(\x0b\x32\x39.google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpecH\x02\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x38\n\x06schema\x18\x05 \x01(\x0b\x32(.google.cloud.datacatalog.v1beta1.Schema\x12Y\n\x18source_system_timestamps\x18\x07 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.SystemTimestampsB\x03\xe0\x41\x03\x12H\n\x0cusage_signal\x18\r \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.UsageSignalB\x03\xe0\x41\x03: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\x0b\n\ttype_spec\"\x93\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\x12X\n\x17\x64\x61ta_catalog_timestamps\x18\x04 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.SystemTimestampsB\x03\xe0\x41\x03:m\xea\x41j\n%datacatalog.googleapis.com/EntryGroup\x12\x41projects/{project}/locations/{location}/entryGroups/{entry_group}\"\xc2\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\x12H\n\x0ctag_template\x18\x02 \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.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\"\x95\x01\n\x18UpdateTagTemplateRequest\x12H\n\x0ctag_template\x18\x01 \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.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\"\x83\x01\n\x10\x43reateTagRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x37\n\x03tag\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1beta1.TagB\x03\xe0\x41\x02\"|\n\x10UpdateTagRequest\x12\x37\n\x03tag\x18\x01 \x01(\x0b\x32%.google.cloud.datacatalog.v1beta1.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\"\xd8\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\x12S\n\x12tag_template_field\x18\x03 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.TagTemplateFieldB\x03\xe0\x41\x02\"\xed\x01\n\x1dUpdateTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12S\n\x12tag_template_field\x18\x02 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.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\x33\n\x04tags\x18\x01 \x03(\x0b\x32%.google.cloud.datacatalog.v1beta1.Tag\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\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\"h\n\x13ListEntriesResponse\x12\x38\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\'.google.cloud.datacatalog.v1beta1.Entry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t*[\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\x32\xe1\x34\n\x0b\x44\x61taCatalog\x12\xb2\x01\n\rSearchCatalog\x12\x36.google.cloud.datacatalog.v1beta1.SearchCatalogRequest\x1a\x37.google.cloud.datacatalog.v1beta1.SearchCatalogResponse\"0\xda\x41\x0bscope,query\x82\xd3\xe4\x93\x02\x1c\"\x17/v1beta1/catalog:search:\x01*\x12\xea\x01\n\x10\x43reateEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.CreateEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"m\xda\x41!parent,entry_group_id,entry_group\x82\xd3\xe4\x93\x02\x43\"4/v1beta1/{parent=projects/*/locations/*}/entryGroups:\x0b\x65ntry_group\x12\xfa\x01\n\x10UpdateEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"}\xda\x41\x0b\x65ntry_group\xda\x41\x17\x65ntry_group,update_mask\x82\xd3\xe4\x93\x02O2@/v1beta1/{entry_group.name=projects/*/locations/*/entryGroups/*}:\x0b\x65ntry_group\x12\xcb\x01\n\rGetEntryGroup\x12\x36.google.cloud.datacatalog.v1beta1.GetEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"T\xda\x41\x04name\xda\x41\x0ename,read_mask\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta1/{name=projects/*/locations/*/entryGroups/*}\x12\xaa\x01\n\x10\x44\x65leteEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.DeleteEntryGroupRequest\x1a\x16.google.protobuf.Empty\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1beta1/{name=projects/*/locations/*/entryGroups/*}\x12\xcd\x01\n\x0fListEntryGroups\x12\x38.google.cloud.datacatalog.v1beta1.ListEntryGroupsRequest\x1a\x39.google.cloud.datacatalog.v1beta1.ListEntryGroupsResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta1/{parent=projects/*/locations/*}/entryGroups\x12\xd3\x01\n\x0b\x43reateEntry\x12\x34.google.cloud.datacatalog.v1beta1.CreateEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"e\xda\x41\x15parent,entry_id,entry\x82\xd3\xe4\x93\x02G\">/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/entries:\x05\x65ntry\x12\xdd\x01\n\x0bUpdateEntry\x12\x34.google.cloud.datacatalog.v1beta1.UpdateEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"o\xda\x41\x05\x65ntry\xda\x41\x11\x65ntry,update_mask\x82\xd3\xe4\x93\x02M2D/v1beta1/{entry.name=projects/*/locations/*/entryGroups/*/entries/*}:\x05\x65ntry\x12\xaa\x01\n\x0b\x44\x65leteEntry\x12\x34.google.cloud.datacatalog.v1beta1.DeleteEntryRequest\x1a\x16.google.protobuf.Empty\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\xb5\x01\n\x08GetEntry\x12\x31.google.cloud.datacatalog.v1beta1.GetEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\x8d\x01\n\x0bLookupEntry\x12\x34.google.cloud.datacatalog.v1beta1.LookupEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/entries:lookup\x12\xcb\x01\n\x0bListEntries\x12\x34.google.cloud.datacatalog.v1beta1.ListEntriesRequest\x1a\x35.google.cloud.datacatalog.v1beta1.ListEntriesResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/entries\x12\xf1\x01\n\x11\x43reateTagTemplate\x12:.google.cloud.datacatalog.v1beta1.CreateTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"q\xda\x41#parent,tag_template_id,tag_template\x82\xd3\xe4\x93\x02\x45\"5/v1beta1/{parent=projects/*/locations/*}/tagTemplates:\x0ctag_template\x12\xbe\x01\n\x0eGetTagTemplate\x12\x37.google.cloud.datacatalog.v1beta1.GetTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1beta1/{name=projects/*/locations/*/tagTemplates/*}\x12\x83\x02\n\x11UpdateTagTemplate\x12:.google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"\x82\x01\xda\x41\x0ctag_template\xda\x41\x18tag_template,update_mask\x82\xd3\xe4\x93\x02R2B/v1beta1/{tag_template.name=projects/*/locations/*/tagTemplates/*}:\x0ctag_template\x12\xb3\x01\n\x11\x44\x65leteTagTemplate\x12:.google.cloud.datacatalog.v1beta1.DeleteTagTemplateRequest\x1a\x16.google.protobuf.Empty\"J\xda\x41\nname,force\x82\xd3\xe4\x93\x02\x37*5/v1beta1/{name=projects/*/locations/*/tagTemplates/*}\x12\x9c\x02\n\x16\x43reateTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.CreateTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x8c\x01\xda\x41/parent,tag_template_field_id,tag_template_field\x82\xd3\xe4\x93\x02T\">/v1beta1/{parent=projects/*/locations/*/tagTemplates/*}/fields:\x12tag_template_field\x12\xaa\x02\n\x16UpdateTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.UpdateTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x9a\x01\xda\x41\x17name,tag_template_field\xda\x41#name,tag_template_field,update_mask\x82\xd3\xe4\x93\x02T2>/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:\x12tag_template_field\x12\x80\x02\n\x16RenameTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.RenameTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"q\xda\x41\x1ename,new_tag_template_field_id\x82\xd3\xe4\x93\x02J\"E/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:rename:\x01*\x12\xa2\x02\n\x1fRenameTagTemplateFieldEnumValue\x12H.google.cloud.datacatalog.v1beta1.RenameTagTemplateFieldEnumValueRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x80\x01\xda\x41 name,new_enum_value_display_name\x82\xd3\xe4\x93\x02W\"R/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*/enumValues/*}:rename:\x01*\x12\xc6\x01\n\x16\x44\x65leteTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.DeleteTagTemplateFieldRequest\x1a\x16.google.protobuf.Empty\"S\xda\x41\nname,force\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}\x12\x8d\x02\n\tCreateTag\x12\x32.google.cloud.datacatalog.v1beta1.CreateTagRequest\x1a%.google.cloud.datacatalog.v1beta1.Tag\"\xa4\x01\xda\x41\nparent,tag\x82\xd3\xe4\x93\x02\x90\x01\"E/v1beta1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:\x03tagZB\";/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/tags:\x03tag\x12\xa0\x02\n\tUpdateTag\x12\x32.google.cloud.datacatalog.v1beta1.UpdateTagRequest\x1a%.google.cloud.datacatalog.v1beta1.Tag\"\xb7\x01\xda\x41\x03tag\xda\x41\x0ftag,update_mask\x82\xd3\xe4\x93\x02\x98\x01\x32I/v1beta1/{tag.name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}:\x03tagZF2?/v1beta1/{tag.name=projects/*/locations/*/entryGroups/*/tags/*}:\x03tag\x12\xee\x01\n\tDeleteTag\x12\x32.google.cloud.datacatalog.v1beta1.DeleteTagRequest\x1a\x16.google.protobuf.Empty\"\x94\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x86\x01*E/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}Z=*;/v1beta1/{name=projects/*/locations/*/entryGroups/*/tags/*}\x12\x8a\x02\n\x08ListTags\x12\x31.google.cloud.datacatalog.v1beta1.ListTagsRequest\x1a\x32.google.cloud.datacatalog.v1beta1.ListTagsResponse\"\x96\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x86\x01\x12\x45/v1beta1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tagsZ=\x12;/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/tags\x12\xfc\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xb0\x01\xda\x41\x0fresource,policy\x82\xd3\xe4\x93\x02\x97\x01\"F/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:setIamPolicy:\x01*ZJ\"E/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:setIamPolicy:\x01*\x12\xcb\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xff\x01\xda\x41\x08resource\x82\xd3\xe4\x93\x02\xed\x01\"F/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:getIamPolicy:\x01*ZJ\"E/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:getIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:getIamPolicy:\x01*\x12\xf2\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\x86\x02\x82\xd3\xe4\x93\x02\xff\x01\"L/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:testIamPermissions:\x01*ZP\"K/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:testIamPermissions:\x01*ZZ\"U/v1beta1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:testIamPermissions:\x01*\x1aN\xca\x41\x1a\x64\x61tacatalog.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xa0\x03\n$com.google.cloud.datacatalog.v1beta1P\x01ZFcloud.google.com/go/datacatalog/apiv1beta1/datacatalogpb;datacatalogpb\xaa\x02 Google.Cloud.DataCatalog.V1Beta1\xca\x02 Google\\Cloud\\DataCatalog\\V1beta1\xea\x02#Google::Cloud::DataCatalog::V1beta1\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"
25
+ descriptor_data = "\n2google/cloud/datacatalog/v1beta1/datacatalog.proto\x12 google.cloud.datacatalog.v1beta1\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/v1beta1/common.proto\x1a\x37google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto\x1a-google/cloud/datacatalog/v1beta1/schema.proto\x1a-google/cloud/datacatalog/v1beta1/search.proto\x1a\x31google/cloud/datacatalog/v1beta1/table_spec.proto\x1a+google/cloud/datacatalog/v1beta1/tags.proto\x1a\x31google/cloud/datacatalog/v1beta1/timestamps.proto\x1a,google/cloud/datacatalog/v1beta1/usage.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\xc2\x02\n\x14SearchCatalogRequest\x12P\n\x05scope\x18\x06 \x01(\x0b\x32<.google.cloud.datacatalog.v1beta1.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\x1a\x85\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\"\xa1\x01\n\x15SearchCatalogResponse\x12\x46\n\x07results\x18\x01 \x03(\x0b\x32\x35.google.cloud.datacatalog.v1beta1.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\"\xb8\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\x41\n\x0b\x65ntry_group\x18\x02 \x01(\x0b\x32,.google.cloud.datacatalog.v1beta1.EntryGroup\"\x92\x01\n\x17UpdateEntryGroupRequest\x12\x46\n\x0b\x65ntry_group\x18\x01 \x01(\x0b\x32,.google.cloud.datacatalog.v1beta1.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\"v\n\x17ListEntryGroupsResponse\x12\x42\n\x0c\x65ntry_groups\x18\x01 \x03(\x0b\x32,.google.cloud.datacatalog.v1beta1.EntryGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa7\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;\n\x05\x65ntry\x18\x02 \x01(\x0b\x32\'.google.cloud.datacatalog.v1beta1.EntryB\x03\xe0\x41\x02\"\x82\x01\n\x12UpdateEntryRequest\x12;\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\'.google.cloud.datacatalog.v1beta1.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\"V\n\x12LookupEntryRequest\x12\x19\n\x0flinked_resource\x18\x01 \x01(\tH\x00\x12\x16\n\x0csql_resource\x18\x03 \x01(\tH\x00\x42\r\n\x0btarget_name\"\xdf\x07\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;\n\x04type\x18\x02 \x01(\x0e\x32+.google.cloud.datacatalog.v1beta1.EntryTypeH\x00\x12\x1d\n\x13user_specified_type\x18\x10 \x01(\tH\x00\x12T\n\x11integrated_system\x18\x11 \x01(\x0e\x32\x32.google.cloud.datacatalog.v1beta1.IntegratedSystemB\x03\xe0\x41\x03H\x01\x12\x1f\n\x15user_specified_system\x18\x12 \x01(\tH\x01\x12L\n\x10gcs_fileset_spec\x18\x06 \x01(\x0b\x32\x30.google.cloud.datacatalog.v1beta1.GcsFilesetSpecH\x02\x12R\n\x13\x62igquery_table_spec\x18\x0c \x01(\x0b\x32\x33.google.cloud.datacatalog.v1beta1.BigQueryTableSpecH\x02\x12_\n\x1a\x62igquery_date_sharded_spec\x18\x0f \x01(\x0b\x32\x39.google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpecH\x02\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x38\n\x06schema\x18\x05 \x01(\x0b\x32(.google.cloud.datacatalog.v1beta1.Schema\x12Y\n\x18source_system_timestamps\x18\x07 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.SystemTimestampsB\x03\xe0\x41\x03\x12H\n\x0cusage_signal\x18\r \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.UsageSignalB\x03\xe0\x41\x03: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\x0b\n\ttype_spec\"\x93\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\x12X\n\x17\x64\x61ta_catalog_timestamps\x18\x04 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.SystemTimestampsB\x03\xe0\x41\x03:m\xea\x41j\n%datacatalog.googleapis.com/EntryGroup\x12\x41projects/{project}/locations/{location}/entryGroups/{entry_group}\"\xc2\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\x12H\n\x0ctag_template\x18\x02 \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.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\"\x95\x01\n\x18UpdateTagTemplateRequest\x12H\n\x0ctag_template\x18\x01 \x01(\x0b\x32-.google.cloud.datacatalog.v1beta1.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\"\x83\x01\n\x10\x43reateTagRequest\x12\x36\n\x06parent\x18\x01 \x01(\tB&\xe0\x41\x02\xfa\x41 \x12\x1e\x64\x61tacatalog.googleapis.com/Tag\x12\x37\n\x03tag\x18\x02 \x01(\x0b\x32%.google.cloud.datacatalog.v1beta1.TagB\x03\xe0\x41\x02\"|\n\x10UpdateTagRequest\x12\x37\n\x03tag\x18\x01 \x01(\x0b\x32%.google.cloud.datacatalog.v1beta1.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\"\xd8\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\x12S\n\x12tag_template_field\x18\x03 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.TagTemplateFieldB\x03\xe0\x41\x02\"\xed\x01\n\x1dUpdateTagTemplateFieldRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+datacatalog.googleapis.com/TagTemplateField\x12S\n\x12tag_template_field\x18\x02 \x01(\x0b\x32\x32.google.cloud.datacatalog.v1beta1.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\x33\n\x04tags\x18\x01 \x03(\x0b\x32%.google.cloud.datacatalog.v1beta1.Tag\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\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\"h\n\x13ListEntriesResponse\x12\x38\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\'.google.cloud.datacatalog.v1beta1.Entry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t*[\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\x32\xb9\x35\n\x0b\x44\x61taCatalog\x12\xb5\x01\n\rSearchCatalog\x12\x36.google.cloud.datacatalog.v1beta1.SearchCatalogRequest\x1a\x37.google.cloud.datacatalog.v1beta1.SearchCatalogResponse\"3\x88\x02\x01\xda\x41\x0bscope,query\x82\xd3\xe4\x93\x02\x1c\"\x17/v1beta1/catalog:search:\x01*\x12\xed\x01\n\x10\x43reateEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.CreateEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"p\x88\x02\x01\xda\x41!parent,entry_group_id,entry_group\x82\xd3\xe4\x93\x02\x43\"4/v1beta1/{parent=projects/*/locations/*}/entryGroups:\x0b\x65ntry_group\x12\xfe\x01\n\x10UpdateEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"\x80\x01\x88\x02\x01\xda\x41\x0b\x65ntry_group\xda\x41\x17\x65ntry_group,update_mask\x82\xd3\xe4\x93\x02O2@/v1beta1/{entry_group.name=projects/*/locations/*/entryGroups/*}:\x0b\x65ntry_group\x12\xce\x01\n\rGetEntryGroup\x12\x36.google.cloud.datacatalog.v1beta1.GetEntryGroupRequest\x1a,.google.cloud.datacatalog.v1beta1.EntryGroup\"W\x88\x02\x01\xda\x41\x04name\xda\x41\x0ename,read_mask\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta1/{name=projects/*/locations/*/entryGroups/*}\x12\xad\x01\n\x10\x44\x65leteEntryGroup\x12\x39.google.cloud.datacatalog.v1beta1.DeleteEntryGroupRequest\x1a\x16.google.protobuf.Empty\"F\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1beta1/{name=projects/*/locations/*/entryGroups/*}\x12\xd0\x01\n\x0fListEntryGroups\x12\x38.google.cloud.datacatalog.v1beta1.ListEntryGroupsRequest\x1a\x39.google.cloud.datacatalog.v1beta1.ListEntryGroupsResponse\"H\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta1/{parent=projects/*/locations/*}/entryGroups\x12\xd6\x01\n\x0b\x43reateEntry\x12\x34.google.cloud.datacatalog.v1beta1.CreateEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"h\x88\x02\x01\xda\x41\x15parent,entry_id,entry\x82\xd3\xe4\x93\x02G\">/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/entries:\x05\x65ntry\x12\xe0\x01\n\x0bUpdateEntry\x12\x34.google.cloud.datacatalog.v1beta1.UpdateEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"r\x88\x02\x01\xda\x41\x05\x65ntry\xda\x41\x11\x65ntry,update_mask\x82\xd3\xe4\x93\x02M2D/v1beta1/{entry.name=projects/*/locations/*/entryGroups/*/entries/*}:\x05\x65ntry\x12\xad\x01\n\x0b\x44\x65leteEntry\x12\x34.google.cloud.datacatalog.v1beta1.DeleteEntryRequest\x1a\x16.google.protobuf.Empty\"P\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\xb8\x01\n\x08GetEntry\x12\x31.google.cloud.datacatalog.v1beta1.GetEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"P\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*}\x12\x90\x01\n\x0bLookupEntry\x12\x34.google.cloud.datacatalog.v1beta1.LookupEntryRequest\x1a\'.google.cloud.datacatalog.v1beta1.Entry\"\"\x88\x02\x01\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/entries:lookup\x12\xce\x01\n\x0bListEntries\x12\x34.google.cloud.datacatalog.v1beta1.ListEntriesRequest\x1a\x35.google.cloud.datacatalog.v1beta1.ListEntriesResponse\"R\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/entries\x12\xf4\x01\n\x11\x43reateTagTemplate\x12:.google.cloud.datacatalog.v1beta1.CreateTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"t\x88\x02\x01\xda\x41#parent,tag_template_id,tag_template\x82\xd3\xe4\x93\x02\x45\"5/v1beta1/{parent=projects/*/locations/*}/tagTemplates:\x0ctag_template\x12\xc1\x01\n\x0eGetTagTemplate\x12\x37.google.cloud.datacatalog.v1beta1.GetTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"G\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1beta1/{name=projects/*/locations/*/tagTemplates/*}\x12\x86\x02\n\x11UpdateTagTemplate\x12:.google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest\x1a-.google.cloud.datacatalog.v1beta1.TagTemplate\"\x85\x01\x88\x02\x01\xda\x41\x0ctag_template\xda\x41\x18tag_template,update_mask\x82\xd3\xe4\x93\x02R2B/v1beta1/{tag_template.name=projects/*/locations/*/tagTemplates/*}:\x0ctag_template\x12\xb6\x01\n\x11\x44\x65leteTagTemplate\x12:.google.cloud.datacatalog.v1beta1.DeleteTagTemplateRequest\x1a\x16.google.protobuf.Empty\"M\x88\x02\x01\xda\x41\nname,force\x82\xd3\xe4\x93\x02\x37*5/v1beta1/{name=projects/*/locations/*/tagTemplates/*}\x12\x9f\x02\n\x16\x43reateTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.CreateTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x8f\x01\x88\x02\x01\xda\x41/parent,tag_template_field_id,tag_template_field\x82\xd3\xe4\x93\x02T\">/v1beta1/{parent=projects/*/locations/*/tagTemplates/*}/fields:\x12tag_template_field\x12\xad\x02\n\x16UpdateTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.UpdateTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x9d\x01\x88\x02\x01\xda\x41\x17name,tag_template_field\xda\x41#name,tag_template_field,update_mask\x82\xd3\xe4\x93\x02T2>/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:\x12tag_template_field\x12\x83\x02\n\x16RenameTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.RenameTagTemplateFieldRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"t\x88\x02\x01\xda\x41\x1ename,new_tag_template_field_id\x82\xd3\xe4\x93\x02J\"E/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:rename:\x01*\x12\xa5\x02\n\x1fRenameTagTemplateFieldEnumValue\x12H.google.cloud.datacatalog.v1beta1.RenameTagTemplateFieldEnumValueRequest\x1a\x32.google.cloud.datacatalog.v1beta1.TagTemplateField\"\x83\x01\x88\x02\x01\xda\x41 name,new_enum_value_display_name\x82\xd3\xe4\x93\x02W\"R/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*/enumValues/*}:rename:\x01*\x12\xc9\x01\n\x16\x44\x65leteTagTemplateField\x12?.google.cloud.datacatalog.v1beta1.DeleteTagTemplateFieldRequest\x1a\x16.google.protobuf.Empty\"V\x88\x02\x01\xda\x41\nname,force\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}\x12\x90\x02\n\tCreateTag\x12\x32.google.cloud.datacatalog.v1beta1.CreateTagRequest\x1a%.google.cloud.datacatalog.v1beta1.Tag\"\xa7\x01\x88\x02\x01\xda\x41\nparent,tag\x82\xd3\xe4\x93\x02\x90\x01\"E/v1beta1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tags:\x03tagZB\";/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/tags:\x03tag\x12\xa3\x02\n\tUpdateTag\x12\x32.google.cloud.datacatalog.v1beta1.UpdateTagRequest\x1a%.google.cloud.datacatalog.v1beta1.Tag\"\xba\x01\x88\x02\x01\xda\x41\x03tag\xda\x41\x0ftag,update_mask\x82\xd3\xe4\x93\x02\x98\x01\x32I/v1beta1/{tag.name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}:\x03tagZF2?/v1beta1/{tag.name=projects/*/locations/*/entryGroups/*/tags/*}:\x03tag\x12\xf1\x01\n\tDeleteTag\x12\x32.google.cloud.datacatalog.v1beta1.DeleteTagRequest\x1a\x16.google.protobuf.Empty\"\x97\x01\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\x86\x01*E/v1beta1/{name=projects/*/locations/*/entryGroups/*/entries/*/tags/*}Z=*;/v1beta1/{name=projects/*/locations/*/entryGroups/*/tags/*}\x12\x8d\x02\n\x08ListTags\x12\x31.google.cloud.datacatalog.v1beta1.ListTagsRequest\x1a\x32.google.cloud.datacatalog.v1beta1.ListTagsResponse\"\x99\x01\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x86\x01\x12\x45/v1beta1/{parent=projects/*/locations/*/entryGroups/*/entries/*}/tagsZ=\x12;/v1beta1/{parent=projects/*/locations/*/entryGroups/*}/tags\x12\xff\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xb3\x01\x88\x02\x01\xda\x41\x0fresource,policy\x82\xd3\xe4\x93\x02\x97\x01\"F/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:setIamPolicy:\x01*ZJ\"E/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:setIamPolicy:\x01*\x12\xce\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\x82\x02\x88\x02\x01\xda\x41\x08resource\x82\xd3\xe4\x93\x02\xed\x01\"F/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:getIamPolicy:\x01*ZJ\"E/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:getIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:getIamPolicy:\x01*\x12\xf5\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\x89\x02\x88\x02\x01\x82\xd3\xe4\x93\x02\xff\x01\"L/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:testIamPermissions:\x01*ZP\"K/v1beta1/{resource=projects/*/locations/*/entryGroups/*}:testIamPermissions:\x01*ZZ\"U/v1beta1/{resource=projects/*/locations/*/entryGroups/*/entries/*}:testIamPermissions:\x01*\x1aQ\x88\x02\x01\xca\x41\x1a\x64\x61tacatalog.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xa0\x03\n$com.google.cloud.datacatalog.v1beta1P\x01ZFcloud.google.com/go/datacatalog/apiv1beta1/datacatalogpb;datacatalogpb\xaa\x02 Google.Cloud.DataCatalog.V1Beta1\xca\x02 Google\\Cloud\\DataCatalog\\V1beta1\xea\x02#Google::Cloud::DataCatalog::V1beta1\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"
26
26
 
27
27
  pool = Google::Protobuf::DescriptorPool.generated_pool
28
28
 
@@ -24,6 +24,8 @@ module Google
24
24
  module DataCatalog
25
25
  module V1beta1
26
26
  module DataCatalog
27
+ # Deprecated: Please use Dataplex Catalog instead.
28
+ #
27
29
  # Data Catalog API service allows clients to discover, understand, and manage
28
30
  # their 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
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
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-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.6.3
159
+ rubygems_version: 3.6.5
160
160
  specification_version: 4
161
161
  summary: A fully managed and highly scalable data discovery and metadata management
162
162
  service.