google-apis-bigquerydatatransfer_v1 0.16.0 → 0.17.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 497ef6d9bb2b329de406722851258fe3539aeb89cb4f2e3772beb0e12eac5fbc
|
|
4
|
+
data.tar.gz: e652b6c33359bb3e5d4e4cb3d0b5639a26094c3b617d75fd1a4ae7a0904d0571
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7133be568090c663d3d142c7d4a41a7e1f405a0b63dbd68440641edb91ef3d8ef6441a7e62f2fc5b9ad0b4ea83991decdf5b046fbaf5964a0a89c2f97941835
|
|
7
|
+
data.tar.gz: 0d55d022dac3aff0c537befce65743f9ba1f91b14cd6834f4a9a6aa37b49672b4efbea48c0cc37a2d43f653f5d086421c5ca1945aa8de7ae5ba98e8776cba7ed
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-bigquerydatatransfer_v1
|
|
2
2
|
|
|
3
|
+
### v0.17.0 (2022-01-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220116
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.16.0 (2022-01-07)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20211230
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigquerydatatransferV1
|
|
18
18
|
# Version of the google-apis-bigquerydatatransfer_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220116"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -160,7 +160,7 @@ module Google
|
|
|
160
160
|
# @param [String] parent
|
|
161
161
|
# Required. The BigQuery project id for which data sources should be returned.
|
|
162
162
|
# Must be in the form: `projects/`project_id`` or `projects/`project_id`/
|
|
163
|
-
# locations/`location_id
|
|
163
|
+
# locations/`location_id``
|
|
164
164
|
# @param [Fixnum] page_size
|
|
165
165
|
# Page size. The default page size is the maximum value of 1000 results.
|
|
166
166
|
# @param [String] page_token
|
|
@@ -380,7 +380,7 @@ module Google
|
|
|
380
380
|
# @param [String] parent
|
|
381
381
|
# Required. The BigQuery project id for which data sources should be returned.
|
|
382
382
|
# Must be in the form: `projects/`project_id`` or `projects/`project_id`/
|
|
383
|
-
# locations/`location_id
|
|
383
|
+
# locations/`location_id``
|
|
384
384
|
# @param [Fixnum] page_size
|
|
385
385
|
# Page size. The default page size is the maximum value of 1000 results.
|
|
386
386
|
# @param [String] page_token
|
|
@@ -547,8 +547,9 @@ module Google
|
|
|
547
547
|
# Returns information about all transfer configs owned by a project in the
|
|
548
548
|
# specified location.
|
|
549
549
|
# @param [String] parent
|
|
550
|
-
# Required. The BigQuery project id for which
|
|
551
|
-
# projects/`project_id`` or `projects/`project_id`/locations/`
|
|
550
|
+
# Required. The BigQuery project id for which transfer configs should be
|
|
551
|
+
# returned: `projects/`project_id`` or `projects/`project_id`/locations/`
|
|
552
|
+
# location_id``
|
|
552
553
|
# @param [Array<String>, String] data_source_ids
|
|
553
554
|
# When specified, only configurations of requested data sources are returned.
|
|
554
555
|
# @param [Fixnum] page_size
|
|
@@ -1018,8 +1019,9 @@ module Google
|
|
|
1018
1019
|
# Returns information about all transfer configs owned by a project in the
|
|
1019
1020
|
# specified location.
|
|
1020
1021
|
# @param [String] parent
|
|
1021
|
-
# Required. The BigQuery project id for which
|
|
1022
|
-
# projects/`project_id`` or `projects/`project_id`/locations/`
|
|
1022
|
+
# Required. The BigQuery project id for which transfer configs should be
|
|
1023
|
+
# returned: `projects/`project_id`` or `projects/`project_id`/locations/`
|
|
1024
|
+
# location_id``
|
|
1023
1025
|
# @param [Array<String>, String] data_source_ids
|
|
1024
1026
|
# When specified, only configurations of requested data sources are returned.
|
|
1025
1027
|
# @param [Fixnum] page_size
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigquerydatatransfer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.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-01-
|
|
11
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.17.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for BigQuery Data Transfer API V1
|