google-cloud-bigquery-data_transfer-v1 0.5.0 → 0.5.1

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: 3d47946dab28d06416e76d41974ab0221b2b8db65c8c7c020dedfb45d2e09d34
4
- data.tar.gz: 9368c47ad6979bfc5b724f03ae80a0fc04f9d24967bfb86c3a9996a3c85aecca
3
+ metadata.gz: 06a68fb75520b8a8d83f87ff124f7060d3a0f25d674f772ea2811eda730a646e
4
+ data.tar.gz: 19ba48eb638f9ad858ef5732dc310fb8bf88b606f2610754f981817853cbf787
5
5
  SHA512:
6
- metadata.gz: e141d4b347a2c5f8574dadbdb3fbf02b20445aa19521125820fb53b2d339bdf2b4bc6dda3394314033d1acfdb2ecc5c44648e87c03a364b237f5972ac963a1f6
7
- data.tar.gz: 8ad6c5bc36f7138b46ee81d2cd92649729f166c37555dddf0cdf600ebc8a029911b7eab8793d9d934f073b07628132d133ae87c3ed133c44f1021d58c7ff3c84
6
+ metadata.gz: 3c2bcc7b82cfe3c6d70600f018cf4f55a3aa26bb35b8bcf6b1fad6b47109eeb3a6aed1e6d7f28fa7745b62a15d51898108fae997dc6dc67897f75b6003773b80
7
+ data.tar.gz: 29ea71fdfa058051760d6d5769b0572f3bf0fd3785b2fba98be8162a278ac6b5d737253f8562d774af982dfa8da2d525ea073fa62d4539a80f80d2632c061608
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Bigquery::DataTransfer::V1::GetDataSourceRequest.new
37
37
  response = client.get_data_source request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-bigquery-data_transfer-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-bigquery-data_transfer-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/bigquery/transfer)
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataTransfer
24
24
  module V1
25
- VERSION = "0.5.0"
25
+ VERSION = "0.5.1"
26
26
  end
27
27
  end
28
28
  end
@@ -26,6 +26,8 @@ module Google
26
26
  ##
27
27
  # To load this package, including all its services, and instantiate a client:
28
28
  #
29
+ # @example
30
+ #
29
31
  # require "google/cloud/bigquery/data_transfer/v1"
30
32
  # client = ::Google::Cloud::Bigquery::DataTransfer::V1::DataTransferService::Client.new
31
33
  #
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/api/resource_pb'
6
- require 'google/protobuf/duration_pb'
7
6
  require 'google/protobuf/struct_pb'
8
7
  require 'google/protobuf/timestamp_pb'
9
8
  require 'google/rpc/status_pb'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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: 2022-01-20 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common