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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c72d5f9b1dfa4079678a8e73a1d5d3df8d71e195609aa3de08d66b9f0f56287
4
- data.tar.gz: 10f4a52344cc7755e7ccb7d49c005024c8a1815af11f5ecbc060525bb1ceb8a7
3
+ metadata.gz: c754ac4db39e1112d5d4bc913247f32e7485c1a61fcaa8c648854d901e7dbebc
4
+ data.tar.gz: 17313c366341a1f7268c44e0600a62a99c1d462664a3a3b4b53986854e42c88c
5
5
  SHA512:
6
- metadata.gz: bdef2e5107c751723afbea592e9c327030dcb5cfd88376aca15dfacb398d472c6054ff89e7fd7766575077af4fbaa45031b0a99fd36d178ef2f19a9e0382278a
7
- data.tar.gz: 0f76040930bcab5235a00f70c467d9bef79bb65437f2cc422cc117287a6ec03ecaa8bbe5dc237a18b47612f2e59bb5d6b49a516be08008d39834f4836d61c6c8
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
- # To load this service and instantiate a client:
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
- # To load this service and instantiate a client:
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Storage
24
24
  module V1
25
- VERSION = "0.17.0"
25
+ VERSION = "0.18.0"
26
26
  end
27
27
  end
28
28
  end
@@ -25,9 +25,9 @@ module Google
25
25
  module Bigquery
26
26
  module Storage
27
27
  ##
28
- # To load this package, including all its services, and instantiate a client:
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.17.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: 2022-12-14 00:00:00.000000000 Z
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: '0.12'
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: '0.12'
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.3.14
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