google-cloud-bigquery-data_exchange-v1beta1 0.6.2 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cd5cdb2a62ca05ff2fb1c4ed74989b2bc0b204e300ea3a6b6f3fc8bb4672982
4
- data.tar.gz: ec02b2492305c87cd5ea200ee1877071d7e70c6aec7404531128e6bd67978e01
3
+ metadata.gz: d51c89d730be7a33c6be4c8b28dfe3d3bc83e819b70109ae13bd3be3dbc47583
4
+ data.tar.gz: c4acd613b0976bfbde294fe4ff1450d2aa8fc365b14dbcdd5e6b1e350d93d3ee
5
5
  SHA512:
6
- metadata.gz: 42ad4df7a656cefc4222c020b1ea6367bf1bfe7e2009af4ef02e2cf543818972246ceb019fe4a6f2782ae95b640291ad92cf787ccdd659361833106cbb1eb604
7
- data.tar.gz: 8e1e2078a5e5beb38d99adb127fd0522c529b05be867840d7c9c91b24e6f42cb39c5d563afd364e6dd7d1a1bfd6b4960e6caff72fe744e8910121f69d4784d61
6
+ metadata.gz: 07ecb2ce16b33992bbbfe5f397e2833f36d8878232fd4e0ce44f15fcda50272bbbb8bdc7d9dc8470e813149c7b96be1d16fe1fdcaab13965db3d2eafc1eebbd3
7
+ data.tar.gz: c03bd9e6fcb5ee19f7165838d21316c2062f2712055f258d1b4c6217965942f0c7ee4488e989b7f9a04a5d772af95ecdae1450f615832db288716f52d03cb929
data/README.md CHANGED
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 2.6+.
79
+ This library is supported on Ruby 2.7+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -37,6 +37,9 @@ module Google
37
37
  # dataset in your project.
38
38
  #
39
39
  class Client
40
+ # @private
41
+ API_VERSION = ""
42
+
40
43
  # @private
41
44
  DEFAULT_ENDPOINT_TEMPLATE = "analyticshub.$UNIVERSE_DOMAIN$"
42
45
 
@@ -252,10 +255,11 @@ module Google
252
255
  # Customize the options with defaults
253
256
  metadata = @config.rpcs.list_data_exchanges.metadata.to_h
254
257
 
255
- # Set x-goog-api-client and x-goog-user-project headers
258
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
256
259
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
257
260
  lib_name: @config.lib_name, lib_version: @config.lib_version,
258
261
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
262
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
259
263
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
260
264
 
261
265
  header_params = {}
@@ -350,10 +354,11 @@ module Google
350
354
  # Customize the options with defaults
351
355
  metadata = @config.rpcs.list_org_data_exchanges.metadata.to_h
352
356
 
353
- # Set x-goog-api-client and x-goog-user-project headers
357
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
354
358
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
355
359
  lib_name: @config.lib_name, lib_version: @config.lib_version,
356
360
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
361
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
357
362
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
358
363
 
359
364
  header_params = {}
@@ -437,10 +442,11 @@ module Google
437
442
  # Customize the options with defaults
438
443
  metadata = @config.rpcs.get_data_exchange.metadata.to_h
439
444
 
440
- # Set x-goog-api-client and x-goog-user-project headers
445
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
441
446
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
442
447
  lib_name: @config.lib_name, lib_version: @config.lib_version,
443
448
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
449
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
444
450
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
445
451
 
446
452
  header_params = {}
@@ -531,10 +537,11 @@ module Google
531
537
  # Customize the options with defaults
532
538
  metadata = @config.rpcs.create_data_exchange.metadata.to_h
533
539
 
534
- # Set x-goog-api-client and x-goog-user-project headers
540
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
535
541
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
536
542
  lib_name: @config.lib_name, lib_version: @config.lib_version,
537
543
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
544
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
538
545
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
539
546
 
540
547
  header_params = {}
@@ -620,10 +627,11 @@ module Google
620
627
  # Customize the options with defaults
621
628
  metadata = @config.rpcs.update_data_exchange.metadata.to_h
622
629
 
623
- # Set x-goog-api-client and x-goog-user-project headers
630
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
624
631
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
625
632
  lib_name: @config.lib_name, lib_version: @config.lib_version,
626
633
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
634
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
627
635
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
628
636
 
629
637
  header_params = {}
@@ -706,10 +714,11 @@ module Google
706
714
  # Customize the options with defaults
707
715
  metadata = @config.rpcs.delete_data_exchange.metadata.to_h
708
716
 
709
- # Set x-goog-api-client and x-goog-user-project headers
717
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
710
718
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
711
719
  lib_name: @config.lib_name, lib_version: @config.lib_version,
712
720
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
721
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
713
722
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
714
723
 
715
724
  header_params = {}
@@ -802,10 +811,11 @@ module Google
802
811
  # Customize the options with defaults
