Skip to content

Commit 0fc4c0b

Browse files
yoshi-automationjdpedrie
authored andcommitted
docs: Update documentation. (googleapis#2040)
1 parent d067236 commit 0fc4c0b

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ public function listDataSources($parent, array $optionalArgs = [])
551551
* Optional version info. If users want to find a very recent access token,
552552
* that is, immediately after approving access, users have to set the
553553
* version_info claim in the token request. To obtain the version_info, users
554-
* must use the none+gsession response type. which be return a
554+
* must use the "none+gsession" response type. which be return a
555555
* version_info back in the authorization response which be be put in a JWT
556556
* claim in the token request.
557557
* @type RetrySettings|array $retrySettings
@@ -635,7 +635,7 @@ public function createTransferConfig($parent, $transferConfig, array $optionalAr
635635
* Optional version info. If users want to find a very recent access token,
636636
* that is, immediately after approving access, users have to set the
637637
* version_info claim in the token request. To obtain the version_info, users
638-
* must use the none+gsession response type. which be return a
638+
* must use the "none+gsession" response type. which be return a
639639
* version_info back in the authorization response which be be put in a JWT
640640
* claim in the token request.
641641
* @type RetrySettings|array $retrySettings

BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BigQueryDataTransfer/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-07T09:58:33.652714Z",
2+
"updateTime": "2019-06-12T09:58:39.103355Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.23.1",
8-
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
7+
"version": "0.24.1",
8+
"dockerImage": "googleapis/artman@sha256:6018498e15310260dc9b03c9d576608908ed9fbabe42e1494ff3d827fea27b19"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "15fdbe57306e3a56069af5e2595e9b1bb33b6123",
16-
"internalRef": "251960694"
15+
"sha": "f117dac435e96ebe58d85280a3faf2350c4d4219",
16+
"internalRef": "252714985"
1717
}
1818
}
1919
],

BigQueryDataTransfer/tests/System/V1/DataTransferServiceSmokeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function listDataSourcesTest()
4242
}
4343

4444
$dataTransferServiceClient = new DataTransferServiceClient();
45-
$formattedParent = $dataTransferServiceClient->projectName($projectId);
45+
$formattedParent = $dataTransferServiceClient->locationName($projectId, 'us-central1');
4646
$dataTransferServiceClient->listDataSources($formattedParent);
4747
}
4848
}

0 commit comments

Comments
 (0)