Class ErrorGroupService (2.0.0-beta05)

public static class ErrorGroupService

Service for retrieving and updating individual error groups.

Inheritance

Object > ErrorGroupService

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Methods

BindService(ErrorGroupService.ErrorGroupServiceBase)

public static ServerServiceDefinition BindService(ErrorGroupService.ErrorGroupServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplErrorGroupService.ErrorGroupServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, ErrorGroupService.ErrorGroupServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, ErrorGroupService.ErrorGroupServiceBase 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.

serviceImplErrorGroupService.ErrorGroupServiceBase

An object implementing the server-side handling logic.