@@ -160,7 +160,7 @@ def get_project_data_source(name, fields: nil, quota_user: nil, options: nil, &b
160160 # @param [String] parent
161161 # Required. The BigQuery project id for which data sources should be returned.
162162 # Must be in the form: `projects/`project_id`` or `projects/`project_id`/
163- # locations/`location_id`
163+ # locations/`location_id``
164164 # @param [Fixnum] page_size
165165 # Page size. The default page size is the maximum value of 1000 results.
166166 # @param [String] page_token
@@ -380,7 +380,7 @@ def get_project_location_data_source(name, fields: nil, quota_user: nil, options
380380 # @param [String] parent
381381 # Required. The BigQuery project id for which data sources should be returned.
382382 # Must be in the form: `projects/`project_id`` or `projects/`project_id`/
383- # locations/`location_id`
383+ # locations/`location_id``
384384 # @param [Fixnum] page_size
385385 # Page size. The default page size is the maximum value of 1000 results.
386386 # @param [String] page_token
@@ -547,8 +547,9 @@ def get_project_location_transfer_config(name, fields: nil, quota_user: nil, opt
547547 # Returns information about all transfer configs owned by a project in the
548548 # specified location.
549549 # @param [String] parent
550- # Required. The BigQuery project id for which data sources should be returned: `
551- # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
550+ # Required. The BigQuery project id for which transfer configs should be
551+ # returned: `projects/`project_id`` or `projects/`project_id`/locations/`
552+ # location_id``
552553 # @param [Array<String>, String] data_source_ids
553554 # When specified, only configurations of requested data sources are returned.
554555 # @param [Fixnum] page_size
@@ -1018,8 +1019,9 @@ def get_project_transfer_config(name, fields: nil, quota_user: nil, options: nil
10181019 # Returns information about all transfer configs owned by a project in the
10191020 # specified location.
10201021 # @param [String] parent
1021- # Required. The BigQuery project id for which data sources should be returned: `
1022- # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
1022+ # Required. The BigQuery project id for which transfer configs should be
1023+ # returned: `projects/`project_id`` or `projects/`project_id`/locations/`
1024+ # location_id``
10231025 # @param [Array<String>, String] data_source_ids
10241026 # When specified, only configurations of requested data sources are returned.
10251027 # @param [Fixnum] page_size
0 commit comments