google-cloud-bigquery-data_transfer 0.2.0 → 0.2.1

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: e913d55b6a99f53b0b0eeae6c30e160e8776ffb6e5dc711647c78b2a9a7a41d2
4
- data.tar.gz: 35d47eacbdd9f8fde9997dd8bd6b46f505670237c517e3085be354f1718ebb4a
3
+ metadata.gz: 639e1d9f10ff4d04e872b797f32fdbe2eb6bc19df7f26fa51222909e4aa61c81
4
+ data.tar.gz: 9a28bc99bb62c62acd4d2741ce4d027dfd55f9db55266442b8f095fd6e44f87f
5
5
  SHA512:
6
- metadata.gz: a5a7e334f95d4b0d206896237533b0caa3095d8694d3454b0452a3661893699a2359e215b8808e9642ad715f288007878f9650ed85a0db0f39bb38f451e489d4
7
- data.tar.gz: 4d5ccb101655e0a1549dc9e02c7f6eee69f2c8c566a55dc8980d841ecf7edb01e9122be219b84d5fa85a93fd4daadd543c720b714e6e5645ad94bc82899e7664
6
+ metadata.gz: b282e52d094bf8d7d20d378b12202a78b792caf537807f5c8517169171d8027909c05b2d7c84757a2d84432be912f7648d6626f14d7e611ec5292b252133e7c2
7
+ data.tar.gz: 9f927bca578cc4edee901e11777f499cfd95017dc412825fdbb8427a693b82543d5e9d7519ce96d98aaa2429827d365abde191ec59e7b3c4ea91cce9d2dd83d3
data/.yardopts CHANGED
@@ -2,6 +2,7 @@
2
2
  --title=BigQuery Data Transfer API
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
+ --markup-provider redcarpet
5
6
 
6
7
  ./lib/**/*.rb
7
8
  -
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/api/bigquerydatatransfer)
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/api/bigquerydatatransfer)
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/bigquerydatatransfer
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/api/bigquerydatatransfer)
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/bigquerydatatransfer
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/api/bigquerydatatransfer)
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/bigquerydatatransfer
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.0
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-03 00:00:00.000000000 Z
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