Skip to content

Commit dda4b4c

Browse files
authored
fix: add SERVICE_NAME constant to bigtable client (#8019)
1 parent 70dc013 commit dda4b4c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Bigtable/src/BigtableClient.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ class BigtableClient
4545
use DetectProjectIdTrait;
4646
use ClientOptionsTrait;
4747

48+
// The name of the service. Used in debug logging.
49+
private const SERVICE_NAME = 'google.bigtable.v2.Bigtable';
50+
4851
/**
4952
* @var GapicClient
5053
*/

0 commit comments

Comments
 (0)