google-apis-bigquerydatatransfer_v1 0.15.0 → 0.18.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: 00a4347244d74f9f17a3bc3a0251168ef63235e6142dcbcf4b440c20567fe808
4
+ data.tar.gz: 2a000aa44cedb7c09e15cfda9975988cba227226a8b7b718b0bac57a39762144
5
5
  SHA512:
6
- metadata.gz: 3da5c517665a7e924b72de34f4419779e0809250175892aaac838f5f5edee6c1e52ca3ff9aa7fefacb66aaf4ac4d55d7b594dfea11b834d54edd6ff380ef3109
7
- data.tar.gz: df5557480ffa5ffab80122308486e201d7298f5204b6674e459bf4687f31d02d1dc81587549ef9218c9deb0b373b949d0d6aa9ace9224a1bf73bd3ebb1631e42
6
+ metadata.gz: 4ba747e3375d1a04d9e50b3a1518a714375753ed5ae986ee34b2c37ff7bb2e553f03751383324cc8ae5410bff0c1fbbbcc2f66d51d6b8b512192262c58e04077
7
+ data.tar.gz: 19dfdf170fc3fbd45a319e82cc7eddcae72da839e8267a092f16f89ba25413528e2aef9f4dbc68aca7bd6b2bf011ae3433afef1267a652572991f89a84a72f42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.18.0 (2022-03-03)
4
+
5
+ * Regenerated from discovery document revision 20220225
6
+
7
+ ### v0.17.0 (2022-01-20)
8
+
9
+ * Regenerated from discovery document revision 20220116
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.16.0 (2022-01-07)
13
+
14
+ * Regenerated from discovery document revision 20211230
15
+ * Unspecified changes
16
+
3
17
  ### v0.15.0 (2021-12-04)
4
18
 
5
19
  * 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.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
25
+ REVISION = "20220225"
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,12 +156,11 @@ 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`/
168
- # locations/`location_id`
163
+ # locations/`location_id``
169
164
  # @param [Fixnum] page_size
170
165
  # Page size. The default page size is the maximum value of 1000 results.
171
166
  # @param [String] page_token
@@ -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,12 +376,11 @@ 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`/
393
- # locations/`location_id`
383
+ # locations/`location_id``
394
384
  # @param [Fixnum] page_size
395
385
  # Page size. The default page size is the maximum value of 1000 results.
396
386
  # @param [String] page_token
@@ -436,27 +426,33 @@ module Google
436
426
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
437
427
  # @param [String] authorization_code
438
428
  # Optional OAuth2 authorization code to use with this transfer configuration.
439
- # This is required if new credentials are needed, as indicated by `
440
- # CheckValidCreds`. In order to obtain authorization_code, please make a request
441
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
442
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
443
- # the given data source returned by ListDataSources method. * data_source_scopes
444
- # are the scopes returned by ListDataSources method. * redirect_uri is an
445
- # optional parameter. If not specified, then authorization code is posted to the
446
- # opener of authorization flow window. Otherwise it will be sent to the redirect
447
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
448
- # code should be returned in the title bar of the browser, with the page text
449
- # prompting the user to copy the code and paste it in the application.
429
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
430
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
431
+ # obtain authorization_code, please make a request to https://www.gstatic.com/
432
+ # bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
433
+ # oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
434
+ # client_id of BigQuery DTS API for the given data source returned by
435
+ # ListDataSources method. * data_source_scopes are the scopes returned by
436
+ # ListDataSources method. Note that this should not be set when `
437
+ # service_account_name` is used to create the transfer config.
450
438
  # @param [String] service_account_name
451
439
  # Optional service account name. If this field is set, transfer config will be
452
- # created with this service account credentials. It requires that requesting
453
- # user calling this API has permissions to act as this service account.
440
+ # created with this service account credential. It requires that requesting user
441
+ # calling this API has permissions to act as this service account. Note that not
442
+ # all data sources support service account credentials when creating transfer
443
+ # config. Please refer to this public guide for the latest list of data sources
444
+ # with service account support: https://cloud.google.com/bigquery-transfer/docs/
445
+ # use-service-accounts
454
446
  # @param [String] version_info
