Class ErrorGroupService.ErrorGroupServiceBase (2.0.0-beta05)

[BindServiceMethod(typeof(ErrorGroupService), "BindService")]
public abstract class ErrorGroupServiceBase

Base class for server-side implementations of ErrorGroupService

Inheritance

Object > ErrorGroupService.ErrorGroupServiceBase

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Methods

GetGroup(GetGroupRequest, ServerCallContext)

public virtual Task<ErrorGroup> GetGroup(GetGroupRequest request, ServerCallContext context)

Get the specified group.

Parameters
NameDescription
requestGetGroupRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ErrorGroup>

The response to send back to the client (wrapped by a task).

UpdateGroup(UpdateGroupRequest, ServerCallContext)

public virtual Task<ErrorGroup> UpdateGroup(UpdateGroupRequest request, ServerCallContext context)

Replace the data for the specified group. Fails if the group does not exist.

Parameters
NameDescription
requestUpdateGroupRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ErrorGroup>

The response to send back to the client (wrapped by a task).