Skip to content

Commit 5a6c71e

Browse files
chore(bazel): update gapic-generator-php v1.6.7 (#5922)
PiperOrigin-RevId: 515149688 Source-Link: googleapis/googleapis@b0251f4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/fa1bb764a34f44b5e74e6cd6d1af3f3d14011625 Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiZmExYmI3NjRhMzRmNDRiNWU3NGU2Y2Q2ZDFhZjNmM2QxNDAxMTYyNSJ9 feat: added support for custom content types docs: clarified wording around quota usage PiperOrigin-RevId: 513681148 Source-Link: googleapis/googleapis@3b8869b Source-Link: https://github.com/googleapis/googleapis-gen/commit/c1c7570b315ff2cc965c17a3c9a834b2af18ae0c Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiYzFjNzU3MGIzMTVmZjJjYzk2NWMxN2EzYzlhODM0YjJhZjE4YWUwYyJ9
1 parent 2ac69c4 commit 5a6c71e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata/V2/ConversationProfile.php

130 Bytes
Binary file not shown.

tests/Unit/V2/AgentsClientTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function getAgentTest()
265265
$description = 'description-1724546052';
266266
$avatarUri = 'avatarUri-402824826';
267267
$enableLogging = false;
268-
$classificationThreshold = 1.11581064E8;
268+
$classificationThreshold = 10917768;
269269
$expectedResponse = new Agent();
270270
$expectedResponse->setParent($parent2);
271271
$expectedResponse->setDisplayName($displayName);
@@ -699,7 +699,7 @@ public function setAgentTest()
699699
$description = 'description-1724546052';
700700
$avatarUri = 'avatarUri-402824826';
701701
$enableLogging = false;
702-
$classificationThreshold = 1.11581064E8;
702+
$classificationThreshold = 10917768;
703703
$expectedResponse = new Agent();
704704
$expectedResponse->setParent($parent);
705705
$expectedResponse->setDisplayName($displayName);

0 commit comments

Comments
 (0)