803
812
  metadata = @config.rpcs.list_listings.metadata.to_h
804
813
 
805
- # Set x-goog-api-client and x-goog-user-project headers
814
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
806
815
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
807
816
  lib_name: @config.lib_name, lib_version: @config.lib_version,
808
817
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
818
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
809
819
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
810
820
 
811
821
  header_params = {}
@@ -889,10 +899,11 @@ module Google
889
899
  # Customize the options with defaults
890
900
  metadata = @config.rpcs.get_listing.metadata.to_h
891
901
 
892
- # Set x-goog-api-client and x-goog-user-project headers
902
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
893
903
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
894
904
  lib_name: @config.lib_name, lib_version: @config.lib_version,
895
905
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
906
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
896
907
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
897
908
 
898
909
  header_params = {}
@@ -983,10 +994,11 @@ module Google
983
994
  # Customize the options with defaults
984
995
  metadata = @config.rpcs.create_listing.metadata.to_h
985
996
 
986
- # Set x-goog-api-client and x-goog-user-project headers
997
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
987
998
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
988
999
  lib_name: @config.lib_name, lib_version: @config.lib_version,
989
1000
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1001
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
990
1002
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
991
1003
 
992
1004
  header_params = {}
@@ -1072,10 +1084,11 @@ module Google
1072
1084
  # Customize the options with defaults
1073
1085
  metadata = @config.rpcs.update_listing.metadata.to_h
1074
1086
 
1075
- # Set x-goog-api-client and x-goog-user-project headers
1087
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1076
1088
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1077
1089
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1078
1090
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1091
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1079
1092
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1080
1093
 
1081
1094
  header_params = {}
@@ -1158,10 +1171,11 @@ module Google
1158
1171
  # Customize the options with defaults
1159
1172
  metadata = @config.rpcs.delete_listing.metadata.to_h
1160
1173
 
1161
- # Set x-goog-api-client and x-goog-user-project headers
1174
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1162
1175
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1163
1176
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1164
1177
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1178
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1165
1179
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1166
1180
 
1167
1181
  header_params = {}
@@ -1251,10 +1265,11 @@ module Google
1251
1265
  # Customize the options with defaults
1252
1266
  metadata = @config.rpcs.subscribe_listing.metadata.to_h
1253
1267
 
1254
- # Set x-goog-api-client and x-goog-user-project headers
1268
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1255
1269
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1256
1270
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1257
1271
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1272
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1258
1273
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1259
1274
 
1260
1275
  header_params = {}
@@ -1340,10 +1355,11 @@ module Google
1340
1355
  # Customize the options with defaults
1341
1356
  metadata = @config.rpcs.get_iam_policy.metadata.to_h
1342
1357
 
1343
- # Set x-goog-api-client and x-goog-user-project headers
1358
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1344
1359
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1345
1360
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1346
1361
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1362
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1347
1363
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1348
1364
 
1349
1365
  header_params = {}
@@ -1437,10 +1453,11 @@ module Google
1437
1453
  # Customize the options with defaults
1438
1454
  metadata = @config.rpcs.set_iam_policy.metadata.to_h
1439
1455
 
1440
- # Set x-goog-api-client and x-goog-user-project headers
1456
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1441
1457
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1442
1458
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1443
1459
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1460
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1444
1461
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1445
1462
 
1446
1463
  header_params = {}
@@ -1528,10 +1545,11 @@ module Google
1528
1545
  # Customize the options with defaults
1529
1546
  metadata = @config.rpcs.test_iam_permissions.metadata.to_h
1530
1547
 
1531
- # Set x-goog-api-client and x-goog-user-project headers
1548
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1532
1549
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1533
1550
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1534
1551
  gapic_version: ::Google::Cloud::Bigquery::DataExchange::V1beta1::VERSION
1552
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1535
1553
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1536
1554
 
1537
1555
  header_params = {}
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataExchange
24
24
  module V1beta1
25
- VERSION = "0.6.2"
25
+ VERSION = "0.7.1"
26
26
  end
27
27
  end
28
28
  end
@@ -15,7 +15,7 @@ require 'google/protobuf/field_mask_pb'
15
15
  require 'google/protobuf/wrappers_pb'
16
16
 
17
17
 
