[BindServiceMethod(typeof(ErrorGroupService), "BindService")]
public abstract class ErrorGroupServiceBaseBase class for server-side implementations of ErrorGroupService
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Methods
GetGroup(GetGroupRequest, ServerCallContext)
public virtual Task<ErrorGroup> GetGroup(GetGroupRequest request, ServerCallContext context)Get the specified group.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
UpdateGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ErrorGroup> |
The response to send back to the client (wrapped by a task). |