[BindServiceMethod(typeof(Changelogs), "BindService")]
public abstract class ChangelogsBase
Base class for server-side implementations of Changelogs
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
GetChangelog(GetChangelogRequest, ServerCallContext)
public virtual Task<Changelog> GetChangelog(GetChangelogRequest request, ServerCallContext context)
Retrieves the specified Changelog.
Parameters | |
---|---|
Name | Description |
request | GetChangelogRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Changelog> | The response to send back to the client (wrapped by a task). |
ListChangelogs(ListChangelogsRequest, ServerCallContext)
public virtual Task<ListChangelogsResponse> ListChangelogs(ListChangelogsRequest request, ServerCallContext context)
Returns the list of Changelogs.
Parameters | |
---|---|
Name | Description |
request | ListChangelogsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListChangelogsResponse> | The response to send back to the client (wrapped by a task). |