455
- # Optional version info. If users want to find a very recent access token, that
456
- # is, immediately after approving access, users have to set the version_info
457
- # claim in the token request. To obtain the version_info, users must use the "
458
- # none+gsession" response type. which be return a version_info back in the
459
- # authorization response which be be put in a JWT claim in the token request.
447
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
448
+ # is anything else but 'youtube_channel' and new credentials are needed, as
449
+ # indicated by `CheckValidCreds`. In order to obtain version info, please make a
450
+ # request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
451
+ # scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
452
+ # client_id should be OAuth client_id of BigQuery DTS API for the given data
453
+ # source returned by ListDataSources method. * data_source_scopes are the scopes
454
+ # returned by ListDataSources method. Note that this should not be set when `
455
+ # service_account_name` is used to create the transfer config.
460
456
  # @param [String] fields
461
457
  # Selector specifying which fields to include in a partial response.
462
458
  # @param [String] quota_user
@@ -557,8 +553,9 @@ module Google
557
553
  # Returns information about all transfer configs owned by a project in the
558
554
  # specified location.
559
555
  # @param [String] parent
560
- # Required. The BigQuery project id for which data sources should be returned: `
561
- # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
556
+ # Required. The BigQuery project id for which transfer configs should be
557
+ # returned: `projects/`project_id`` or `projects/`project_id`/locations/`
558
+ # location_id``
562
559
  # @param [Array<String>, String] data_source_ids
563
560
  # When specified, only configurations of requested data sources are returned.
564
561
  # @param [Fixnum] page_size
@@ -607,31 +604,37 @@ module Google
607
604
  # The name is ignored when creating a transfer config.
608
605
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
609
606
  # @param [String] authorization_code
610
- # Optional OAuth2 authorization code to use with this transfer configuration. If
611
- # it is provided, the transfer configuration will be associated with the
612
- # authorizing user. In order to obtain authorization_code, please make a request
613
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
614
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
615
- # the given data source returned by ListDataSources method. * data_source_scopes
616
- # are the scopes returned by ListDataSources method. * redirect_uri is an
617
- # optional parameter. If not specified, then authorization code is posted to the
618
- # opener of authorization flow window. Otherwise it will be sent to the redirect
619
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
620
- # code should be returned in the title bar of the browser, with the page text
621
- # prompting the user to copy the code and paste it in the application.
607
+ # Optional OAuth2 authorization code to use with this transfer configuration.
608
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
609
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
610
+ # obtain authorization_code, please make a request to https://www.gstatic.com/
611
+ # bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
612
+ # oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
613
+ # client_id of BigQuery DTS API for the given data source returned by
614
+ # ListDataSources method. * data_source_scopes are the scopes returned by
615
+ # ListDataSources method. Note that this should not be set when `
616
+ # service_account_name` is used to create the transfer config.
622
617
  # @param [String] service_account_name
623
618
  # Optional service account name. If this field is set and "service_account_name"
624
- # is set in update_mask, transfer config will be updated to use this service
625
- # account credentials. It requires that requesting user calling this API has
626
- # permissions to act as this service account.
619
+ # is set in update_mask, transfer config will be created with this service
620
+ # account credential. It requires that requesting user calling this API has
621
+ # permissions to act as this service account. Note that not all data sources
622
+ # support service account credentials when creating transfer config. Please
623
+ # refer to this public guide for the latest list of data sources with service
624
+ # account support: https://cloud.google.com/bigquery-transfer/docs/use-service-
625
+ # accounts
627
626
  # @param [String] update_mask
628
627
  # Required. Required list of fields to be updated in this request.
629
628
  # @param [String] version_info
630
- # Optional version info. If users want to find a very recent access token, that
631
- # is, immediately after approving access, users have to set the version_info
632
- # claim in the token request. To obtain the version_info, users must use the "
633
- # none+gsession" response type. which be return a version_info back in the
634
- # authorization response which be be put in a JWT claim in the token request.
629
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
630
+ # is anything else but 'youtube_channel' and new credentials are needed, as
631
+ # indicated by `CheckValidCreds`. In order to obtain version info, please make a
632
+ # request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
633
+ # scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
634
+ # client_id should be OAuth client_id of BigQuery DTS API for the given data
635
+ # source returned by ListDataSources method. * data_source_scopes are the scopes
636
+ # returned by ListDataSources method. Note that this should not be set when `
637
+ # service_account_name` is used to create the transfer config.
635
638
  # @param [String] fields
