google-cloud-bigquery-data_transfer-v1 0.2.2 → 0.2.3

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: 00e6d36f99b7543c9640e8801dbbf410f398ca2396ffcf25c27629a613307388
4
- data.tar.gz: 95b82741213409b91483f3b1adaa1c8f0beea3822d451664e10c2c65ff27d3a8
3
+ metadata.gz: a75f376cb1298e97b7437f723e3fbbac53194660b4c41befcca3bb131bdae1d8
4
+ data.tar.gz: 06d210d76a07ab6374a94fdacd161766883fd5a17061e067db11308c970e14be
5
5
  SHA512:
6
- metadata.gz: 02c1834c866a56236b7a1fa13bc4629bed9aa731e301e5f382c77d77cec14018bc5ab86450f78835b03c7fd7cf57164225e3803b264c79d6a13a7c7bd99a6a6e
7
- data.tar.gz: 8a881ccb496509e6a60bf20b04849fc6c5c6fd62e791a82f196f7cf9f8838c932ef76fb0345548b80f41d52c35b55344987eaf84e4d46b0d300cac96ddd6a986
6
+ metadata.gz: '08ba108726ed0c7e2ad19ac4199d14e99e4ef00fcc8f32d0cb48664546f3a94ba2aff8b36f03c0a2c19205c6bd732bc6cef3db90cf3da40c92de4247d615b873'
7
+ data.tar.gz: '081f8f85f29c640b937e4a49ea385f3e308bd06ec9300433a9d7a1294eb6f44bd24b82ef42f58ea92dca4cf3b6a0e7f4a40f0f5cb22c279f1775c52c76ce1990'
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/bigquerydatatransfer.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.get_data_source request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-bigquery-data_transfer-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/bigquery/transfer)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataTransfer
24
24
  module V1
25
- VERSION = "0.2.2"
25
+ VERSION = "0.2.3"
26
26
  end
27
27
  end
28
28
  end
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: 0.2.2
4
+ version: 0.2.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: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common