google-apis-bigquerydatatransfer_v1 0.39.0 → 0.41.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: 59709a5a0f12f0686737894930ddcdf79e09ba235cb18be008af270adf917194
4
- data.tar.gz: b74cf47c76d64a0b3024632e109997fef68a7e6390c650fb5dd5d45c13273bc3
3
+ metadata.gz: 4a2a15234210f4da0c4bd937a53df4df7c97edd9058d38a07964328148b9b4bd
4
+ data.tar.gz: 6757ab1fa848352d6162f231702ef0663da6127f239e23b18003d6651f74abda
5
5
  SHA512:
6
- metadata.gz: 172e08539b0905df62691bd6670382a91fd8f6a7534d6ba1914991bd1b949cef0f318e56888a86f413e76113d6c9cb50408d29c5abc4f954e5b46acda80ded98
7
- data.tar.gz: ec974dd6a8155a744a59f3cbd24860717619b5e5432ca7ad39c5cd774a6c900ffd392e3e6d542a93ffacfec0746f09abb506b7db1ba69fce6007c5b6be174296
6
+ metadata.gz: 17f6cc19ec6b3c49a4291a629fe49a93817753c559bcafa42fee2caf691f82228e16ac46c3865da59b42499b6375747a808453757ad761cf014220a92873625c
7
+ data.tar.gz: d42076cab94ab56de56273ed3045a48832323b209b2c9988e1a2944a8fc27f5d08c2cd7a1d6509b4ad235daa8eaedca881b572ebfa640ac58f97b11b9371141e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.41.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240512
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.40.0 (2024-03-31)
9
+
10
+ * Regenerated from discovery document revision 20240323
11
+
3
12
  ### v0.39.0 (2024-02-24)
4
13
 
5
14
  * Regenerated using generator version 0.14.0
@@ -828,11 +828,11 @@ module Google
828
828
  # @return [Google::Apis::BigquerydatatransferV1::EncryptionConfiguration]
829
829
  attr_accessor :encryption_configuration
830
830
 
831
- # The resource name of the transfer config. Transfer config names have the form
832
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
833
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
834
- # usually a UUID, even though it is not guaranteed or required. The name is
835
- # ignored when creating a transfer config.
831
+ # Identifier. The resource name of the transfer config. Transfer config names
832
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
833
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
834
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
835
+ # The name is ignored when creating a transfer config.
836
836
  # Corresponds to the JSON property `name`
837
837
  # @return [String]
838
838
  attr_accessor :name
@@ -988,9 +988,9 @@ module Google
988
988
  # @return [Google::Apis::BigquerydatatransferV1::Status]
989
989
  attr_accessor :error_status
990
990
 
991
- # The resource name of the transfer run. Transfer run names have the form `
992
- # projects/`project_id`/locations/`location`/transferConfigs/`config_id`/runs/`
993
- # run_id``. The name is ignored when creating a transfer run.
991
+ # Identifier. The resource name of the transfer run. Transfer run names have the
992
+ # form `projects/`project_id`/locations/`location`/transferConfigs/`config_id`/
993
+ # runs/`run_id``. The name is ignored when creating a transfer run.
994
994
  # Corresponds to the JSON property `name`
995
995
  # @return [String]
996
996
  attr_accessor :name
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240202"
25
+ REVISION = "20240512"
26
26
  end
27
27
  end
28
28
  end
@@ -60,7 +60,7 @@ module Google
60
60
  # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
61
61
  # working-with-transfers).
62
62
  # @param [String] name
63
- # The name of the project resource in the form: `projects/`project_id``
63
+ # Required. The name of the project resource in the form: `projects/`project_id``
64
64
  # @param [Google::Apis::BigquerydatatransferV1::EnrollDataSourcesRequest] enroll_data_sources_request_object
65
65
  # @param [String] fields
66
66
  # Selector specifying which fields to include in a partial response.
@@ -208,7 +208,7 @@ module Google
208
208
  # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