636
639
  # Selector specifying which fields to include in a partial response.
637
640
  # @param [String] quota_user
@@ -805,7 +808,7 @@ module Google
805
808
  execute_or_queue_command(command, &block)
806
809
  end
807
810
 
808
- # Returns information about running and completed jobs.
811
+ # Returns information about running and completed transfer runs.
809
812
  # @param [String] parent
810
813
  # Required. Name of transfer configuration for which transfer runs should be
811
814
  # retrieved. Format of transfer configuration resource name is: `projects/`
@@ -853,7 +856,7 @@ module Google
853
856
  execute_or_queue_command(command, &block)
854
857
  end
855
858
 
856
- # Returns user facing log messages for the data transfer run.
859
+ # Returns log messages for the transfer run.
857
860
  # @param [String] parent
858
861
  # Required. Transfer run name in the form: `projects/`project_id`/
859
862
  # transferConfigs/`config_id`/runs/`run_id`` or `projects/`project_id`/locations/
@@ -907,27 +910,33 @@ module Google
907
910
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
908
911
  # @param [String] authorization_code
909
912
  # Optional OAuth2 authorization code to use with this transfer configuration.
910
- # This is required if new credentials are needed, as indicated by `
911
- # CheckValidCreds`. In order to obtain authorization_code, please make a request
912
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
913
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
914
- # the given data source returned by ListDataSources method. * data_source_scopes
915
- # are the scopes returned by ListDataSources method. * redirect_uri is an
916
- # optional parameter. If not specified, then authorization code is posted to the
917
- # opener of authorization flow window. Otherwise it will be sent to the redirect
918
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
919
- # code should be returned in the title bar of the browser, with the page text
920
- # prompting the user to copy the code and paste it in the application.
913
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
914
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
915
+ # obtain authorization_code, please make a request to https://www.gstatic.com/
916
+ # bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
917
+ # oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
918
+ # client_id of BigQuery DTS API for the given data source returned by
919
+ # ListDataSources method. * data_source_scopes are the scopes returned by
920
+ # ListDataSources method. Note that this should not be set when `
921
+ # service_account_name` is used to create the transfer config.
921
922
  # @param [String] service_account_name
922
923
  # Optional service account name. If this field is set, transfer config will be
923
- # created with this service account credentials. It requires that requesting
924
- # user calling this API has permissions to act as this service account.
924
+ # created with this service account credential. It requires that requesting user
925
+ # calling this API has permissions to act as this service account. Note that not
926
+ # all data sources support service account credentials when creating transfer
927
+ # config. Please refer to this public guide for the latest list of data sources
928
+ # with service account support: https://cloud.google.com/bigquery-transfer/docs/
929
+ # use-service-accounts
925
930
  # @param [String] version_info
926
- # Optional version info. If users want to find a very recent access token, that
927
- # is, immediately after approving access, users have to set the version_info
928
- # claim in the token request. To obtain the version_info, users must use the "
929
- # none+gsession" response type. which be return a version_info back in the
930
- # authorization response which be be put in a JWT claim in the token request.
931
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
932
+ # is anything else but 'youtube_channel' and new credentials are needed, as
933
+ # indicated by `CheckValidCreds`. In order to obtain version info, please make a
934
+ # request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
935
+ # scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
936
+ # client_id should be OAuth client_id of BigQuery DTS API for the given data
937
+ # source returned by ListDataSources method. * data_source_scopes are the scopes
938
+ # returned by ListDataSources method. Note that this should not be set when `
939
+ # service_account_name` is used to create the transfer config.
931
940
  # @param [String] fields
932
941
  # Selector specifying which fields to include in a partial response.
933
942
  # @param [String] quota_user
@@ -1028,8 +1037,9 @@ module Google
1028
1037
  # Returns information about all transfer configs owned by a project in the
1029
1038
  # specified location.
1030
1039
  # @param [String] parent
1031
- # Required. The BigQuery project id for which data sources should be returned: `
1032
- # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
1040
+ # Required. The BigQuery project id for which transfer configs should be
1041
+ # returned: `projects/`project_id`` or `projects/`project_id`/locations/`
1042
+ # location_id``
1033
1043
  # @param [Array<String>, String] data_source_ids
