google-apis-bigquerydatatransfer_v1 0.15.0 → 0.16.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: 33ad4f0882e98d07b3a8cf0dc9d9b9a73e00966a32bbd51bc32e913e405e32e8
4
- data.tar.gz: aa9ed2bbc924b3658a87998f35fbeeaa65690713c12e692aefe88a91e459bfe0
3
+ metadata.gz: 6963ef20fa1620f90fc46fce12d16e13be0ad1b1559c4d6cfb065ad149a15429
4
+ data.tar.gz: 58d2c0f1f24ed4f0de31af97833e83fe79e5bd656607dc033221b354e7b59a86
5
5
  SHA512:
6
- metadata.gz: 3da5c517665a7e924b72de34f4419779e0809250175892aaac838f5f5edee6c1e52ca3ff9aa7fefacb66aaf4ac4d55d7b594dfea11b834d54edd6ff380ef3109
7
- data.tar.gz: df5557480ffa5ffab80122308486e201d7298f5204b6674e459bf4687f31d02d1dc81587549ef9218c9deb0b373b949d0d6aa9ace9224a1bf73bd3ebb1631e42
6
+ metadata.gz: 84024a0d30dea8dde7487aad834b3945cd3d126167f85fab9aecba17abdbe7d0784c3eb12f766cec1b58a10db2ad3c2687e182d08ff2086c6da8a8c439ab3c88
7
+ data.tar.gz: bc35c8be943851aed7a8d0b32e763bf7d616a8da757fbbdde0281632f2460d314afe220d81c3fc805c50a837fe62604e20199acac08d320a8635ca4e01abb19d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.16.0 (2022-01-07)
4
+
5
+ * Regenerated from discovery document revision 20211230
6
+ * Unspecified changes
7
+
3
8
  ### v0.15.0 (2021-12-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20211125
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/bigquerydatatransfer_v1"
51
51
  client = Google::Apis::BigquerydatatransferV1::BigQueryDataTransferService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -59,8 +59,7 @@ module Google
59
59
  end
60
60
  end
61
61
 
62
- # Represents data source metadata. Metadata is sufficient to render UI and
63
- # request proper OAuth tokens.
62
+ # Defines the properties and custom parameters for a data source.
64
63
  class DataSource
65
64
  include Google::Apis::Core::Hashable
66
65
 
@@ -194,11 +193,7 @@ module Google
194
193
  end
195
194
  end
196
195
 
197
- # Represents a data source parameter with validation rules, so that parameters
198
- # can be rendered in the UI. These parameters are given to us by supported data
199
- # sources, and include all needed information for rendering and validation. Thus,
200
- # whoever uses this api can decide to generate either generic ui, or custom
201
- # data source specific forms.
196
+ # A parameter used to define custom fields in a data source definition.
202
197
  class DataSourceParameter
203
198
  include Google::Apis::Core::Hashable
204
199
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.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 = "20211125"
25
+ REVISION = "20211230"
26
26
  end
27
27
  end
28
28
  end
@@ -89,10 +89,7 @@ module Google
89
89
  end
90
90
 
91
91
  # Returns true if valid credentials exist for the given data source and
92
- # requesting user. Some data sources doesn't support service account, so we need
93
- # to talk to them on behalf of the end user. This API just checks whether we
94
- # have OAuth token for the particular user, which is a pre-requisite before user
95
- # can create a transfer config.
92
+ # requesting user.
96
93
  # @param [String] name
97
94
  # Required. The data source in the form: `projects/`project_id`/dataSources/`
98
95
  # data_source_id`` or `projects/`project_id`/locations/`location_id`/dataSources/
@@ -127,8 +124,7 @@ module Google
127
124
  execute_or_queue_command(command, &block)
128
125
  end
129
126
 
130
- # Retrieves a supported data source and returns its settings, which can be used
131
- # for UI rendering.
127
+ # Retrieves a supported data source and returns its settings.
132
128
  # @param [String] name
133
129
  # Required. The field will contain name of the resource requested, for example: `
