google-cloud-bigquery-data_exchange-v1beta1 0.7.0 → 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: a75fbe5331ef7a9a88a80f411f79f18dde2cc11627a9c0d73f8abd0da8f0b827
4
- data.tar.gz: 155f92ce0db492467e21433ff1bc8469d53061501da02f9910e133d8d2bf1af4
3
+ metadata.gz: d51c89d730be7a33c6be4c8b28dfe3d3bc83e819b70109ae13bd3be3dbc47583
4
+ data.tar.gz: c4acd613b0976bfbde294fe4ff1450d2aa8fc365b14dbcdd5e6b1e350d93d3ee
5
5
  SHA512:
6
- metadata.gz: ae175d7fc56a4dfeff65057daabeb616df4f3047d730c5dec0b3175e72d48431be5c26cca67e5e579453ecdf33c07760fe4d20f578a6ab86502f2ebc28684582
7
- data.tar.gz: 6609d3a8bd7d50e70958a98f4d6932dcaa19829050bee01463443d809fe8e81316e31222708a07df893a24904dc451f1c210a0e9d476c1fcc719ddf258fd0cf6
6
+ metadata.gz: 07ecb2ce16b33992bbbfe5f397e2833f36d8878232fd4e0ce44f15fcda50272bbbb8bdc7d9dc8470e813149c7b96be1d16fe1fdcaab13965db3d2eafc1eebbd3
7
+ data.tar.gz: c03bd9e6fcb5ee19f7165838d21316c2062f2712055f258d1b4c6217965942f0c7ee4488e989b7f9a04a5d772af95ecdae1450f615832db288716f52d03cb929
@@ -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.7.0"
25
+ VERSION = "0.7.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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.7.0
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-26 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