google-cloud-bigquery-data_transfer 0.2.4 → 0.2.5
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: 9449c3fd7f25369d7750c623f59375c89537e3b93b6e09a72fe43becba9dd423
|
|
4
|
+
data.tar.gz: 1e324e680794d125f2979e0f1e14948859ac0a47963dbf0a47aa7f974bb213e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2afcca426da75ace1981dd1e882ff47afd3a1e4d155b984b18e6b4a75cde81625af3ed201a595901d14f91cc378d3b1546e2f49ca3e16f63b5574b4a16653bc
|
|
7
|
+
data.tar.gz: 744c41803ad08b7f0927f90b67ceef838bc1e960ae51258f9fa5809baee9a76788025b92928ea55c5a6e889a2776a63b828d614e35aad0aac262a7577a212be0
|
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/cloud/bigquery/datatransfer/v1/datatransfer_pb"
|
|
29
29
|
require "google/cloud/bigquery/data_transfer/v1/credentials"
|
|
30
|
+
require "google/cloud/bigquery/data_transfer/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -213,7 +214,7 @@ module Google
|
|
|
213
214
|
updater_proc = credentials.updater_proc
|
|
214
215
|
end
|
|
215
216
|
|
|
216
|
-
package_version =
|
|
217
|
+
package_version = Google::Cloud::Bigquery::DataTransfer::VERSION
|
|
217
218
|
|
|
218
219
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
219
220
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Copyright 2019 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
module Google
|
|
17
|
+
module Cloud
|
|
18
|
+
module Bigquery
|
|
19
|
+
module DataTransfer
|
|
20
|
+
VERSION = "0.2.5".freeze
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
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: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/wrappers.rb
|
|
127
127
|
- lib/google/cloud/bigquery/data_transfer/v1/doc/google/rpc/status.rb
|
|
128
128
|
- lib/google/cloud/bigquery/data_transfer/v1/transfer_pb.rb
|
|
129
|
+
- lib/google/cloud/bigquery/data_transfer/version.rb
|
|
129
130
|
- lib/google/cloud/bigquery/datatransfer/v1/datatransfer_pb.rb
|
|
130
131
|
- lib/google/cloud/bigquery/datatransfer/v1/datatransfer_services_pb.rb
|
|
131
132
|
- lib/google/cloud/bigquery/datatransfer/v1/transfer_pb.rb
|