The PipelineServiceConnection object for PipelineServiceClient.
This interface defines virtual methods for each of the user-facing overload sets in PipelineServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type PipelineServiceClient.
To create a concrete instance, see MakePipelineServiceConnection().
For mocking, see contentwarehouse_v1_mocks::MockPipelineServiceConnection.
Functions
virtual options()
| Returns | |
|---|---|
| Type | Description |
Options |
|
virtual RunPipeline(google::cloud::contentwarehouse::v1::RunPipelineRequest const &)
| Parameter | |
|---|---|
| Name | Description |
request |
google::cloud::contentwarehouse::v1::RunPipelineRequest const &
|
| Returns | |
|---|---|
| Type | Description |
future< StatusOr< google::cloud::contentwarehouse::v1::RunPipelineResponse > > |
|