Class ExportServiceConnection (2.23.0-rc)

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

To create a concrete instance, see MakeExportServiceConnection().

For mocking, see profiler_v2_mocks::MockExportServiceConnection.

Functions

virtual options()

Returns
TypeDescription
Options

virtual ListProfiles(google::devtools::cloudprofiler::v2::ListProfilesRequest)

Parameter
NameDescription
request google::devtools::cloudprofiler::v2::ListProfilesRequest
Returns
TypeDescription
StreamRange< google::devtools::cloudprofiler::v2::Profile >