google-apis-bigquerydatatransfer_v1 0.4.0 → 0.9.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: fe2c9821dc125a7f255d02bff7633bf2c9ecf8c489704d33846a332e6c680a59
4
- data.tar.gz: eb3211706c6a9798bf8221d9c5dd445b7d8b6a4f3797b8e98cf4c6a3ffdc762f
3
+ metadata.gz: 74aeb85c7542463c16d610efa8326ee1e650454a83863c5f927c6692fb5e5be0
4
+ data.tar.gz: e1eaa6439f0e27299670f4e7747618b68b52450e66b016cf3ffcb8751425f9c4
5
5
  SHA512:
6
- metadata.gz: 11cf0bd7e41a6e2c3346ddd6ad81aaeaa5f78d06b37382c2888f5b8e678fa7138e140049b330df69c17ca866e02c3a8572d2261318a5fd0e7e4a9d6d4935c243
7
- data.tar.gz: 8742e8470d2fd8ae00268745c94d6371b5883874644bd252aa1aaaaf6f465853551da94192579bc32572539b6e840249227b859e1cee266569d14377e875c892
6
+ metadata.gz: b7a2a5d1c51dfe5fe9aa0648702adceb57a7522282fa843f651dea84182d4637faa8adefb607de66a52a4ae618dfb3b212f70eeac9670526cf337f00fd8f7248
7
+ data.tar.gz: 011ca9a18245cd17506f1b69402863a532e4dc109333304969219a3ad2228fc1b01cb36a5c0f0a85eca474e16871ff10cbc947b91be76f39cb7998fcad1ffa82
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.9.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.8.0 (2021-05-19)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.7.0 (2021-04-22)
12
+
13
+ * Regenerated from discovery document revision 20210418
14
+
15
+ ### v0.6.0 (2021-03-28)
16
+
17
+ * Regenerated from discovery document revision 20210324
18
+
19
+ ### v0.5.0 (2021-03-18)
20
+
21
+ * Regenerated from discovery document revision 20210311
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.4.0 (2021-03-05)
4
25
 
5
26
  * Regenerated from discovery document revision 20210226
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210418"
26
26
  end
27
27
  end
28
28
  end
@@ -198,11 +198,15 @@ module Google
198
198
  # @param [String] name
199
199
  # The resource that owns the locations collection, if applicable.
200
200
  # @param [String] filter
201
- # The standard list filter.
201
+ # A filter to narrow down results to a preferred subset. The filtering language
202
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
203
+ # AIP-160](https://google.aip.dev/160).
202
204
  # @param [Fixnum] page_size
203
- # The standard list page size.
205
+ # The maximum number of results to return. If not set, the service selects a
206
+ # default.
204
207
  # @param [String] page_token
205
- # The standard list page token.
208
+ # A page token received from the `next_page_token` field in the response. Send
209
+ # that page token to receive the subsequent page.
206
210
  # @param [String] fields
207
211
  # Selector specifying which fields to include in a partial response.
208
212
  # @param [String] quota_user
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.4.0
4
+ version: 0.9.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-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.9.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