Class ErrorStatsService (2.0.0-beta05)

public static class ErrorStatsService

An API for retrieving and managing error statistics as well as data for individual events.

Inheritance

Object > ErrorStatsService

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Methods

BindService(ErrorStatsService.ErrorStatsServiceBase)

public static ServerServiceDefinition BindService(ErrorStatsService.ErrorStatsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplErrorStatsService.ErrorStatsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, ErrorStatsService.ErrorStatsServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, ErrorStatsService.ErrorStatsServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplErrorStatsService.ErrorStatsServiceBase

An object implementing the server-side handling logic.