Skip to content

Commit 0343d3c

Browse files
feat: Automated regeneration of bigquerydatatransfer v1 client (googleapis#27315)
Auto-created at 2026-07-12 11:14:29 +0000 using the toys pull request generator.
1 parent 2760838 commit 0343d3c

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigquerydatatransfer_v1
22

3+
### v0.54.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260703
6+
37
### v0.53.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260601

generated/google-apis-bigquerydatatransfer_v1/lib/google/apis/bigquerydatatransfer_v1/classes.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,11 +1370,6 @@ class TransferRun
13701370
# @return [Google::Apis::BigquerydatatransferV1::Status]
13711371
attr_accessor :error_status
13721372

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-
13781373
# Identifier. The resource name of the transfer run. Transfer run names have the
13791374
# form `projects/`project_id`/locations/`location`/transferConfigs/`config_id`/
13801375
# runs/`run_id``. The name is ignored when creating a transfer run.
@@ -1448,7 +1443,6 @@ def update!(**args)
14481443
@email_preferences = args[:email_preferences] if args.key?(:email_preferences)
14491444
@end_time = args[:end_time] if args.key?(:end_time)
14501445
@error_status = args[:error_status] if args.key?(:error_status)
1451-
@metadata_destination = args[:metadata_destination] if args.key?(:metadata_destination)
14521446
@name = args[:name] if args.key?(:name)
14531447
@notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
14541448
@params = args[:params] if args.key?(:params)

generated/google-apis-bigquerydatatransfer_v1/lib/google/apis/bigquerydatatransfer_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigquerydatatransferV1
1818
# Version of the google-apis-bigquerydatatransfer_v1 gem
19-
GEM_VERSION = "0.53.0"
19+
GEM_VERSION = "0.54.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260601"
25+
REVISION = "20260703"
2626
end
2727
end
2828
end

generated/google-apis-bigquerydatatransfer_v1/lib/google/apis/bigquerydatatransfer_v1/representations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
638638
property :end_time, as: 'endTime'
639639
property :error_status, as: 'errorStatus', class: Google::Apis::BigquerydatatransferV1::Status, decorator: Google::Apis::BigquerydatatransferV1::Status::Representation
640640

641-
property :metadata_destination, as: 'metadataDestination', class: Google::Apis::BigquerydatatransferV1::MetadataDestination, decorator: Google::Apis::BigquerydatatransferV1::MetadataDestination::Representation
642-
643641
property :name, as: 'name'
644642
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
645643
hash :params, as: 'params'

0 commit comments

Comments
 (0)