Skip to content

Commit

Permalink
Re-generate library using Debugger/synth.py (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and dwsupplee committed Aug 28, 2018
1 parent d6880f8 commit e8fdaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/V2/Gapic/Controller2GapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ private static function getClientDefaults()
'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT,
'clientConfig' => __DIR__.'/../resources/controller2_client_config.json',
'descriptorsConfigPath' => __DIR__.'/../resources/controller2_descriptor_config.php',
'gcpApiConfigPath' => __DIR__.'/../resources/controller2_grpc_config.json',
'credentialsConfig' => [
'scopes' => self::$serviceScopes,
],
Expand Down
1 change: 1 addition & 0 deletions src/V2/Gapic/Debugger2GapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private static function getClientDefaults()
'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT,
'clientConfig' => __DIR__.'/../resources/debugger2_client_config.json',
'descriptorsConfigPath' => __DIR__.'/../resources/debugger2_descriptor_config.php',
'gcpApiConfigPath' => __DIR__.'/../resources/debugger2_grpc_config.json',
'credentialsConfig' => [
'scopes' => self::$serviceScopes,
],
Expand Down

0 comments on commit e8fdaa2

Please sign in to comment.