google-cloud-bigquery-data_transfer 0.2.0 → 0.2.1
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 +4 -4
- data/.yardopts +1 -0
- data/README.md +1 -1
- data/lib/google/cloud/bigquery/data_transfer.rb +2 -2
- data/lib/google/cloud/bigquery/data_transfer/v1.rb +2 -2
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb +0 -11
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/overview.rb +2 -2
- metadata +30 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 639e1d9f10ff4d04e872b797f32fdbe2eb6bc19df7f26fa51222909e4aa61c81
|
|
4
|
+
data.tar.gz: 9a28bc99bb62c62acd4d2741ce4d027dfd55f9db55266442b8f095fd6e44f87f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b282e52d094bf8d7d20d378b12202a78b792caf537807f5c8517169171d8027909c05b2d7c84757a2d84432be912f7648d6626f14d7e611ec5292b252133e7c2
|
|
7
|
+
data.tar.gz: 9f927bca578cc4edee901e11777f499cfd95017dc412825fdbb8427a693b82543d5e9d7519ce96d98aaa2429827d365abde191ec59e7b3c4ea91cce9d2dd83d3
|
data/.yardopts
CHANGED
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ steps:
|
|
|
12
12
|
|
|
13
13
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
14
14
|
2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
15
|
-
3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/
|
|
15
|
+
3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/library/bigquerydatatransfer.googleapis.com)
|
|
16
16
|
4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
|
17
17
|
|
|
18
18
|
### Installation
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
#
|
|
35
35
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
36
36
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
37
|
-
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/
|
|
37
|
+
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/library/bigquerydatatransfer.googleapis.com)
|
|
38
38
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
|
39
39
|
#
|
|
40
40
|
# ### Preview
|
|
@@ -65,7 +65,7 @@ module Google
|
|
|
65
65
|
# - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md)
|
|
66
66
|
# to see the full list of Cloud APIs that we cover.
|
|
67
67
|
#
|
|
68
|
-
# [Product Documentation]: https://cloud.google.com/
|
|
68
|
+
# [Product Documentation]: https://cloud.google.com/bigquery/transfer/
|
|
69
69
|
#
|
|
70
70
|
# ## Enabling Logging
|
|
71
71
|
#
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
#
|
|
35
35
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
36
36
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
37
|
-
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/
|
|
37
|
+
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/library/bigquerydatatransfer.googleapis.com)
|
|
38
38
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
|
39
39
|
#
|
|
40
40
|
# ### Preview
|
|
@@ -65,7 +65,7 @@ module Google
|
|
|
65
65
|
# - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md)
|
|
66
66
|
# to see the full list of Cloud APIs that we cover.
|
|
67
67
|
#
|
|
68
|
-
# [Product Documentation]: https://cloud.google.com/
|
|
68
|
+
# [Product Documentation]: https://cloud.google.com/bigquery/transfer/
|
|
69
69
|
#
|
|
70
70
|
# ## Enabling Logging
|
|
71
71
|
#
|
|
@@ -16,17 +16,6 @@ module Google
|
|
|
16
16
|
module Cloud
|
|
17
17
|
module Bigquery
|
|
18
18
|
module Datatransfer
|
|
19
|
-
##
|
|
20
|
-
# # BigQuery Data Transfer API Contents
|
|
21
|
-
#
|
|
22
|
-
# | Class | Description |
|
|
23
|
-
# | ----- | ----------- |
|
|
24
|
-
# | [DataTransferServiceClient][] | The Google BigQuery Data Transfer Service API enables BigQuery users to configure the transfer of their data from other Google Products into BigQuery. |
|
|
25
|
-
# | [Data Types][] | Data types for Google::Cloud::Bigquery::DataTransfer::V1 |
|
|
26
|
-
#
|
|
27
|
-
# [DataTransferServiceClient]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-bigquery-data_transfer/latest/google/cloud/bigquery/datatransfer/v1/datatransferserviceclient
|
|
28
|
-
# [Data Types]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-bigquery-data_transfer/latest/google/cloud/bigquery/datatransfer/v1/datatypes
|
|
29
|
-
#
|
|
30
19
|
module V1
|
|
31
20
|
# Represents a data source parameter with validation rules, so that
|
|
32
21
|
# parameters can be rendered in the UI. These parameters are given to us by
|
|
@@ -31,7 +31,7 @@ module Google
|
|
|
31
31
|
#
|
|
32
32
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
33
33
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
34
|
-
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/
|
|
34
|
+
# 3. [Enable the BigQuery Data Transfer API.](https://console.cloud.google.com/apis/library/bigquerydatatransfer.googleapis.com)
|
|
35
35
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
|
36
36
|
#
|
|
37
37
|
# ### Installation
|
|
@@ -67,7 +67,7 @@ module Google
|
|
|
67
67
|
# - View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md)
|
|
68
68
|
# to see the full list of Cloud APIs that we cover.
|
|
69
69
|
#
|
|
70
|
-
# [Product Documentation]: https://cloud.google.com/
|
|
70
|
+
# [Product Documentation]: https://cloud.google.com/bigquery/transfer/
|
|
71
71
|
#
|
|
72
72
|
# ## Enabling Logging
|
|
73
73
|
#
|
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: 0.2.
|
|
4
|
+
version: 0.2.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: 2018-08-
|
|
11
|
+
date: 2018-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '5.10'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: redcarpet
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '3.0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '3.0'
|
|
41
55
|
- !ruby/object:Gem::Dependency
|
|
42
56
|
name: rubocop
|
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,6 +80,20 @@ dependencies:
|
|
|
66
80
|
- - "~>"
|
|
67
81
|
- !ruby/object:Gem::Version
|
|
68
82
|
version: '0.9'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: yard
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - "~>"
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0.9'
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - "~>"
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0.9'
|
|
69
97
|
description: google-cloud-bigquery-data_transfer is the official library for BigQuery
|
|
70
98
|
Data Transfer API.
|
|
71
99
|
email: googleapis-packages@google.com
|