diff --git a/bigquery_datatransfer/google/cloud/bigquery_datatransfer_v1/proto/transfer_pb2.py b/bigquery_datatransfer/google/cloud/bigquery_datatransfer_v1/proto/transfer_pb2.py index 437774a5f201..45fcff206b51 100644 --- a/bigquery_datatransfer/google/cloud/bigquery_datatransfer_v1/proto/transfer_pb2.py +++ b/bigquery_datatransfer/google/cloud/bigquery_datatransfer_v1/proto/transfer_pb2.py @@ -943,6 +943,15 @@ created. params: Data transfer specific parameters. + For example, + params:{ + '"query": 'query_string', + 'file_format':'CSV', + 'field_delimiter':',', + 'destination_table_name_template':'example_table', + 'skip_leading_rows': "0", + 'PRIVACY_LEVEL':'PRIVATE' or 'SHARED' + } schedule: Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the