1034
1044
  # When specified, only configurations of requested data sources are returned.
1035
1045
  # @param [Fixnum] page_size
@@ -1078,31 +1088,37 @@ module Google
1078
1088
  # The name is ignored when creating a transfer config.
1079
1089
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1080
1090
  # @param [String] authorization_code
1081
- # Optional OAuth2 authorization code to use with this transfer configuration. If
1082
- # it is provided, the transfer configuration will be associated with the
1083
- # authorizing user. In order to obtain authorization_code, please make a request
1084
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
1085
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
1086
- # the given data source returned by ListDataSources method. * data_source_scopes
1087
- # are the scopes returned by ListDataSources method. * redirect_uri is an
1088
- # optional parameter. If not specified, then authorization code is posted to the
1089
- # opener of authorization flow window. Otherwise it will be sent to the redirect
1090
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
1091
- # code should be returned in the title bar of the browser, with the page text
1092
- # prompting the user to copy the code and paste it in the application.
1091
+ # Optional OAuth2 authorization code to use with this transfer configuration.
1092
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
1093
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
1094
+ # obtain authorization_code, please make a request to https://www.gstatic.com/
1095
+ # bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
1096
+ # oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
1097
+ # client_id of BigQuery DTS API for the given data source returned by
1098
+ # ListDataSources method. * data_source_scopes are the scopes returned by
1099
+ # ListDataSources method. Note that this should not be set when `
1100
+ # service_account_name` is used to create the transfer config.
1093
1101
  # @param [String] service_account_name
1094
1102
  # Optional service account name. If this field is set and "service_account_name"
1095
- # is set in update_mask, transfer config will be updated to use this service
1096
- # account credentials. It requires that requesting user calling this API has
1097
- # permissions to act as this service account.
1103
+ # is set in update_mask, transfer config will be created with this service
1104
+ # account credential. It requires that requesting user calling this API has
1105
+ # permissions to act as this service account. Note that not all data sources
1106
+ # support service account credentials when creating transfer config. Please
1107
+ # refer to this public guide for the latest list of data sources with service
1108
+ # account support: https://cloud.google.com/bigquery-transfer/docs/use-service-
1109
+ # accounts
1098
1110
  # @param [String] update_mask
1099
1111
  # Required. Required list of fields to be updated in this request.
1100
1112
  # @param [String] version_info
1101
- # Optional version info. If users want to find a very recent access token, that
1102
- # is, immediately after approving access, users have to set the version_info
1103
- # claim in the token request. To obtain the version_info, users must use the "
1104
- # none+gsession" response type. which be return a version_info back in the
1105
- # authorization response which be be put in a JWT claim in the token request.
1113
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
1114
+ # is anything else but 'youtube_channel' and new credentials are needed, as
1115
+ # indicated by `CheckValidCreds`. In order to obtain version info, please make a
1116
+ # request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
1117
+ # scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
1118
+ # client_id should be OAuth client_id of BigQuery DTS API for the given data
1119
+ # source returned by ListDataSources method. * data_source_scopes are the scopes
1120
+ # returned by ListDataSources method. Note that this should not be set when `
1121
+ # service_account_name` is used to create the transfer config.
1106
1122
  # @param [String] fields
1107
1123
  # Selector specifying which fields to include in a partial response.
1108
1124
  # @param [String] quota_user
@@ -1276,7 +1292,7 @@ module Google
1276
1292
  execute_or_queue_command(command, &block)
1277
1293
  end
1278
1294
 
1279
- # Returns information about running and completed jobs.
1295
+ # Returns information about running and completed transfer runs.
1280
1296
  # @param [String] parent
1281
1297
  # Required. Name of transfer configuration for which transfer runs should be
1282
1298
  # retrieved. Format of transfer configuration resource name is: `projects/`
@@ -1324,7 +1340,7 @@ module Google
1324
1340
  execute_or_queue_command(command, &block)
1325
1341
  end
1326
1342
 
1327
- # Returns user facing log messages for the data transfer run.
1343
+ # Returns log messages for the transfer run.
1328
1344
  # @param [String] parent
1329
1345
  # Required. Transfer run name in the form: `projects/`project_id`/
1330
1346
  # 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.18.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-03-07 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.18.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.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1