google-apis-bigquerydatatransfer_v1 0.1.0 → 0.6.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: a5ef9734dfc5936ba121819b7ced7f6f8ac5f408c267e6b48d7f4ef004c480bd
4
- data.tar.gz: 68471af2012ddbf3f86743eb470b613e9e598612165758f96d9611135e88f771
3
+ metadata.gz: 32a32e96428b5740404fab19ca5fbd684600f23eaa15778195dc47a8945755c3
4
+ data.tar.gz: 0c064151c64b00cad409f2bb4771e00473dc04a56b6af8bffd416e469dc87e2c
5
5
  SHA512:
6
- metadata.gz: 8aa2b7d03207700faf78467fe2807d441036a7521f2d15be7e21281cadd7d615fe83a9849ce47eadcaf6d4ddf266c12d7f0fa3cc65781ddffb497a40a02ba39c
7
- data.tar.gz: 5a93a3801631c613c88ef703c24ec21f18e91df3809149a07553b26eebb9d6e4d3a85896a03deb1770b5d2e7e28587cf93ed12a0f86a1f928eca66db9dd5f8a8
6
+ metadata.gz: 55c5d723c0fd9d6663b47f034e6608625ff5e9389fabb14ae41a0847b417555f94908dccb10e45a7573ec35cf933e95e327dc1e1e76d70761326705feffd0f9e
7
+ data.tar.gz: 91e56bb67fff89280bf4fce987c97ff3881ca1887f78e6154863f56b83355e608cb110505bc3a9d4204c09593f00b90439ba3b27b4c277da8e2a6bbd4bad1695
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.6.0 (2021-03-28)
4
+
5
+ * Regenerated from discovery document revision 20210324
6
+
7
+ ### v0.5.0 (2021-03-18)
8
+
9
+ * Regenerated from discovery document revision 20210311
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-05)
13
+
14
+ * Regenerated from discovery document revision 20210226
15
+ * Unspecified changes
16
+
17
+ ### v0.3.0 (2021-02-25)
18
+
19
+ * Regenerated from discovery document revision 20210221
20
+
21
+ ### v0.2.0 (2021-01-19)
22
+
23
+ * Regenerated from discovery document revision 20201230
24
+ * Regenerated using generator version 0.1.2
25
+
3
26
  ### v0.1.0 (2021-01-07)
4
27
 
5
28
  * Regenerated using generator version 0.1.1
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/bigquery/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/bigquery-transfer/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -24,7 +24,7 @@ module Google
24
24
  # Schedule queries or transfer external data from SaaS applications to Google
25
25
  # BigQuery on a regular basis.
26
26
  #
27
- # @see https://cloud.google.com/bigquery/
27
+ # @see https://cloud.google.com/bigquery-transfer/
28
28
  module BigquerydatatransferV1
29
29
  # Version of the BigQuery Data Transfer API this client connects to.
30
30
  # This is NOT the gem version.
@@ -36,7 +36,7 @@ module Google
36
36
  # View your data in Google BigQuery
37
37
  AUTH_BIGQUERY_READONLY = 'https://www.googleapis.com/auth/bigquery.readonly'
38
38
 
39
- # View and manage your data across Google Cloud Platform services
39
+ # See, edit, configure, and delete your Google Cloud Platform data
40
40
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
41
41
 
42
42
  # View your data across Google Cloud Platform services
@@ -785,12 +785,10 @@ module Google
785
785
  # @return [Google::Apis::BigquerydatatransferV1::EmailPreferences]
786
786
  attr_accessor :email_preferences
787
787
 
788
- # The resource name of the transfer config. Transfer config names have the form
789
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
790
- # name is automatically generated based on the config_id specified in
791
- # CreateTransferConfigRequest along with project_id and region. If config_id is
792
- # not provided, usually a uuid, even though it is not guaranteed or required,
793
- # will be generated for config_id.
788
+ # The resource name of the transfer config. Transfer config names have the form `
789
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
790
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
791
+ # The name is ignored when creating a transfer config.
794
792
  # Corresponds to the JSON property `name`
795
793
  # @return [String]
796
794
  attr_accessor :name
@@ -806,7 +804,10 @@ module Google
806
804
  # @return [String]
807
805
  attr_accessor :notification_pubsub_topic
808
806
 
809
- # 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
810
811
  # Corresponds to the JSON property `params`
811
812
  # @return [Hash<String,Object>]
812
813
  attr_accessor :params
@@ -947,7 +948,10 @@ module Google
947
948
  # @return [String]
948
949
  attr_accessor :notification_pubsub_topic
949
950
 
950
- # 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
951
955
  # Corresponds to the JSON property `params`
952
956
  # @return [Hash<String,Object>]
953
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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200801"
25
+ REVISION = "20210324"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Bigquerydatatransfer = Google::Apis::BigquerydatatransferV1 # Alias the module
32
32
  # service = Bigquerydatatransfer::BigQueryDataTransferService.new
33
33
  #
34
- # @see https://cloud.google.com/bigquery/
34
+ # @see https://cloud.google.com/bigquery-transfer/
35
35
  class BigQueryDataTransferService < Google::Apis::Core::BaseService
36
36
  # @return [String]
37
37
  # API key. Your API key identifies your project and provides you with API access,
@@ -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 will select 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
@@ -520,12 +524,10 @@ module Google
520
524
  # Updates a data transfer configuration. All fields must be set, even if they
521
525
  # are not updated.
522
526
  # @param [String] name
523
- # The resource name of the transfer config. Transfer config names have the form
524
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
525
- # name is automatically generated based on the config_id specified in
526
- # CreateTransferConfigRequest along with project_id and region. If config_id is
527
- # not provided, usually a uuid, even though it is not guaranteed or required,
528
- # will be generated for config_id.
527
+ # The resource name of the transfer config. Transfer config names have the form `
528
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
529
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
530
+ # The name is ignored when creating a transfer config.
529
531
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
530
532
  # @param [String] authorization_code
531
533
  # Optional OAuth2 authorization code to use with this transfer configuration. If
@@ -992,12 +994,10 @@ module Google
992
994
  # Updates a data transfer configuration. All fields must be set, even if they
993
995
  # are not updated.
994
996
  # @param [String] name
995
- # The resource name of the transfer config. Transfer config names have the form
996
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
997
- # name is automatically generated based on the config_id specified in
998
- # CreateTransferConfigRequest along with project_id and region. If config_id is
999
- # not provided, usually a uuid, even though it is not guaranteed or required,
1000
- # will be generated for config_id.
997
+ # The resource name of the transfer config. Transfer config names have the form `
998
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
999
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
1000
+ # The name is ignored when creating a transfer config.
1001
1001
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1002
1002
  # @param [String] authorization_code
1003
1003
  # Optional OAuth2 authorization code to use with this transfer configuration. If
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.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.6.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.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for BigQuery Data Transfer API V1