google-cloud-bigquery-data_transfer-v1 1.0.2 → 1.0.3

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: 69544bf5e104d6bb24d9da45890d3384ecd2d7485990dfef25adcaecc04a468b
4
- data.tar.gz: 6270a2c39bc787d95b75e6406281203553553a487be818f2bbab615cc76db631
3
+ metadata.gz: d9de95c086dc6cf1b97b05a66174816a996060d40e7e5d077c3dfbe484fb5921
4
+ data.tar.gz: 9106a1606e0ecce166aeed417c698a6134d52d4a817e0810c999a10deff8c40e
5
5
  SHA512:
6
- metadata.gz: 35d344fc75e19c8d4b6a5f619510af108f0fd5c1ff4ee035e0ea41650d9728950f9fc98f58fb4e38e5c8fde12b468120774fc46810e203ac58666f6724b43a3b
7
- data.tar.gz: fe448da1e1912ac1ea87b7f6341cd4a402747a9be540aa66e8d0563190e5d1ef6294c36c030d3fb2d2e9f6ff72400e897b3fae2e825eeb4c6b2912398675564a
6
+ metadata.gz: 14e911116e8c7363a6013d977f053f8f6a9f79e41858af2dbb23bc3174515fa02fdaeb6108be65e09139a4492d310585c64d29c58eb030a117132a43cc1a8c1e
7
+ data.tar.gz: 185b8d5d4e66999042f881e5089ab1f9825a297958c0d7d501d72b1c6e01aa4800e09c86ce724de66950a34144bb11d6d0a6b27963cd8a62a543ccdef9bfec23
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataTransfer
24
24
  module V1
25
- VERSION = "1.0.2"
25
+ VERSION = "1.0.3"
26
26
  end
27
27
  end
28
28
  end
@@ -268,6 +268,11 @@ module Google
268
268
  # associated with the user id corresponding to the authorization info.
269
269
  # Otherwise, the transfer configuration will be associated with the calling
270
270
  # user.
271
+ #
272
+ # When using a cross project service account for creating a transfer config,
273
+ # you must enable cross project service account usage. For more information,
274
+ # see [Disable attachment of service accounts to resources in other
275
+ # projects](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_cross_project_service_accounts).
271
276
  # @!attribute [rw] parent
272
277
  # @return [::String]
273
278
  # Required. The BigQuery project id where the transfer configuration should
@@ -334,6 +339,11 @@ module Google
334
339
 
335
340
  # A request to update a transfer configuration. To update the user id of the
336
341
  # transfer configuration, authorization info needs to be provided.
342
+ #
343
+ # When using a cross project service account for updating a transfer config,
344
+ # you must enable cross project service account usage. For more information,
345
+ # see [Disable attachment of service accounts to resources in other
346
+ # projects](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_cross_project_service_accounts).
337
347
  # @!attribute [rw] transfer_config
338
348
  # @return [::Google::Cloud::Bigquery::DataTransfer::V1::TransferConfig]
339
349
  # Required. Data transfer configuration to create.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-08-30 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common