209
209
  # working-with-transfers).
210
210
  # @param [String] name
211
- # The name of the project resource in the form: `projects/`project_id``
211
+ # Required. The name of the project resource in the form: `projects/`project_id``
212
212
  # @param [Google::Apis::BigquerydatatransferV1::EnrollDataSourcesRequest] enroll_data_sources_request_object
213
213
  # @param [String] fields
214
214
  # Selector specifying which fields to include in a partial response.
@@ -318,7 +318,7 @@ module Google
318
318
  # /console.cloud.google.com/bigquery). Data transfers configurations of
319
319
  # unenrolled data sources will not be scheduled.
320
320
  # @param [String] name
321
- # The name of the project resource in the form: `projects/`project_id``
321
+ # Required. The name of the project resource in the form: `projects/`project_id``
322
322
  # @param [Google::Apis::BigquerydatatransferV1::UnenrollDataSourcesRequest] unenroll_data_sources_request_object
323
323
  # @param [String] fields
324
324
  # Selector specifying which fields to include in a partial response.
@@ -469,9 +469,9 @@ module Google
469
469
  # Optional OAuth2 authorization code to use with this transfer configuration.
470
470
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
471
471
  # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
472
- # obtain authorization_code, make a request to the following URL: https://www.
473
- # gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
474
- # 0:oob&response_type=authorization_code&client_id=client_id&scope=
472
+ # obtain authorization_code, make a request to the following URL: https://
473
+ # bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
474
+ # oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
475
475
  # data_source_scopes * The client_id is the OAuth client_id of the a data source
476
476
  # as returned by ListDataSources method. * data_source_scopes are the scopes
477
477
  # returned by ListDataSources method. Note that this should not be set when `
@@ -488,7 +488,7 @@ module Google
488
488
  # Optional version info. This is required only if `transferConfig.dataSourceId`
489
489
  # is not 'youtube_channel' and new credentials are needed, as indicated by `
490
490
  # CheckValidCreds`. In order to obtain version info, make a request to the
491
- # following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
491
+ # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
492
492
  # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
493
493
  # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
494
494
  # the a data source as returned by ListDataSources method. * data_source_scopes
@@ -639,19 +639,19 @@ module Google
639
639
  # Updates a data transfer configuration. All fields must be set, even if they
640
640
  # are not updated.
641
641
  # @param [String] name
642
- # The resource name of the transfer config. Transfer config names have the form
643
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
644
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
645
- # usually a UUID, even though it is not guaranteed or required. The name is
646
- # ignored when creating a transfer config.
642
+ # Identifier. The resource name of the transfer config. Transfer config names
643
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
644
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
645
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
646
+ # The name is ignored when creating a transfer config.
647
647
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
648
648
  # @param [String] authorization_code
649
649
  # Optional OAuth2 authorization code to use with this transfer configuration.
650
650
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
651
651
  # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
652
- # obtain authorization_code, make a request to the following URL: https://www.
653
- # gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
654
- # 0:oob&response_type=authorization_code&client_id=client_id&scope=
652
+ # obtain authorization_code, make a request to the following URL: https://
653
+ # bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
654
+ # oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
655
655
  # data_source_scopes * The client_id is the OAuth client_id of the a data source
656
656
  # as returned by ListDataSources method. * data_source_scopes are the scopes
657
657
  # returned by ListDataSources method. Note that this should not be set when `
@@ -670,7 +670,7 @@ module Google
670
670
  # Optional version info. This is required only if `transferConfig.dataSourceId`
671
671
  # is not 'youtube_channel' and new credentials are needed, as indicated by `
672
672
  # CheckValidCreds`. In order to obtain version info, make a request to the
673
- # following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
673
+ # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
674
674
  # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
675
675
  # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
676
676
  # the a data source as returned by ListDataSources method. * data_source_scopes
@@ -752,7 +752,7 @@ module Google
752
752
  # run_time is between start_time (inclusive) and end_time (exclusive), or for a
