[BindServiceMethod(typeof(ErrorGroupService), "BindService")]
public abstract class ErrorGroupService.ErrorGroupServiceBase
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroupService.ErrorGroupServiceBase.
Base 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 |
GetGroupRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskErrorGroup |
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 |
UpdateGroupRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskErrorGroup |
The response to send back to the client (wrapped by a task). |