Class ChangelogsConnection (2.20.0)

This interface defines virtual methods for each of the user-facing overload sets in ChangelogsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ChangelogsClient.

To create a concrete instance, see MakeChangelogsConnection().

For mocking, see dialogflow_cx_mocks::MockChangelogsConnection.

Functions

virtual options()

Returns
Type Description
Options

virtual ListChangelogs(google::cloud::dialogflow::cx::v3::ListChangelogsRequest)

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::ListChangelogsRequest
Returns
Type Description
StreamRange< google::cloud::dialogflow::cx::v3::Changelog >

virtual GetChangelog(google::cloud::dialogflow::cx::v3::GetChangelogRequest const &)

Parameter
Name Description
request google::cloud::dialogflow::cx::v3::GetChangelogRequest const &
Returns
Type Description
StatusOr< google::cloud::dialogflow::cx::v3::Changelog >