google-cloud-bigquery-storage-v1 0.17.0 → 0.18.0
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/lib/google/cloud/bigquery/storage/v1/big_query_read.rb +1 -1
- data/lib/google/cloud/bigquery/storage/v1/big_query_write.rb +1 -1
- data/lib/google/cloud/bigquery/storage/v1/table_pb.rb +1 -0
- data/lib/google/cloud/bigquery/storage/v1/version.rb +1 -1
- data/lib/google/cloud/bigquery/storage/v1.rb +2 -2
- data/proto_docs/google/cloud/bigquery/storage/v1/table.rb +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c754ac4db39e1112d5d4bc913247f32e7485c1a61fcaa8c648854d901e7dbebc
|
|
4
|
+
data.tar.gz: 17313c366341a1f7268c44e0600a62a99c1d462664a3a3b4b53986854e42c88c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d840cc71fb207f1baab314707ee42a60183501b335695b1517f0da99f7a9164ff5f6f3b014bff79f113c95aae422b5537f5bc9aab22ad7d6a3e9c704a163646
|
|
7
|
+
data.tar.gz: 3d2b217346af0d50d23a79839f9eff981d5cac8c29ef16a5210f38f33ddee70819017a3a1c8a0b053cdb33806ae153d2df5f3ad89a7f0e77a97a2f2b55e69f95
|
|
@@ -36,7 +36,7 @@ module Google
|
|
|
36
36
|
#
|
|
37
37
|
# The Read API can be used to read data from BigQuery.
|
|
38
38
|
#
|
|
39
|
-
#
|
|
39
|
+
# @example Load this service and instantiate a gRPC client
|
|
40
40
|
#
|
|
41
41
|
# require "google/cloud/bigquery/storage/v1/big_query_read"
|
|
42
42
|
# client = ::Google::Cloud::Bigquery::Storage::V1::BigQueryRead::Client.new
|
|
@@ -39,7 +39,7 @@ module Google
|
|
|
39
39
|
# For supplementary information about the Write API, see:
|
|
40
40
|
# https://cloud.google.com/bigquery/docs/write-api
|
|
41
41
|
#
|
|
42
|
-
#
|
|
42
|
+
# @example Load this service and instantiate a gRPC client
|
|
43
43
|
#
|
|
44
44
|
# require "google/cloud/bigquery/storage/v1/big_query_write"
|
|
45
45
|
# client = ::Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client.new
|
|
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
19
19
|
optional :max_length, :int64, 7
|
|
20
20
|
optional :precision, :int64, 8
|
|
21
21
|
optional :scale, :int64, 9
|
|
22
|
+
optional :default_value_expression, :string, 10
|
|
22
23
|
end
|
|
23
24
|
add_enum "google.cloud.bigquery.storage.v1.TableFieldSchema.Type" do
|
|
24
25
|
value :TYPE_UNSPECIFIED, 0
|
|
@@ -25,9 +25,9 @@ module Google
|
|
|
25
25
|
module Bigquery
|
|
26
26
|
module Storage
|
|
27
27
|
##
|
|
28
|
-
#
|
|
28
|
+
# API client module.
|
|
29
29
|
#
|
|
30
|
-
# @example
|
|
30
|
+
# @example Load this package, including all its services, and instantiate a gRPC client
|
|
31
31
|
#
|
|
32
32
|
# require "google/cloud/bigquery/storage/v1"
|
|
33
33
|
# client = ::Google::Cloud::Bigquery::Storage::V1::BigQueryRead::Client.new
|
|
@@ -103,6 +103,10 @@ module Google
|
|
|
103
103
|
# @!attribute [rw] scale
|
|
104
104
|
# @return [::Integer]
|
|
105
105
|
# Optional. See documentation for precision.
|
|
106
|
+
# @!attribute [rw] default_value_expression
|
|
107
|
+
# @return [::String]
|
|
108
|
+
# Optional. A SQL expression to specify the [default value]
|
|
109
|
+
# (https://cloud.google.com/bigquery/docs/default-values) for this field.
|
|
106
110
|
class TableFieldSchema
|
|
107
111
|
include ::Google::Protobuf::MessageExts
|
|
108
112
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-storage-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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:
|
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.16.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.16.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
- !ruby/object:Gem::Version
|
|
224
224
|
version: '0'
|
|
225
225
|
requirements: []
|
|
226
|
-
rubygems_version: 3.
|
|
226
|
+
rubygems_version: 3.4.2
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: API Client library for the BigQuery Storage V1 API
|