google-apis-bigquerydatatransfer_v1 0.14.0 → 0.15.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: 33ad4f0882e98d07b3a8cf0dc9d9b9a73e00966a32bbd51bc32e913e405e32e8
|
|
4
|
+
data.tar.gz: aa9ed2bbc924b3658a87998f35fbeeaa65690713c12e692aefe88a91e459bfe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3da5c517665a7e924b72de34f4419779e0809250175892aaac838f5f5edee6c1e52ca3ff9aa7fefacb66aaf4ac4d55d7b594dfea11b834d54edd6ff380ef3109
|
|
7
|
+
data.tar.gz: df5557480ffa5ffab80122308486e201d7298f5204b6674e459bf4687f31d02d1dc81587549ef9218c9deb0b373b949d0d6aa9ace9224a1bf73bd3ebb1631e42
|
data/CHANGELOG.md
CHANGED
|
@@ -845,8 +845,9 @@ module Google
|
|
|
845
845
|
# 3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first
|
|
846
846
|
# sunday of quarter 00:00`. See more explanation about the format here: https://
|
|
847
847
|
# cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#
|
|
848
|
-
# the_schedule_format NOTE:
|
|
849
|
-
#
|
|
848
|
+
# the_schedule_format NOTE: The minimum interval time between recurring
|
|
849
|
+
# transfers depends on the data source; refer to the documentation for your data
|
|
850
|
+
# source.
|
|
850
851
|
# Corresponds to the JSON property `schedule`
|
|
851
852
|
# @return [String]
|
|
852
853
|
attr_accessor :schedule
|
|
@@ -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.15.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 = "20211125"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.15.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-
|
|
11
|
+
date: 2021-12-06 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.15.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: []
|