google-apis-bigquerydatatransfer_v1 0.3.0 → 0.8.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: 5b5ac1e553c1ef14a3e5356a9a728ae9f056877d0708260b0d95a9261ec50697
4
- data.tar.gz: f500c3ebe215b101b450813f41edf31f3c6f0f621c21a15e6b8433dddaf7b891
3
+ metadata.gz: 85e27b1f516c56c51ab2438c5f2c5ce8a0b9d4d7296f2ff747d1a4e249e9ec76
4
+ data.tar.gz: 5e6b1e6812ef3c457a63ca53935cfeb98081d9cc02572b63db48232b77a9cd8d
5
5
  SHA512:
6
- metadata.gz: b1383e40244cd365912a1480ee2e567b9537f60b6a9b8f2175395376e82d45c27762db43071ca81e46838e82d258a12f67f017a417e928638cc3bdb3a1da4c19
7
- data.tar.gz: 9e4d554ae87d2b6c9e628d1a7fd5e60f8358c222279fb64f04fbd25996dcd657c44cc813de80e350b093680add1be0cdd8f0b68baaf35dcc2708d1bb33fb2ecd
6
+ metadata.gz: 9df39bb859695c88cc9c32d2699a568db641a1bd49e3b5f36331a651daefeb32304b5a14f6ebdd0af2c424a3ee3504585e75a084e06adda83a2f5a087b38a36e
7
+ data.tar.gz: 328a98340d5b7e2c6c0b043452b5dbe00840a6247a56cd5c17b02978c136acc78c34c82eba20a9698b9f6ac57d702106eace6a7c32bbc8e59b414fafbcc0f92a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.8.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-04-22)
8
+
9
+ * Regenerated from discovery document revision 20210418
10
+
11
+ ### v0.6.0 (2021-03-28)
12
+
13
+ * Regenerated from discovery document revision 20210324
14
+
15
+ ### v0.5.0 (2021-03-18)
16
+
17
+ * Regenerated from discovery document revision 20210311
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.4.0 (2021-03-05)
21
+
22
+ * Regenerated from discovery document revision 20210226
23
+ * Unspecified changes
24
+
3
25
  ### v0.3.0 (2021-02-25)
4
26
 
5
27
  * Regenerated from discovery document revision 20210221
@@ -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
@@ -804,7 +804,10 @@ module Google
804
804
  # @return [String]
805
805
  attr_accessor :notification_pubsub_topic
806
806
 
807
- # Data transfer specific parameters.
807
+ # Parameters specific to each data source. For more information see the bq tab
808
+ # in the 'Setting up a data transfer' section for each data source. For example
809
+ # the parameters for Cloud Storage transfers are listed here: https://cloud.
810
+ # google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
808
811
  # Corresponds to the JSON property `params`
809
812
  # @return [Hash<String,Object>]
810
813
  attr_accessor :params
@@ -945,7 +948,10 @@ module Google
945
948
  # @return [String]
946
949
  attr_accessor :notification_pubsub_topic
947
950
 
948
- # Output only. Data transfer specific parameters.
951
+ # Output only. Parameters specific to each data source. For more information see
952
+ # the bq tab in the 'Setting up a data transfer' section for each data source.
953
+ # For example the parameters for Cloud Storage transfers are listed here: https:/
954
+ # /cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
949
955
  # Corresponds to the JSON property `params`
950
956
  # @return [Hash<String,Object>]
951
957
  attr_accessor :params
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210221"
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,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.3.0
4
+ version: 0.8.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-01 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for BigQuery Data Transfer API V1