google-cloud-bigquery-data_transfer 1.2.1 → 1.2.2

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: 0fd2c4f5081f560fff83b8147d66fec4e6178776954cc33524880a92fe5cbbc7
4
- data.tar.gz: 0ab91e87cf21e73657fe3d00c1f2b2ca53d7cc3cb9d605ba94e503063ef77826
3
+ metadata.gz: d9ba2b0f48f3802c40b56beba3e29630811702e436adde52f6dc8703ff22b5d3
4
+ data.tar.gz: a70f907ebd1b376922711fc82ea6863aa87cfe7d56295f06c73a4334ac072534
5
5
  SHA512:
6
- metadata.gz: db5814f023e1216b8d02835468b5485a4510a79b4a79bfedfac0520627b57a37868f4de072ee7bd7c042e8f8b2c69af9f7d7b563b4b74c57cf025918a615a07f
7
- data.tar.gz: c05f69712563ebf7f1e42bf7af33b8f5dd5fa648c3601a00bc63d5a98983003f3b445e3e645b4943120f222ea4c287412b6ea852a59f703b51fff9a2ceda4547
6
+ metadata.gz: 26155f262c6bc51f786af6f6768e8985bca090bfbb570ff12710c8cfd1bc080c102a89a0aeaf569552f5222437ba5c7531af7677e115004f26065955dd8f50be
7
+ data.tar.gz: d1e95b68d689ae6f47cffca7398c2414b2a0d6383b7f2498c5b5b10e02aeba0b4ce8deeb1ba028bb705f0f07c31be2bf3d9db77994bfc74a7a527fc8ff394d7d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Bigquery::DataTransfer.data_transfer_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/bigquery/data_transfer"
@@ -93,7 +93,7 @@ client = Google::Cloud::Bigquery::DataTransfer.data_transfer_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/bigquery/data_transfer"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module DataTransfer
24
- VERSION = "1.2.1"
24
+ VERSION = "1.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-bigquery-data_transfer-v1