Class Changelogs.ChangelogsBase (1.12.0)

[BindServiceMethod(typeof(Changelogs), "BindService")]
public abstract class ChangelogsBase

Base class for server-side implementations of Changelogs

Inheritance

Object > Changelogs.ChangelogsBase

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.