[BindServiceMethod(typeof(FeedService), "BindService")]
public abstract class FeedService.FeedServiceBaseReference documentation and code samples for the Google Cloud Support v2beta API class FeedService.FeedServiceBase.
Base class for server-side implementations of FeedService
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Methods
ShowFeed(ShowFeedRequest, ServerCallContext)
public virtual Task<ShowFeedResponse> ShowFeed(ShowFeedRequest request, ServerCallContext context)Show items in the feed of this case, including case emails, attachments, and comments.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowFeedRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskShowFeedResponse |
The response to send back to the client (wrapped by a task). |