google-cloud-bigquery-storage 0.1.0 → 0.2.0

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: c343134003f09ab4302d08c40042364db6dbfe17eb24aa9a10b2dcec047d6237
4
- data.tar.gz: 8b265e54c1907518268183f107b78c2bc3b8054404fa95d8849ae6d4ba0e1494
3
+ metadata.gz: ea4446d45f329274b51b08b2f847b2042ed08c9f6f4baaa3d137425a795659b7
4
+ data.tar.gz: 0f8dd3e9672630b1e21fdb7d61568a76d16fb6dce49508d43508d78e93c12372
5
5
  SHA512:
6
- metadata.gz: 90d4b5513639511c47579bb3aa166512815283d9ac312ca2d41e99796af23415f96fc513d24f723865aa14c13b5f5ea6808eef3de02d69a9194ea833113d4499
7
- data.tar.gz: e3ba2a8176f5b26cc3290cf2a0004bb868e387d853b8e7b52bbc1a9e485f7589ddce08771a4cffb2ac333f8aeb269b65402c4219f82fbafa406b7eebe97abe12
6
+ metadata.gz: 8851b2e9837a04ac7206f0610de03b864d64f333a5ce7b8c41b1f506167fed7813aea56d2c9fe0b967d499e58dcc015199e7da81e6eba095e4ec2b4945cad23a
7
+ data.tar.gz: 50d2b2f277d9ec60f083e4cdc9850531b72491d98427c431fdf836c4cf58eadc2ea45821e2a05580cef250d475da72d1324e6d3acc13c875b33e4c4d6e258ef1
data/README.md CHANGED
@@ -38,7 +38,7 @@ In order to use this library, you first need to go through the following steps:
38
38
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
39
39
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
40
40
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
41
- that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
41
+ that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
42
42
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
43
43
 
44
44
  Configuring a Ruby stdlib logger:
@@ -16,20 +16,4 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- gem "google-cloud-core"
20
- require "google/cloud" unless defined? Google::Cloud.new
21
- require "google/cloud/config"
22
- require "googleauth"
23
-
24
- # Set the default configuration
25
- Google::Cloud.configure.add_config! :bigquery_storage do |config|
26
- config.add_field! :credentials, nil, match: [String, Hash, Google::Auth::Credentials]
27
- config.add_field! :lib_name, nil, match: String
28
- config.add_field! :lib_version, nil, match: String
29
- config.add_field! :interceptors, nil, match: Array
30
- config.add_field! :timeout, nil, match: Numeric
31
- config.add_field! :metadata, nil, match: Hash
32
- config.add_field! :retry_policy, nil, match: [Hash, Proc]
33
- end
34
-
35
- require "google/cloud/bigquery/storage/version"
19
+ require "google/cloud/bigquery/storage"
@@ -16,7 +16,22 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "google-cloud-bigquery-storage"
19
+ require "google/cloud/bigquery/storage/version"
20
+ require "googleauth"
21
+ gem "google-cloud-core"
22
+ require "google/cloud" unless defined? Google::Cloud.new
23
+ require "google/cloud/config"
24
+
25
+ # Set the default configuration
26
+ Google::Cloud.configure.add_config! :bigquery_storage do |config|
27
+ config.add_field! :credentials, nil, match: [String, Hash, Google::Auth::Credentials]
28
+ config.add_field! :lib_name, nil, match: String
29
+ config.add_field! :lib_version, nil, match: String
30
+ config.add_field! :interceptors, nil, match: Array
31
+ config.add_field! :timeout, nil, match: Numeric
32
+ config.add_field! :metadata, nil, match: Hash
33
+ config.add_field! :retry_policy, nil, match: [Hash, Proc]
34
+ end
20
35
 
21
36
  module Google
22
37
  module Cloud
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Storage
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
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-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
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-03-25 00:00:00.000000000 Z
11
+ date: 2020-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core