Class MockMetricServiceConnection (2.23.0-rc)

A class to mock MetricServiceConnection.

Application developers may want to test their code with simulated responses, including errors, from an object of type MetricServiceClient. To do so, construct an object of type MetricServiceClient with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.

See Also

This example for how to test your application with GoogleTest. While the example showcases types from the BigQuery library, the underlying principles apply for any pair of *Client and *Connection.

Functions

virtual options()

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Returns
TypeDescription
Options

virtual ListMonitoredResourceDescriptors(google::monitoring::v3::ListMonitoredResourceDescriptorsRequest)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::ListMonitoredResourceDescriptorsRequest
Returns
TypeDescription
StreamRange< google::api::MonitoredResourceDescriptor >

virtual GetMonitoredResourceDescriptor(google::monitoring::v3::GetMonitoredResourceDescriptorRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::GetMonitoredResourceDescriptorRequest const &
Returns
TypeDescription
StatusOr< google::api::MonitoredResourceDescriptor >

virtual ListMetricDescriptors(google::monitoring::v3::ListMetricDescriptorsRequest)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::ListMetricDescriptorsRequest
Returns
TypeDescription
StreamRange< google::api::MetricDescriptor >

virtual GetMetricDescriptor(google::monitoring::v3::GetMetricDescriptorRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::GetMetricDescriptorRequest const &
Returns
TypeDescription
StatusOr< google::api::MetricDescriptor >

virtual CreateMetricDescriptor(google::monitoring::v3::CreateMetricDescriptorRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::CreateMetricDescriptorRequest const &
Returns
TypeDescription
StatusOr< google::api::MetricDescriptor >

virtual DeleteMetricDescriptor(google::monitoring::v3::DeleteMetricDescriptorRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::DeleteMetricDescriptorRequest const &
Returns
TypeDescription
Status

virtual ListTimeSeries(google::monitoring::v3::ListTimeSeriesRequest)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::ListTimeSeriesRequest
Returns
TypeDescription
StreamRange< google::monitoring::v3::TimeSeries >

virtual CreateTimeSeries(google::monitoring::v3::CreateTimeSeriesRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::CreateTimeSeriesRequest const &
Returns
TypeDescription
Status

virtual CreateServiceTimeSeries(google::monitoring::v3::CreateTimeSeriesRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::CreateTimeSeriesRequest const &
Returns
TypeDescription
Status

virtual AsyncCreateTimeSeries(google::monitoring::v3::CreateTimeSeriesRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::monitoring::v3::CreateTimeSeriesRequest const &
Returns
TypeDescription
future< Status >