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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9de95c086dc6cf1b97b05a66174816a996060d40e7e5d077c3dfbe484fb5921
|
|
4
|
+
data.tar.gz: 9106a1606e0ecce166aeed417c698a6134d52d4a817e0810c999a10deff8c40e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14e911116e8c7363a6013d977f053f8f6a9f79e41858af2dbb23bc3174515fa02fdaeb6108be65e09139a4492d310585c64d29c58eb030a117132a43cc1a8c1e
|
|
7
|
+
data.tar.gz: 185b8d5d4e66999042f881e5089ab1f9825a297958c0d7d501d72b1c6e01aa4800e09c86ce724de66950a34144bb11d6d0a6b27963cd8a62a543ccdef9bfec23
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|