18
- descriptor_data = "\n=google/cloud/bigquery/dataexchange/v1beta1/dataexchange.proto\x12*google.cloud.bigquery.dataexchange.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.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\x1a\x1egoogle/protobuf/wrappers.proto\"\xbc\x02\n\x0c\x44\x61taExchange\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x12\x1a\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x19\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0fprimary_contact\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1b\n\rdocumentation\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1b\n\rlisting_count\x18\x06 \x01(\x05\x42\x04\xe2\x41\x01\x03\x12\x12\n\x04icon\x18\x07 \x01(\x0c\x42\x04\xe2\x41\x01\x01:t\xea\x41q\n(analyticshub.googleapis.com/DataExchange\x12\x45projects/{project}/locations/{location}/dataExchanges/{data_exchange}\"A\n\x0c\x44\x61taProvider\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0fprimary_contact\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\">\n\tPublisher\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0fprimary_contact\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"Q\n\x1b\x44\x65stinationDatasetReference\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x18\n\nproject_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\"\x9b\x03\n\x12\x44\x65stinationDataset\x12h\n\x11\x64\x61taset_reference\x18\x01 \x01(\x0b\x32G.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReferenceB\x04\xe2\x41\x01\x02\x12\x39\n\rfriendly_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x04\xe2\x41\x01\x01\x12\x37\n\x0b\x64\x65scription\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x04\xe2\x41\x01\x01\x12`\n\x06labels\x18\x04 \x03(\x0b\x32J.google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset.LabelsEntryB\x04\xe2\x41\x01\x01\x12\x16\n\x08location\x18\x05 \x01(\tB\x04\xe2\x41\x01\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc3\x0b\n\x07Listing\x12k\n\x10\x62igquery_dataset\x18\x06 \x01(\x0b\x32I.google.cloud.bigquery.dataexchange.v1beta1.Listing.BigQueryDatasetSourceB\x04\xe2\x41\x01\x02H\x00\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x12\x1a\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x19\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0fprimary_contact\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1b\n\rdocumentation\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\x12N\n\x05state\x18\x07 \x01(\x0e\x32\x39.google.cloud.bigquery.dataexchange.v1beta1.Listing.StateB\x04\xe2\x41\x01\x03\x12\x12\n\x04icon\x18\x08 \x01(\x0c\x42\x04\xe2\x41\x01\x01\x12U\n\rdata_provider\x18\t \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataProviderB\x04\xe2\x41\x01\x01\x12V\n\ncategories\x18\n \x03(\x0e\x32<.google.cloud.bigquery.dataexchange.v1beta1.Listing.CategoryB\x04\xe2\x41\x01\x01\x12N\n\tpublisher\x18\x0b \x01(\x0b\x32\x35.google.cloud.bigquery.dataexchange.v1beta1.PublisherB\x04\xe2\x41\x01\x01\x12\x1c\n\x0erequest_access\x18\x0c \x01(\tB\x04\xe2\x41\x01\x01\x1aN\n\x15\x42igQueryDatasetSource\x12\x35\n\x07\x64\x61taset\x18\x01 \x01(\tB$\xfa\x41!\n\x1f\x62igquery.googleapis.com/Dataset\"*\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\"\xb7\x04\n\x08\x43\x61tegory\x12\x18\n\x14\x43\x41TEGORY_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x43\x41TEGORY_OTHERS\x10\x01\x12&\n\"CATEGORY_ADVERTISING_AND_MARKETING\x10\x02\x12\x15\n\x11\x43\x41TEGORY_COMMERCE\x10\x03\x12$\n CATEGORY_CLIMATE_AND_ENVIRONMENT\x10\x04\x12\x19\n\x15\x43\x41TEGORY_DEMOGRAPHICS\x10\x05\x12\x16\n\x12\x43\x41TEGORY_ECONOMICS\x10\x06\x12\x16\n\x12\x43\x41TEGORY_EDUCATION\x10\x07\x12\x13\n\x0f\x43\x41TEGORY_ENERGY\x10\x08\x12\x16\n\x12\x43\x41TEGORY_FINANCIAL\x10\t\x12\x13\n\x0f\x43\x41TEGORY_GAMING\x10\n\x12\x17\n\x13\x43\x41TEGORY_GEOSPATIAL\x10\x0b\x12(\n$CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE\x10\x0c\x12\x12\n\x0e\x43\x41TEGORY_MEDIA\x10\r\x12\x1a\n\x16\x43\x41TEGORY_PUBLIC_SECTOR\x10\x0e\x12\x13\n\x0f\x43\x41TEGORY_RETAIL\x10\x0f\x12\x13\n\x0f\x43\x41TEGORY_SPORTS\x10\x10\x12!\n\x1d\x43\x41TEGORY_SCIENCE_AND_RESEARCH\x10\x11\x12)\n%CATEGORY_TRANSPORTATION_AND_LOGISTICS\x10\x12\x12\x1f\n\x1b\x43\x41TEGORY_TRAVEL_AND_TOURISM\x10\x13:\x82\x01\xea\x41\x7f\n#analyticshub.googleapis.com/Listing\x12Xprojects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}B\x08\n\x06source\"}\n\x18ListDataExchangesRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe2\x41\x01\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x86\x01\n\x19ListDataExchangesResponse\x12P\n\x0e\x64\x61ta_exchanges\x18\x01 \x03(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1bListOrgDataExchangesRequest\x12\x1a\n\x0corganization\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x89\x01\n\x1cListOrgDataExchangesResponse\x12P\n\x0e\x64\x61ta_exchanges\x18\x01 \x03(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Y\n\x16GetDataExchangeRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\"\xce\x01\n\x19\x43reateDataExchangeRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe2\x41\x01\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1e\n\x10\x64\x61ta_exchange_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12U\n\rdata_exchange\x18\x03 \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchangeB\x04\xe2\x41\x01\x02\"\xa9\x01\n\x19UpdateDataExchangeRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12U\n\rdata_exchange\x18\x02 \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchangeB\x04\xe2\x41\x01\x02\"\\\n\x19\x44\x65leteDataExchangeRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\"\x7f\n\x13ListListingsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"v\n\x14ListListingsResponse\x12\x45\n\x08listings\x18\x01 \x03(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"O\n\x11GetListingRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe2\x41\x01\x02\xfa\x41%\n#analyticshub.googleapis.com/Listing\"\xbf\x01\n\x14\x43reateListingRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\x12\x18\n\nlisting_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12J\n\x07listing\x18\x03 \x01(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.ListingB\x04\xe2\x41\x01\x02\"\x99\x01\n\x14UpdateListingRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12J\n\x07listing\x18\x02 \x01(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.ListingB\x04\xe2\x41\x01\x02\"R\n\x14\x44\x65leteListingRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe2\x41\x01\x02\xfa\x41%\n#analyticshub.googleapis.com/Listing\"\xc3\x01\n\x17SubscribeListingRequest\x12]\n\x13\x64\x65stination_dataset\x18\x03 \x01(\x0b\x32>.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetH\x00\x12:\n\x04name\x18\x01 \x01(\tB,\xe2\x41\x01\x02\xfa\x41%\n#analyticshub.googleapis.com/ListingB\r\n\x0b\x64\x65stination\"\x1a\n\x18SubscribeListingResponse2\xa6\x1d\n\x13\x41nalyticsHubService\x12\xe9\x01\n\x11ListDataExchanges\x12\x44.google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesRequest\x1a\x45.google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1beta1/{parent=projects/*/locations/*}/dataExchanges\x12\x83\x02\n\x14ListOrgDataExchanges\x12G.google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesRequest\x1aH.google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesResponse\"X\xda\x41\x0corganization\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{organization=organizations/*/locations/*}/dataExchanges\x12\xd6\x01\n\x0fGetDataExchange\x12\x42.google.cloud.bigquery.dataexchange.v1beta1.GetDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1beta1/{name=projects/*/locations/*/dataExchanges/*}\x12\xfb\x01\n\x12\x43reateDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.CreateDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"d\xda\x41\x14parent,data_exchange\x82\xd3\xe4\x93\x02G\"6/v1beta1/{parent=projects/*/locations/*}/dataExchanges:\rdata_exchange\x12\x8e\x02\n\x12UpdateDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.UpdateDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"w\xda\x41\x19\x64\x61ta_exchange,update_mask\x82\xd3\xe4\x93\x02U2D/v1beta1/{data_exchange.name=projects/*/locations/*/dataExchanges/*}:\rdata_exchange\x12\xba\x01\n\x12\x44\x65leteDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.DeleteDataExchangeRequest\x1a\x16.google.protobuf.Empty\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1beta1/{name=projects/*/locations/*/dataExchanges/*}\x12\xe5\x01\n\x0cListListings\x12?.google.cloud.bigquery.dataexchange.v1beta1.ListListingsRequest\x1a@.google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse\"R\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings\x12\xd2\x01\n\nGetListing\x12=.google.cloud.bigquery.dataexchange.v1beta1.GetListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}\x12\xeb\x01\n\rCreateListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.CreateListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"c\xda\x41\x0eparent,listing\x82\xd3\xe4\x93\x02L\"A/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings:\x07listing\x12\xf8\x01\n\rUpdateListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"p\xda\x41\x13listing,update_mask\x82\xd3\xe4\x93\x02T2I/v1beta1/{listing.name=projects/*/locations/*/dataExchanges/*/listings/*}:\x07listing\x12\xbb\x01\n\rDeleteListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.DeleteListingRequest\x1a\x16.google.protobuf.Empty\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43*A/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}\x12\xfc\x01\n\x10SubscribeListing\x12\x43.google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingRequest\x1a\x44.google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingResponse\"]\xda\x41\x04name\x82\xd3\xe4\x93\x02P\"K/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}:subscribe:\x01*\x12\xf8\x01\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xac\x01\x82\xd3\xe4\x93\x02\xa5\x01\"G/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:getIamPolicy:\x01*ZW\"R/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:getIamPolicy:\x01*\x12\xf8\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xac\x01\x82\xd3\xe4\x93\x02\xa5\x01\"G/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:setIamPolicy:\x01*ZW\"R/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:setIamPolicy:\x01*\x12\xa4\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\xb8\x01\x82\xd3\xe4\x93\x02\xb1\x01\"M/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:testIamPermissions:\x01*Z]\"X/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:testIamPermissions:\x01*\x1ax\xca\x41\x1b\x61nalyticshub.googleapis.com\xd2\x41Whttps://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platformB\xef\x02\n.com.google.cloud.bigquery.dataexchange.v1beta1B\x11\x44\x61taExchangeProtoP\x01ZRcloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb;dataexchangepb\xaa\x02*Google.Cloud.BigQuery.DataExchange.V1Beta1\xca\x02*Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\xea\x02.Google::Cloud::Bigquery::DataExchange::V1beta1\xea\x41H\n\x1f\x62igquery.googleapis.com/Dataset\x12%projects/{project}/datasets/{dataset}b\x06proto3"
18
+ descriptor_data = "\n=google/cloud/bigquery/dataexchange/v1beta1/dataexchange.proto\x12*google.cloud.bigquery.dataexchange.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.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\x1a\x1egoogle/protobuf/wrappers.proto\"\xb5\x02\n\x0c\x44\x61taExchange\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fprimary_contact\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rdocumentation\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rlisting_count\x18\x06 \x01(\x05\x42\x03\xe0\x41\x03\x12\x11\n\x04icon\x18\x07 \x01(\x0c\x42\x03\xe0\x41\x01:t\xea\x41q\n(analyticshub.googleapis.com/DataExchange\x12\x45projects/{project}/locations/{location}/dataExchanges/{data_exchange}\"?\n\x0c\x44\x61taProvider\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fprimary_contact\x18\x02 \x01(\tB\x03\xe0\x41\x01\"<\n\tPublisher\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fprimary_contact\x18\x02 \x01(\tB\x03\xe0\x41\x01\"O\n\x1b\x44\x65stinationDatasetReference\x12\x17\n\ndataset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nproject_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\x96\x03\n\x12\x44\x65stinationDataset\x12g\n\x11\x64\x61taset_reference\x18\x01 \x01(\x0b\x32G.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReferenceB\x03\xe0\x41\x02\x12\x38\n\rfriendly_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x03\xe0\x41\x01\x12\x36\n\x0b\x64\x65scription\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.StringValueB\x03\xe0\x41\x01\x12_\n\x06labels\x18\x04 \x03(\x0b\x32J.google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset.LabelsEntryB\x03\xe0\x41\x01\x12\x15\n\x08location\x18\x05 \x01(\tB\x03\xe0\x41\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb7\x0b\n\x07Listing\x12j\n\x10\x62igquery_dataset\x18\x06 \x01(\x0b\x32I.google.cloud.bigquery.dataexchange.v1beta1.Listing.BigQueryDatasetSourceB\x03\xe0\x41\x02H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fprimary_contact\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rdocumentation\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12M\n\x05state\x18\x07 \x01(\x0e\x32\x39.google.cloud.bigquery.dataexchange.v1beta1.Listing.StateB\x03\xe0\x41\x03\x12\x11\n\x04icon\x18\x08 \x01(\x0c\x42\x03\xe0\x41\x01\x12T\n\rdata_provider\x18\t \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataProviderB\x03\xe0\x41\x01\x12U\n\ncategories\x18\n \x03(\x0e\x32<.google.cloud.bigquery.dataexchange.v1beta1.Listing.CategoryB\x03\xe0\x41\x01\x12M\n\tpublisher\x18\x0b \x01(\x0b\x32\x35.google.cloud.bigquery.dataexchange.v1beta1.PublisherB\x03\xe0\x41\x01\x12\x1b\n\x0erequest_access\x18\x0c \x01(\tB\x03\xe0\x41\x01\x1aN\n\x15\x42igQueryDatasetSource\x12\x35\n\x07\x64\x61taset\x18\x01 \x01(\tB$\xfa\x41!\n\x1f\x62igquery.googleapis.com/Dataset\"*\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\"\xb7\x04\n\x08\x43\x61tegory\x12\x18\n\x14\x43\x41TEGORY_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x43\x41TEGORY_OTHERS\x10\x01\x12&\n\"CATEGORY_ADVERTISING_AND_MARKETING\x10\x02\x12\x15\n\x11\x43\x41TEGORY_COMMERCE\x10\x03\x12$\n CATEGORY_CLIMATE_AND_ENVIRONMENT\x10\x04\x12\x19\n\x15\x43\x41TEGORY_DEMOGRAPHICS\x10\x05\x12\x16\n\x12\x43\x41TEGORY_ECONOMICS\x10\x06\x12\x16\n\x12\x43\x41TEGORY_EDUCATION\x10\x07\x12\x13\n\x0f\x43\x41TEGORY_ENERGY\x10\x08\x12\x16\n\x12\x43\x41TEGORY_FINANCIAL\x10\t\x12\x13\n\x0f\x43\x41TEGORY_GAMING\x10\n\x12\x17\n\x13\x43\x41TEGORY_GEOSPATIAL\x10\x0b\x12(\n$CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE\x10\x0c\x12\x12\n\x0e\x43\x41TEGORY_MEDIA\x10\r\x12\x1a\n\x16\x43\x41TEGORY_PUBLIC_SECTOR\x10\x0e\x12\x13\n\x0f\x43\x41TEGORY_RETAIL\x10\x0f\x12\x13\n\x0f\x43\x41TEGORY_SPORTS\x10\x10\x12!\n\x1d\x43\x41TEGORY_SCIENCE_AND_RESEARCH\x10\x11\x12)\n%CATEGORY_TRANSPORTATION_AND_LOGISTICS\x10\x12\x12\x1f\n\x1b\x43\x41TEGORY_TRAVEL_AND_TOURISM\x10\x13:\x82\x01\xea\x41\x7f\n#analyticshub.googleapis.com/Listing\x12Xprojects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}B\x08\n\x06source\"|\n\x18ListDataExchangesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x86\x01\n\x19ListDataExchangesResponse\x12P\n\x0e\x64\x61ta_exchanges\x18\x01 \x03(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"_\n\x1bListOrgDataExchangesRequest\x12\x19\n\x0corganization\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x89\x01\n\x1cListOrgDataExchangesResponse\x12P\n\x0e\x64\x61ta_exchanges\x18\x01 \x03(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"X\n\x16GetDataExchangeRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\"\xcb\x01\n\x19\x43reateDataExchangeRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1d\n\x10\x64\x61ta_exchange_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12T\n\rdata_exchange\x18\x03 \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchangeB\x03\xe0\x41\x02\"\xa7\x01\n\x19UpdateDataExchangeRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12T\n\rdata_exchange\x18\x02 \x01(\x0b\x32\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchangeB\x03\xe0\x41\x02\"[\n\x19\x44\x65leteDataExchangeRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\"~\n\x13ListListingsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"v\n\x14ListListingsResponse\x12\x45\n\x08listings\x18\x01 \x03(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"N\n\x11GetListingRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#analyticshub.googleapis.com/Listing\"\xbc\x01\n\x14\x43reateListingRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(analyticshub.googleapis.com/DataExchange\x12\x17\n\nlisting_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12I\n\x07listing\x18\x03 \x01(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.ListingB\x03\xe0\x41\x02\"\x97\x01\n\x14UpdateListingRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12I\n\x07listing\x18\x02 \x01(\x0b\x32\x33.google.cloud.bigquery.dataexchange.v1beta1.ListingB\x03\xe0\x41\x02\"Q\n\x14\x44\x65leteListingRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#analyticshub.googleapis.com/Listing\"\xc2\x01\n\x17SubscribeListingRequest\x12]\n\x13\x64\x65stination_dataset\x18\x03 \x01(\x0b\x32>.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetH\x00\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#analyticshub.googleapis.com/ListingB\r\n\x0b\x64\x65stination\"\x1a\n\x18SubscribeListingResponse2\xa6\x1d\n\x13\x41nalyticsHubService\x12\xe9\x01\n\x11ListDataExchanges\x12\x44.google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesRequest\x1a\x45.google.cloud.bigquery.dataexchange.v1beta1.ListDataExchangesResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1beta1/{parent=projects/*/locations/*}/dataExchanges\x12\x83\x02\n\x14ListOrgDataExchanges\x12G.google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesRequest\x1aH.google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesResponse\"X\xda\x41\x0corganization\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{organization=organizations/*/locations/*}/dataExchanges\x12\xd6\x01\n\x0fGetDataExchange\x12\x42.google.cloud.bigquery.dataexchange.v1beta1.GetDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1beta1/{name=projects/*/locations/*/dataExchanges/*}\x12\xfb\x01\n\x12\x43reateDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.CreateDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"d\xda\x41\x14parent,data_exchange\x82\xd3\xe4\x93\x02G\"6/v1beta1/{parent=projects/*/locations/*}/dataExchanges:\rdata_exchange\x12\x8e\x02\n\x12UpdateDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.UpdateDataExchangeRequest\x1a\x38.google.cloud.bigquery.dataexchange.v1beta1.DataExchange\"w\xda\x41\x19\x64\x61ta_exchange,update_mask\x82\xd3\xe4\x93\x02U2D/v1beta1/{data_exchange.name=projects/*/locations/*/dataExchanges/*}:\rdata_exchange\x12\xba\x01\n\x12\x44\x65leteDataExchange\x12\x45.google.cloud.bigquery.dataexchange.v1beta1.DeleteDataExchangeRequest\x1a\x16.google.protobuf.Empty\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1beta1/{name=projects/*/locations/*/dataExchanges/*}\x12\xe5\x01\n\x0cListListings\x12?.google.cloud.bigquery.dataexchange.v1beta1.ListListingsRequest\x1a@.google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse\"R\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings\x12\xd2\x01\n\nGetListing\x12=.google.cloud.bigquery.dataexchange.v1beta1.GetListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}\x12\xeb\x01\n\rCreateListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.CreateListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"c\xda\x41\x0eparent,listing\x82\xd3\xe4\x93\x02L\"A/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings:\x07listing\x12\xf8\x01\n\rUpdateListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest\x1a\x33.google.cloud.bigquery.dataexchange.v1beta1.Listing\"p\xda\x41\x13listing,update_mask\x82\xd3\xe4\x93\x02T2I/v1beta1/{listing.name=projects/*/locations/*/dataExchanges/*/listings/*}:\x07listing\x12\xbb\x01\n\rDeleteListing\x12@.google.cloud.bigquery.dataexchange.v1beta1.DeleteListingRequest\x1a\x16.google.protobuf.Empty\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43*A/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}\x12\xfc\x01\n\x10SubscribeListing\x12\x43.google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingRequest\x1a\x44.google.cloud.bigquery.dataexchange.v1beta1.SubscribeListingResponse\"]\xda\x41\x04name\x82\xd3\xe4\x93\x02P\"K/v1beta1/{name=projects/*/locations/*/dataExchanges/*/listings/*}:subscribe:\x01*\x12\xf8\x01\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xac\x01\x82\xd3\xe4\x93\x02\xa5\x01\"G/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:getIamPolicy:\x01*ZW\"R/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:getIamPolicy:\x01*\x12\xf8\x01\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xac\x01\x82\xd3\xe4\x93\x02\xa5\x01\"G/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:setIamPolicy:\x01*ZW\"R/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:setIamPolicy:\x01*\x12\xa4\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\xb8\x01\x82\xd3\xe4\x93\x02\xb1\x01\"M/v1beta1/{resource=projects/*/locations/*/dataExchanges/*}:testIamPermissions:\x01*Z]\"X/v1beta1/{resource=projects/*/locations/*/dataExchanges/*/listings/*}:testIamPermissions:\x01*\x1ax\xca\x41\x1b\x61nalyticshub.googleapis.com\xd2\x41Whttps://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platformB\xef\x02\n.com.google.cloud.bigquery.dataexchange.v1beta1B\x11\x44\x61taExchangeProtoP\x01ZRcloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb;dataexchangepb\xaa\x02*Google.Cloud.BigQuery.DataExchange.V1Beta1\xca\x02*Google\\Cloud\\BigQuery\\DataExchange\\V1beta1\xea\x02.Google::Cloud::Bigquery::DataExchange::V1beta1\xea\x41H\n\x1f\x62igquery.googleapis.com/Dataset\x12%projects/{project}/datasets/{dataset}b\x06proto3"
19
19
 
20
20
  pool = Google::Protobuf::DescriptorPool.generated_pool
21
21
 
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -192,9 +196,26 @@ module Google
192
196
  # @!attribute [rw] common
193
197
  # @return [::Google::Api::CommonLanguageSettings]
194
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
195
202
  class PythonSettings
196
203
  include ::Google::Protobuf::MessageExts
197
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
198
219
  end
199
220
 
200
221
  # Settings for Node client libraries.
@@ -286,6 +307,13 @@ module Google
286
307
  # @return [::String]
287
308
  # The fully qualified name of the method, for which the options below apply.
288
309
  # This is used to find the method to apply the options.
310
+ #
311
+ # Example:
312
+ #
313
+ # publishing:
314
+ # method_settings:
315
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
316
+ # # method settings for CreateFolder...
289
317
  # @!attribute [rw] long_running
290
318
  # @return [::Google::Api::MethodSettings::LongRunning]
291
319
  # Describes settings to use for long-running operations when generating
@@ -294,17 +322,14 @@ module Google
294
322
  #
295
323
  # Example of a YAML configuration::
296
324
  #
297
- # publishing:
298
- # method_settings:
325
+ # publishing:
326
+ # method_settings:
299
327
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
300
328
  # long_running:
301
- # initial_poll_delay:
302
- # seconds: 60 # 1 minute
329
+ # initial_poll_delay: 60s # 1 minute
303
330
  # poll_delay_multiplier: 1.5
304
- # max_poll_delay:
305
- # seconds: 360 # 6 minutes
306
- # total_poll_timeout:
307
- # seconds: 54000 # 90 minutes
331
+ # max_poll_delay: 360s # 6 minutes
332
+ # total_poll_timeout: 54000s # 90 minutes
308
333
  # @!attribute [rw] auto_populated_fields
309
334
  # @return [::Array<::String>]
310
335
  # List of top-level fields of the request message, that should be
@@ -313,8 +338,8 @@ module Google
313
338
  #
314
339
  # Example of a YAML configuration:
315
340
  #
316
- # publishing:
317
- # method_settings:
341
+ # publishing:
342
+ # method_settings:
318
343
  # - selector: google.example.v1.ExampleService.CreateExample
319
344
  # auto_populated_fields:
320
345
  # - request_id
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_exchange-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -78,118 +78,6 @@ dependencies:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
80
  version: '1.1'
81
- - !ruby/object:Gem::Dependency
82
- name: google-style
83
- requirement: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - "~>"
86
- - !ruby/object:Gem::Version
87
- version: 1.26.3
88
- type: :development
89
- prerelease: false
90
- version_requirements: !ruby/object:Gem::Requirement
91
- requirements:
92
- - - "~>"
93
- - !ruby/object:Gem::Version
94
- version: 1.26.3
95
- - !ruby/object:Gem::Dependency
96
- name: minitest
97
- requirement: !ruby/object:Gem::Requirement
98
- requirements:
99
- - - "~>"
100
- - !ruby/object:Gem::Version
101
- version: '5.16'
102
- type: :development
103
- prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
105
- requirements:
106
- - - "~>"
107
- - !ruby/object:Gem::Version
108
- version: '5.16'
109
- - !ruby/object:Gem::Dependency
110
- name: minitest-focus
111
- requirement: !ruby/object:Gem::Requirement
112
- requirements:
113
- - - "~>"
114
- - !ruby/object:Gem::Version
115
- version: '1.1'
116
- type: :development
117
- prerelease: false
118
- version_requirements: !ruby/object:Gem::Requirement
119
- requirements:
120
- - - "~>"
121
- - !ruby/object:Gem::Version
122
- version: '1.1'
123
- - !ruby/object:Gem::Dependency
124
- name: minitest-rg
125
- requirement: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '5.2'
130
- type: :development
131
- prerelease: false
132
- version_requirements: !ruby/object:Gem::Requirement
133
- requirements:
134
- - - "~>"
135
- - !ruby/object:Gem::Version
136
- version: '5.2'
137
- - !ruby/object:Gem::Dependency
138
- name: rake
139
- requirement: !ruby/object:Gem::Requirement
140
- requirements:
141
- - - ">="
142
- - !ruby/object:Gem::Version
143
- version: '13.0'
144
- type: :development
145
- prerelease: false
146
- version_requirements: !ruby/object:Gem::Requirement
147
- requirements:
148
- - - ">="
149
- - !ruby/object:Gem::Version
150
- version: '13.0'
151
- - !ruby/object:Gem::Dependency
152
- name: redcarpet
153
- requirement: !ruby/object:Gem::Requirement
154
- requirements:
155
- - - "~>"
156
- - !ruby/object:Gem::Version
157
- version: '3.0'
158
- type: :development
159
- prerelease: false
160
- version_requirements: !ruby/object:Gem::Requirement
161
- requirements:
162
- - - "~>"
163
- - !ruby/object:Gem::Version
164
- version: '3.0'
165
- - !ruby/object:Gem::Dependency
166
- name: simplecov
167
- requirement: !ruby/object:Gem::Requirement
168
- requirements:
169
- - - "~>"
170
- - !ruby/object:Gem::Version
171
- version: '0.18'
172
- type: :development
173
- prerelease: false
174
- version_requirements: !ruby/object:Gem::Requirement
175
- requirements:
176
- - - "~>"
177
- - !ruby/object:Gem::Version
178
- version: '0.18'
179
- - !ruby/object:Gem::Dependency
180
- name: yard
181
- requirement: !ruby/object:Gem::Requirement
182
- requirements:
183
- - - "~>"
184
- - !ruby/object:Gem::Version
185
- version: '0.9'
186
- type: :development
187
- prerelease: false
188
- version_requirements: !ruby/object:Gem::Requirement
189
- requirements:
190
- - - "~>"
191
- - !ruby/object:Gem::Version
192
- version: '0.9'
193
81
  description: Analytics Hub is a data exchange that allows you to efficiently and securely
194
82
  exchange data assets across organizations to address challenges of data reliability
195
83
  and cost. Curate a library of internal and external assets, including unique datasets
@@ -242,14 +130,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
242
130
  requirements:
243
131
  - - ">="
244
132
  - !ruby/object:Gem::Version
245
- version: '2.6'
133
+ version: '2.7'
246
134
  required_rubygems_version: !ruby/object:Gem::Requirement
247
135
  requirements:
248
136
  - - ">="
249
137
  - !ruby/object:Gem::Version
250
138
  version: '0'
251
139
  requirements: []
252
- rubygems_version: 3.5.3
140
+ rubygems_version: 3.5.6
253
141
  signing_key:
254
142
  specification_version: 4
255
143
  summary: Exchange data and analytics assets securely and efficiently.