ErrorStatsServiceGrpcClient
class ErrorStatsServiceGrpcClient extends BaseStub
An API for retrieving and managing error statistics as well as data for individual events.
Methods
__construct(string $hostname, array $opts, Channel $channel = null)
No description
ListGroupStats(ListGroupStatsRequest $argument, array $metadata = [], array $options = [])
Lists the specified groups.
ListEvents(ListEventsRequest $argument, array $metadata = [], array $options = [])
Lists the specified events.
DeleteEvents(DeleteEventsRequest $argument, array $metadata = [], array $options = [])
Deletes all error events of a given project.
Details
at line 32
__construct(string $hostname, array $opts, Channel $channel = null)
at line 42
ListGroupStats(ListGroupStatsRequest $argument, array $metadata = [], array $options = [])
Lists the specified groups.
at line 56
ListEvents(ListEventsRequest $argument, array $metadata = [], array $options = [])
Lists the specified events.
at line 70
DeleteEvents(DeleteEventsRequest $argument, array $metadata = [], array $options = [])
Deletes all error events of a given project.