753
753
  # specific run_time.
754
754
  # @param [String] parent
755
- # Transfer configuration name in the form: `projects/`project_id`/
755
+ # Required. Transfer configuration name in the form: `projects/`project_id`/
756
756
  # transferConfigs/`config_id`` or `projects/`project_id`/locations/`location_id`/
757
757
  # transferConfigs/`config_id``.
758
758
  # @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
@@ -953,9 +953,9 @@ module Google
953
953
  # Optional OAuth2 authorization code to use with this transfer configuration.
954
954
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
955
955
  # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
956
- # obtain authorization_code, make a request to the following URL: https://www.
957
- # gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
958
- # 0:oob&response_type=authorization_code&client_id=client_id&scope=
956
+ # obtain authorization_code, make a request to the following URL: https://
957
+ # bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
958
+ # oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
959
959
  # data_source_scopes * The client_id is the OAuth client_id of the a data source
960
960
  # as returned by ListDataSources method. * data_source_scopes are the scopes
961
961
  # returned by ListDataSources method. Note that this should not be set when `
@@ -972,7 +972,7 @@ module Google
972
972
  # Optional version info. This is required only if `transferConfig.dataSourceId`
973
973
  # is not 'youtube_channel' and new credentials are needed, as indicated by `
974
974
  # CheckValidCreds`. In order to obtain version info, make a request to the
975
- # following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
975
+ # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
976
976
  # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
977
977
  # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
978
978
  # the a data source as returned by ListDataSources method. * data_source_scopes
@@ -1123,19 +1123,19 @@ module Google
1123
1123
  # Updates a data transfer configuration. All fields must be set, even if they
1124
1124
  # are not updated.
1125
1125
  # @param [String] name
1126
- # The resource name of the transfer config. Transfer config names have the form
1127
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
1128
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
1129
- # usually a UUID, even though it is not guaranteed or required. The name is
1130
- # ignored when creating a transfer config.
1126
+ # Identifier. The resource name of the transfer config. Transfer config names
1127
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
1128
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
1129
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
1130
+ # The name is ignored when creating a transfer config.
1131
1131
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1132
1132
  # @param [String] authorization_code
1133
1133
  # Optional OAuth2 authorization code to use with this transfer configuration.
1134
1134
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
1135
1135
  # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
1136
- # obtain authorization_code, make a request to the following URL: https://www.
1137
- # gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
1138
- # 0:oob&response_type=authorization_code&client_id=client_id&scope=
1136
+ # obtain authorization_code, make a request to the following URL: https://
1137
+ # bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
1138
+ # oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
1139
1139
  # data_source_scopes * The client_id is the OAuth client_id of the a data source
1140
1140
  # as returned by ListDataSources method. * data_source_scopes are the scopes
1141
1141
  # returned by ListDataSources method. Note that this should not be set when `
@@ -1154,7 +1154,7 @@ module Google
1154
1154
  # Optional version info. This is required only if `transferConfig.dataSourceId`
1155
1155
  # is not 'youtube_channel' and new credentials are needed, as indicated by `
1156
1156
  # CheckValidCreds`. In order to obtain version info, make a request to the
1157
- # following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
1157
+ # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
1158
1158
  # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
1159
1159
  # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
1160
1160
  # the a data source as returned by ListDataSources method. * data_source_scopes
@@ -1236,7 +1236,7 @@ module Google
1236
1236
  # run_time is between start_time (inclusive) and end_time (exclusive), or for a
1237
1237
  # specific run_time.
1238
1238
  # @param [String] parent
1239
- # Transfer configuration name in the form: `projects/`project_id`/
1239
+ # Required. Transfer configuration name in the form: `projects/`project_id`/
1240
1240
  # transferConfigs/`config_id`` or `projects/`project_id`/locations/`location_id`/
1241
1241
  # transferConfigs/`config_id``.
1242
1242
  # @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
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.39.0
4
+ version: 0.41.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.41.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: []