google-apis-bigquerydatatransfer_v1 0.5.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b32d2677383cc4598133ea24fcb38fbb1642ff4e307657728e47c6fded575145
4
- data.tar.gz: 8f249c0f12860c39f2b3cafb69cf1a9dc8543eec37cdc694d8ffbe385ab87f5a
3
+ metadata.gz: 9122cfefb8d4c2d0dd97c8cffa9d82c9973cb72781086b5668e557c4fc8e44e8
4
+ data.tar.gz: 7b2e943be7a95af45c0a42195471ce94240db0dd0d27b258f699477446c4fb79
5
5
  SHA512:
6
- metadata.gz: 3bad324f7eca581510dd96dcb5ec08ba2ff2a18e4ff9eb0f6470df18b1163bb3f00e3e5c93a6ae6ff8f0b5482b232891e50f89b155acda6c194f4f3e332eac4d
7
- data.tar.gz: 9c3fef932c3f8f210d289f7fe9d8356752770bd25f9a1911c4932395bf11cc6846c2114041af0d2251137fef9180c4ead7379ca120c8ec0a0403ed98cf389317
6
+ metadata.gz: ee49e0b0a38e426422ef28cd2148f7431def9b4e58ea728a3428b246ad518f545750ef8c9acf1752e6504cb3091c06f6708a97ac0418ea8d57e0f908e5898c57
7
+ data.tar.gz: 8cc50448429a6d13ce0aaaccf42060a02fc5fc6228657fc8fcb7a5ce371a66c6e25b8161c8f4186cd61f5d005bc0afcec2c4598c925a46256e50f22e915706be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.10.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.9.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.8.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.7.0 (2021-04-22)
16
+
17
+ * Regenerated from discovery document revision 20210418
18
+
19
+ ### v0.6.0 (2021-03-28)
20
+
21
+ * Regenerated from discovery document revision 20210324
22
+
3
23
  ### v0.5.0 (2021-03-18)
4
24
 
5
25
  * Regenerated from discovery document revision 20210311
@@ -33,10 +33,7 @@ module Google
33
33
  # View and manage your data in Google BigQuery
34
34
  AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
35
35
 
36
- # View your data in Google BigQuery
37
- AUTH_BIGQUERY_READONLY = 'https://www.googleapis.com/auth/bigquery.readonly'
38
-
39
- # View and manage your data across Google Cloud Platform services
36
+ # See, edit, configure, and delete your Google Cloud Platform data
40
37
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
41
38
 
42
39
  # View your data across Google Cloud Platform services
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210311"
25
+ REVISION = "20210418"
26
26
  end
27
27
  end
28
28
  end
@@ -202,7 +202,7 @@ module Google
202
202
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
203
203
  # AIP-160](https://google.aip.dev/160).
204
204
  # @param [Fixnum] page_size
205
- # The maximum number of results to return. If not set, the service will select a
205
+ # The maximum number of results to return. If not set, the service selects a
206
206
  # default.
207
207
  # @param [String] page_token
208
208
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquerydatatransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for BigQuery Data Transfer API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for BigQuery Data Transfer API V1