The DeploymentsConnection
object for DeploymentsClient
.
More...
#include <google/cloud/dialogflow_cx/deployments_connection.h>
The DeploymentsConnection
object for DeploymentsClient
.
This interface defines virtual methods for each of the user-facing overload sets in DeploymentsClient
. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DeploymentsClient
.
To create a concrete instance, see MakeDeploymentsConnection()
.
For mocking, see dialogflow_cx_mocks::MockDeploymentsConnection
.
◆ ~DeploymentsConnection()
virtual google::cloud::dialogflow_cx::DeploymentsConnection::~DeploymentsConnection |
( |
| ) |
|
|
pure virtual |
◆ GetDeployment()
virtual StatusOr< google::cloud::dialogflow::cx::v3::Deployment > google::cloud::dialogflow_cx::DeploymentsConnection::GetDeployment |
( |
google::cloud::dialogflow::cx::v3::GetDeploymentRequest const & |
request | ) |
|
|
virtual |
◆ ListDeployments()
virtual StreamRange< google::cloud::dialogflow::cx::v3::Deployment > google::cloud::dialogflow_cx::DeploymentsConnection::ListDeployments |
( |
google::cloud::dialogflow::cx::v3::ListDeploymentsRequest |
request | ) |
|
|
virtual |
◆ options()
virtual Options google::cloud::dialogflow_cx::DeploymentsConnection::options |
( |
| ) |
|
|
inlinevirtual |