Skip to content

Commit 39e0909

Browse files
1 parent cb5e0a5 commit 39e0909

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsTransferResources.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public function get($name, $optParams = [])
5353
*
5454
* @param string $parent Required. Name of transfer configuration for which
5555
* transfer resources should be retrieved. The name should be in one of the
56-
* following form: * `projects/{project_id}/transferConfigs/{config_id}` *
57-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
56+
* following forms: * `projects/{project}/transferConfigs/{transfer_config}` * `
57+
* projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
5858
* @param array $optParams Optional parameters.
5959
*
6060
* @opt_param string filter Optional. Filter for the transfer resources.
@@ -65,7 +65,7 @@ public function get($name, $optParams = [])
6565
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied
6666
* using the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
6767
* latest_status_detail.state="SUCCEEDED")` * `update_time >=
68-
* "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table =
68+
* "2012-04-21T11:30:00-04:00"` * `hierarchy_detail.partition_detail.table =
6969
* "table1"`
7070
* @opt_param int pageSize Optional. The maximum number of transfer resources to
7171
* return. The maximum value is 1000; values above 1000 will be coerced to 1000.

src/BigQueryDataTransfer/Resource/ProjectsTransferConfigsTransferResources.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public function get($name, $optParams = [])
5353
*
5454
* @param string $parent Required. Name of transfer configuration for which
5555
* transfer resources should be retrieved. The name should be in one of the
56-
* following form: * `projects/{project_id}/transferConfigs/{config_id}` *
57-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
56+
* following forms: * `projects/{project}/transferConfigs/{transfer_config}` * `
57+
* projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
5858
* @param array $optParams Optional parameters.
5959
*
6060
* @opt_param string filter Optional. Filter for the transfer resources.
@@ -65,7 +65,7 @@ public function get($name, $optParams = [])
6565
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied
6666
* using the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
6767
* latest_status_detail.state="SUCCEEDED")` * `update_time >=
68-
* "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table =
68+
* "2012-04-21T11:30:00-04:00"` * `hierarchy_detail.partition_detail.table =
6969
* "table1"`
7070
* @opt_param int pageSize Optional. The maximum number of transfer resources to
7171
* return. The maximum value is 1000; values above 1000 will be coerced to 1000.

src/BigQueryDataTransfer/TransferRunBrief.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
class TransferRunBrief extends \Google\Model
2121
{
2222
/**
23-
* Optional. Run URI. Format
24-
* projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}
23+
* Optional. Run URI. The format must be: `projects/{project}/locations/{locat
24+
* ion}/transferConfigs/{transfer_config}/run/{run}`
2525
*
2626
* @var string
2727
*/
@@ -34,8 +34,8 @@ class TransferRunBrief extends \Google\Model
3434
public $startTime;
3535

3636
/**
37-
* Optional. Run URI. Format
38-
* projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}
37+
* Optional. Run URI. The format must be: `projects/{project}/locations/{locat
38+
* ion}/transferConfigs/{transfer_config}/run/{run}`
3939
*
4040
* @param string $run
4141
*/

0 commit comments

Comments
 (0)