Skip to content

Commit 634be15

Browse files
feat: Automated regeneration of bigquerydatatransfer v1 client (#24730)
Auto-created at 2025-10-26 10:04:59 +0000 using the toys pull request generator.
1 parent 4acc391 commit 634be15

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56132,6 +56132,7 @@
5613256132
"/bigquerydatatransfer:v1/TransferConfig/emailPreferences": email_preferences
5613356133
"/bigquerydatatransfer:v1/TransferConfig/encryptionConfiguration": encryption_configuration
5613456134
"/bigquerydatatransfer:v1/TransferConfig/error": error
56135+
"/bigquerydatatransfer:v1/TransferConfig/managedTableType": managed_table_type
5613556136
"/bigquerydatatransfer:v1/TransferConfig/name": name
5613656137
"/bigquerydatatransfer:v1/TransferConfig/nextRunTime": next_run_time
5613756138
"/bigquerydatatransfer:v1/TransferConfig/notificationPubsubTopic": notification_pubsub_topic

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.48.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251020
6+
37
### v0.47.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250906

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,11 @@ class TransferConfig
956956
# @return [Google::Apis::BigquerydatatransferV1::Status]
957957
attr_accessor :error
958958

959+
# The classification of the destination table.
960+
# Corresponds to the JSON property `managedTableType`
961+
# @return [String]
962+
attr_accessor :managed_table_type
963+
959964
# Identifier. The resource name of the transfer config. Transfer config names
960965
# have the form either `projects/`project_id`/locations/`region`/transferConfigs/
961966
# `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
@@ -1046,6 +1051,7 @@ def update!(**args)
10461051
@email_preferences = args[:email_preferences] if args.key?(:email_preferences)
10471052
@encryption_configuration = args[:encryption_configuration] if args.key?(:encryption_configuration)
10481053
@error = args[:error] if args.key?(:error)
1054+
@managed_table_type = args[:managed_table_type] if args.key?(:managed_table_type)
10491055
@name = args[:name] if args.key?(:name)
10501056
@next_run_time = args[:next_run_time] if args.key?(:next_run_time)
10511057
@notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)

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.47.0"
19+
GEM_VERSION = "0.48.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
455455

456456
property :error, as: 'error', class: Google::Apis::BigquerydatatransferV1::Status, decorator: Google::Apis::BigquerydatatransferV1::Status::Representation
457457

458+
property :managed_table_type, as: 'managedTableType'
458459
property :name, as: 'name'
459460
property :next_run_time, as: 'nextRunTime'
460461
property :notification_pubsub_topic, as: 'notificationPubsubTopic'

0 commit comments

Comments
 (0)