Skip to content

Commit 9fcad49

Browse files
committed
Added AgentHeaderDescriptor to GRPC functions
1 parent cf5ba5d commit 9fcad49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

language/api/src/analyze_entity_sentiment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
use Google\Cloud\Language\V1beta2\Document;
2929
use Google\Cloud\Language\V1beta2\Document_Type;
3030
use Google\Cloud\Language\V1beta2\EncodingType;
31+
use Google\GAX\AgentHeaderDescriptor;
3132

3233
/**
3334
* Find the entities in text.

language/api/src/analyze_entity_sentiment_from_file.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
use Google\Cloud\Language\V1beta2\Document;
2929
use Google\Cloud\Language\V1beta2\Document_Type;
3030
use Google\Cloud\Language\V1beta2\EncodingType;
31+
use Google\GAX\AgentHeaderDescriptor;
3132

3233
/**
3334
* Find the entities in text.

0 commit comments

Comments
 (0)