google-apis-bigquerydatatransfer_v1 0.53.0 → 0.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bdb6fbbc14b3e49727f0ac62b14eb7fab7d1c02ff1627681bf9558db522d18e
|
|
4
|
+
data.tar.gz: 99998dbeab40e2b6ace042257a02fdfc1e11cd6aff177e3a5105eeb45e030575
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 672eeb3b347deb78387b5a8bcf70b1dd8971e84fb966e32406bf3283dfc627039872e890467602b012881c2c2d3888683609b39697f5ae14b4c927f2dbbd1370
|
|
7
|
+
data.tar.gz: da29828b5d030f6787db959f7bd694fa06ddc6122874a3534437dbd43ccfe163b89b4707f1765f191f08bc60a34a6c7cc2712cfa47b94a8db0567326e0af457b
|
data/CHANGELOG.md
CHANGED
|
@@ -1370,11 +1370,6 @@ module Google
|
|
|
1370
1370
|
# @return [Google::Apis::BigquerydatatransferV1::Status]
|
|
1371
1371
|
attr_accessor :error_status
|
|
1372
1372
|
|
|
1373
|
-
# The metadata destination of the transfer config.
|
|
1374
|
-
# Corresponds to the JSON property `metadataDestination`
|
|
1375
|
-
# @return [Google::Apis::BigquerydatatransferV1::MetadataDestination]
|
|
1376
|
-
attr_accessor :metadata_destination
|
|
1377
|
-
|
|
1378
1373
|
# Identifier. The resource name of the transfer run. Transfer run names have the
|
|
1379
1374
|
# form `projects/`project_id`/locations/`location`/transferConfigs/`config_id`/
|
|
1380
1375
|
# runs/`run_id``. The name is ignored when creating a transfer run.
|
|
@@ -1448,7 +1443,6 @@ module Google
|
|
|
1448
1443
|
@email_preferences = args[:email_preferences] if args.key?(:email_preferences)
|
|
1449
1444
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1450
1445
|
@error_status = args[:error_status] if args.key?(:error_status)
|
|
1451
|
-
@metadata_destination = args[:metadata_destination] if args.key?(:metadata_destination)
|
|
1452
1446
|
@name = args[:name] if args.key?(:name)
|
|
1453
1447
|
@notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
|
|
1454
1448
|
@params = args[:params] if args.key?(: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.
|
|
19
|
+
GEM_VERSION = "0.54.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260703"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -638,8 +638,6 @@ module Google
|
|
|
638
638
|
property :end_time, as: 'endTime'
|
|
639
639
|
property :error_status, as: 'errorStatus', class: Google::Apis::BigquerydatatransferV1::Status, decorator: Google::Apis::BigquerydatatransferV1::Status::Representation
|
|
640
640
|
|
|
641
|
-
property :metadata_destination, as: 'metadataDestination', class: Google::Apis::BigquerydatatransferV1::MetadataDestination, decorator: Google::Apis::BigquerydatatransferV1::MetadataDestination::Representation
|
|
642
|
-
|
|
643
641
|
property :name, as: 'name'
|
|
644
642
|
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
|
645
643
|
hash :params, as: 'params'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigquerydatatransfer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.54.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|