Class ChangelogsConnection (2.31.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 >

virtual ListLocations(google::cloud::location::ListLocationsRequest)

Parameter
Name Description
request google::cloud::location::ListLocationsRequest
Returns
Type Description
StreamRange< google::cloud::location::Location >

virtual GetLocation(google::cloud::location::GetLocationRequest const &)

Parameter
Name Description
request google::cloud::location::GetLocationRequest const &
Returns
Type Description
StatusOr< google::cloud::location::Location >

virtual ListOperations(google::longrunning::ListOperationsRequest)

Parameter
Name Description
request google::longrunning::ListOperationsRequest
Returns
Type Description
StreamRange< google::longrunning::Operation >

virtual GetOperation(google::longrunning::GetOperationRequest const &)

Parameter
Name Description
request google::longrunning::GetOperationRequest const &
Returns
Type Description
StatusOr< google::longrunning::Operation >

virtual CancelOperation(google::longrunning::CancelOperationRequest const &)

Parameter
Name Description
request google::longrunning::CancelOperationRequest const &
Returns
Type Description
Status