Class MockStoragePoolsConnection (2.23.0-rc)

A class to mock StoragePoolsConnection.

Application developers may want to test their code with simulated responses, including errors, from an object of type StoragePoolsClient. To do so, construct an object of type StoragePoolsClient 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 AggregatedListStoragePools(google::cloud::cpp::compute::storage_pools::v1::AggregatedListStoragePoolsRequest)

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

Parameter
NameDescription
request google::cloud::cpp::compute::storage_pools::v1::AggregatedListStoragePoolsRequest
Returns
TypeDescription
StreamRange< std::pair< std::string, google::cloud::cpp::compute::v1::StoragePoolsScopedList > >

virtual DeleteStoragePool(google::cloud::cpp::compute::storage_pools::v1::DeleteStoragePoolRequest 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::cloud::cpp::compute::storage_pools::v1::DeleteStoragePoolRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual GetStoragePool(google::cloud::cpp::compute::storage_pools::v1::GetStoragePoolRequest 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::cloud::cpp::compute::storage_pools::v1::GetStoragePoolRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::StoragePool >

virtual GetIamPolicy(google::cloud::cpp::compute::storage_pools::v1::GetIamPolicyRequest 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::cloud::cpp::compute::storage_pools::v1::GetIamPolicyRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::Policy >

virtual InsertStoragePool(google::cloud::cpp::compute::storage_pools::v1::InsertStoragePoolRequest 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::cloud::cpp::compute::storage_pools::v1::InsertStoragePoolRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual ListStoragePools(google::cloud::cpp::compute::storage_pools::v1::ListStoragePoolsRequest)

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

Parameter
NameDescription
request google::cloud::cpp::compute::storage_pools::v1::ListStoragePoolsRequest
Returns
TypeDescription
StreamRange< google::cloud::cpp::compute::v1::StoragePool >

virtual ListDisks(google::cloud::cpp::compute::storage_pools::v1::ListDisksRequest)

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

Parameter
NameDescription
request google::cloud::cpp::compute::storage_pools::v1::ListDisksRequest
Returns
TypeDescription
StreamRange< google::cloud::cpp::compute::v1::StoragePoolDisk >

virtual SetIamPolicy(google::cloud::cpp::compute::storage_pools::v1::SetIamPolicyRequest 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::cloud::cpp::compute::storage_pools::v1::SetIamPolicyRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::Policy >

virtual TestIamPermissions(google::cloud::cpp::compute::storage_pools::v1::TestIamPermissionsRequest 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::cloud::cpp::compute::storage_pools::v1::TestIamPermissionsRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::TestPermissionsResponse >

virtual UpdateStoragePool(google::cloud::cpp::compute::storage_pools::v1::UpdateStoragePoolRequest 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::cloud::cpp::compute::storage_pools::v1::UpdateStoragePoolRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >