Skip to content

Commit 5db87d5

Browse files
chore: update gapic-generator to v2.8.0 (#3572)
PiperOrigin-RevId: 342906697 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Nov 17 11:27:56 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5fdb685a684269e07c10c7518372eb5d7b6bc0a9 Source-Link: googleapis/googleapis@5fdb685
1 parent f5499c4 commit 5db87d5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

BigQueryConnection/src/V1/Gapic/ConnectionServiceGapicClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private static function getClientDefaults()
119119
'descriptorsConfigPath' => __DIR__.'/../resources/connection_service_descriptor_config.php',
120120
'gcpApiConfigPath' => __DIR__.'/../resources/connection_service_grpc_config.json',
121121
'credentialsConfig' => [
122-
'scopes' => self::$serviceScopes,
122+
'defaultScopes' => self::$serviceScopes,
123123
],
124124
'transportConfig' => [
125125
'rest' => [

BigQueryConnection/synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-php.git",
7-
"sha": "763f36c76609d22de44524bf0c909cf4ce582a41"
7+
"sha": "f0b9d6152cfaec0b5b731bec5a0ae0dc01886aac"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "20b11dfe4538cd5da7b4c3dd7d2bf5b9922ff3ed",
15-
"internalRef": "338646463"
14+
"sha": "5fdb685a684269e07c10c7518372eb5d7b6bc0a9",
15+
"internalRef": "342906697"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "b7413d38b763827c72c0360f0a3d286c84656eeb"
22+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)