google-apis-bigquerydatatransfer_v1 0.10.0 → 0.11.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: 032be7e81a8b3b2b2246cd9e863981f128a54fa643d41b3ec96ac3b3d8d6520e
|
|
4
|
+
data.tar.gz: 7e6378b702500b0efe843936749fd1eea09089c026579ba936fe1ed1c9a59830
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee117e0b0d4ee3d300336ae58aa7a6ac77c70cedea115a76f06b5b08023c9109bff737491d36c16dc4441ab416715f1f5452259170de66f984c28447a419538c
|
|
7
|
+
data.tar.gz: 717cadd1c1a51aec7151555caf53c17a3a92244b7d4106635c9a9cddf011035d6c459ad45021860557215c062528bb133ec1204bacc935838cd97e64fbd16eac
|
data/CHANGELOG.md
CHANGED
|
@@ -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.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210717"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -478,7 +478,8 @@ module Google
|
|
|
478
478
|
execute_or_queue_command(command, &block)
|
|
479
479
|
end
|
|
480
480
|
|
|
481
|
-
# Returns information about all
|
|
481
|
+
# Returns information about all transfer configs owned by a project in the
|
|
482
|
+
# specified location.
|
|
482
483
|
# @param [String] parent
|
|
483
484
|
# Required. The BigQuery project id for which data sources should be returned: `
|
|
484
485
|
# projects/`project_id`` or `projects/`project_id`/locations/`location_id``
|
|
@@ -948,7 +949,8 @@ module Google
|
|
|
948
949
|
execute_or_queue_command(command, &block)
|
|
949
950
|
end
|
|
950
951
|
|
|
951
|
-
# Returns information about all
|
|
952
|
+
# Returns information about all transfer configs owned by a project in the
|
|
953
|
+
# specified location.
|
|
952
954
|
# @param [String] parent
|
|
953
955
|
# Required. The BigQuery project id for which data sources should be returned: `
|
|
954
956
|
# projects/`project_id`` or `projects/`project_id`/locations/`location_id``
|
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.11.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: 2021-07-
|
|
11
|
+
date: 2021-07-26 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/master/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.11.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|