Google Cloud Support v2beta API - Class FeedService.FeedServiceBase (1.0.0-beta02)

[BindServiceMethod(typeof(FeedService), "BindService")]
public abstract class FeedService.FeedServiceBase

Reference documentation and code samples for the Google Cloud Support v2beta API class FeedService.FeedServiceBase.

Base class for server-side implementations of FeedService

Inheritance

object > FeedService.FeedServiceBase

Namespace

Google.Cloud.Support.V2Beta

Assembly

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 ShowFeedRequest

The request received from the client.

context ServerCallContext

The 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).