Google Cloud Error Reporting v1beta1 API - Class ErrorStatsService (3.0.0-beta05)

public static class ErrorStatsService

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API 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(ErrorStatsServiceBase)

public static ServerServiceDefinition BindService(ErrorStatsService.ErrorStatsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl ErrorStatsServiceErrorStatsServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl ErrorStatsServiceErrorStatsServiceBase

An object implementing the server-side handling logic.