diff --git a/src/V1beta1/Client/ErrorGroupServiceClient.php b/src/V1beta1/Client/ErrorGroupServiceClient.php index a9e0db5..6ee8bf2 100644 --- a/src/V1beta1/Client/ErrorGroupServiceClient.php +++ b/src/V1beta1/Client/ErrorGroupServiceClient.php @@ -219,7 +219,7 @@ public function __call($method, $args) /** * Get the specified group. * - * The async variant is {@see ErrorGroupServiceGapicClient::getGroupAsync()} . + * The async variant is {@see ErrorGroupServiceClient::getGroupAsync()} . * * @example samples/V1beta1/ErrorGroupServiceClient/get_group.php * @@ -248,7 +248,7 @@ public function getGroup(GetGroupRequest $request, array $callOptions = []): Err * Replace the data for the specified group. * Fails if the group does not exist. * - * The async variant is {@see ErrorGroupServiceGapicClient::updateGroupAsync()} . + * The async variant is {@see ErrorGroupServiceClient::updateGroupAsync()} . * * @example samples/V1beta1/ErrorGroupServiceClient/update_group.php * diff --git a/src/V1beta1/Client/ErrorStatsServiceClient.php b/src/V1beta1/Client/ErrorStatsServiceClient.php index 93cbf8e..19d0fca 100644 --- a/src/V1beta1/Client/ErrorStatsServiceClient.php +++ b/src/V1beta1/Client/ErrorStatsServiceClient.php @@ -221,7 +221,7 @@ public function __call($method, $args) /** * Deletes all error events of a given project. * - * The async variant is {@see ErrorStatsServiceGapicClient::deleteEventsAsync()} . + * The async variant is {@see ErrorStatsServiceClient::deleteEventsAsync()} . * * @example samples/V1beta1/ErrorStatsServiceClient/delete_events.php * @@ -249,7 +249,7 @@ public function deleteEvents(DeleteEventsRequest $request, array $callOptions = /** * Lists the specified events. * - * The async variant is {@see ErrorStatsServiceGapicClient::listEventsAsync()} . + * The async variant is {@see ErrorStatsServiceClient::listEventsAsync()} . * * @example samples/V1beta1/ErrorStatsServiceClient/list_events.php * @@ -277,8 +277,7 @@ public function listEvents(ListEventsRequest $request, array $callOptions = []): /** * Lists the specified groups. * - * The async variant is {@see ErrorStatsServiceGapicClient::listGroupStatsAsync()} - * . + * The async variant is {@see ErrorStatsServiceClient::listGroupStatsAsync()} . * * @example samples/V1beta1/ErrorStatsServiceClient/list_group_stats.php * diff --git a/src/V1beta1/Client/ReportErrorsServiceClient.php b/src/V1beta1/Client/ReportErrorsServiceClient.php index 272c4f7..b11e45d 100644 --- a/src/V1beta1/Client/ReportErrorsServiceClient.php +++ b/src/V1beta1/Client/ReportErrorsServiceClient.php @@ -228,8 +228,7 @@ public function __call($method, $args) * in regional log buckets or logs routed to other Google Cloud projects. * * - * The async variant is - * {@see ReportErrorsServiceGapicClient::reportErrorEventAsync()} . + * The async variant is {@see ReportErrorsServiceClient::reportErrorEventAsync()} . * * @example samples/V1beta1/ReportErrorsServiceClient/report_error_event.php *