134
130
  # projects/`project_id`/dataSources/`data_source_id`` or `projects/`project_id`/
@@ -160,8 +156,7 @@ module Google
160
156
  execute_or_queue_command(command, &block)
161
157
  end
162
158
 
163
- # Lists supported data sources and returns their settings, which can be used for
164
- # UI rendering.
159
+ # Lists supported data sources and returns their settings.
165
160
  # @param [String] parent
166
161
  # Required. The BigQuery project id for which data sources should be returned.
167
162
  # Must be in the form: `projects/`project_id`` or `projects/`project_id`/
@@ -314,10 +309,7 @@ module Google
314
309
  end
315
310
 
316
311
  # Returns true if valid credentials exist for the given data source and
317
- # requesting user. Some data sources doesn't support service account, so we need
318
- # to talk to them on behalf of the end user. This API just checks whether we
319
- # have OAuth token for the particular user, which is a pre-requisite before user
320
- # can create a transfer config.
312
+ # requesting user.
321
313
  # @param [String] name
322
314
  # Required. The data source in the form: `projects/`project_id`/dataSources/`
323
315
  # data_source_id`` or `projects/`project_id`/locations/`location_id`/dataSources/
@@ -352,8 +344,7 @@ module Google
352
344
  execute_or_queue_command(command, &block)
353
345
  end
354
346
 
355
- # Retrieves a supported data source and returns its settings, which can be used
356
- # for UI rendering.
347
+ # Retrieves a supported data source and returns its settings.
357
348
  # @param [String] name
358
349
  # Required. The field will contain name of the resource requested, for example: `
359
350
  # projects/`project_id`/dataSources/`data_source_id`` or `projects/`project_id`/
@@ -385,8 +376,7 @@ module Google
385
376
  execute_or_queue_command(command, &block)
386
377
  end
387
378
 
388
- # Lists supported data sources and returns their settings, which can be used for
389
- # UI rendering.
379
+ # Lists supported data sources and returns their settings.
390
380
  # @param [String] parent
391
381
  # Required. The BigQuery project id for which data sources should be returned.
392
382
  # Must be in the form: `projects/`project_id`` or `projects/`project_id`/
@@ -805,7 +795,7 @@ module Google
805
795
  execute_or_queue_command(command, &block)
806
796
  end
807
797
 
808
- # Returns information about running and completed jobs.
798
+ # Returns information about running and completed transfer runs.
809
799
  # @param [String] parent
810
800
  # Required. Name of transfer configuration for which transfer runs should be
811
801
  # retrieved. Format of transfer configuration resource name is: `projects/`
@@ -853,7 +843,7 @@ module Google
853
843
  execute_or_queue_command(command, &block)
854
844
  end
855
845
 
856
- # Returns user facing log messages for the data transfer run.
846
+ # Returns log messages for the transfer run.
857
847
  # @param [String] parent
858
848
  # Required. Transfer run name in the form: `projects/`project_id`/
859
849
  # transferConfigs/`config_id`/runs/`run_id`` or `projects/`project_id`/locations/
@@ -1276,7 +1266,7 @@ module Google
1276
1266
  execute_or_queue_command(command, &block)
1277
1267
  end
1278
1268
 
1279
- # Returns information about running and completed jobs.
1269
+ # Returns information about running and completed transfer runs.
1280
1270
  # @param [String] parent
1281
1271
  # Required. Name of transfer configuration for which transfer runs should be
1282
1272
  # retrieved. Format of transfer configuration resource name is: `projects/`
@@ -1324,7 +1314,7 @@ module Google
1324
1314
  execute_or_queue_command(command, &block)
1325
1315
  end
1326
1316
 
1327
- # Returns user facing log messages for the data transfer run.
1317
+ # Returns log messages for the transfer run.
1328
1318
  # @param [String] parent
1329
1319
  # Required. Transfer run name in the form: `projects/`project_id`/
1330
1320
  # transferConfigs/`config_id`/runs/`run_id`` or `projects/`project_id`/locations/
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.15.0
4
+ version: 0.16.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.16.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1