Application developers may want to test their code with simulated responses, including errors, from an object of type DatasetServiceClient. To do so, construct an object of type DatasetServiceClient 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eMockDatasetServiceConnection\u003c/code\u003e class, which is designed to facilitate testing of applications interacting with \u003ccode\u003eDatasetServiceClient\u003c/code\u003e by providing simulated responses.\u003c/p\u003e\n"],["\u003cp\u003eThe class utilizes \u003ccode\u003egMock\u003c/code\u003e to implement its functions, allowing developers to program the behavior of the mock in their tests via the \u003ccode\u003eMOCK_METHOD()\u003c/code\u003e functionality, and you can find more information on how to use it via their documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMockDatasetServiceConnection\u003c/code\u003e class provides virtual methods for various dataset operations, including getting, inserting, patching, updating, deleting, listing, and undeleting datasets, enabling comprehensive testing scenarios.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of the \u003ccode\u003eMockDatasetServiceConnection\u003c/code\u003e class available, ranging from version 2.27.0 up to the latest release candidate 2.37.0-rc, allowing users to select the version that aligns with their specific requirements.\u003c/p\u003e\n"],["\u003cp\u003eAn example illustrating the testing of an application with \u003ccode\u003eGoogleTest\u003c/code\u003e is provided, and while the example focuses on BigQuery library types, the principles discussed are applicable to any \u003ccode\u003e*Client\u003c/code\u003e and \u003ccode\u003e*Connection\u003c/code\u003e pair.\u003c/p\u003e\n"]]],[],null,["# Class MockDatasetServiceConnection (2.29.0)\n\nVersion 2.29.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/bigquerycontrol/latest/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.41.0](/cpp/docs/reference/bigquerycontrol/2.41.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.40.0](/cpp/docs/reference/bigquerycontrol/2.40.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.39.0](/cpp/docs/reference/bigquerycontrol/2.39.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.38.0](/cpp/docs/reference/bigquerycontrol/2.38.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.37.0](/cpp/docs/reference/bigquerycontrol/2.37.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.36.0](/cpp/docs/reference/bigquerycontrol/2.36.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.35.0](/cpp/docs/reference/bigquerycontrol/2.35.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.34.0](/cpp/docs/reference/bigquerycontrol/2.34.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.33.0](/cpp/docs/reference/bigquerycontrol/2.33.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.32.0](/cpp/docs/reference/bigquerycontrol/2.32.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.31.0](/cpp/docs/reference/bigquerycontrol/2.31.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.30.0](/cpp/docs/reference/bigquerycontrol/2.30.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.29.0](/cpp/docs/reference/bigquerycontrol/2.29.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.28.0](/cpp/docs/reference/bigquerycontrol/2.28.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection)\n- [2.27.0](/cpp/docs/reference/bigquerycontrol/2.27.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockDatasetServiceConnection) \nA class to mock `DatasetServiceConnection`. \nApplication developers may want to test their code with simulated responses, including errors, from an object of type `DatasetServiceClient`. To do so, construct an object of type `DatasetServiceClient` with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.\n\n###### See Also\n\n[This example](https://cloud.google.com/cpp/docs/reference/bigquery/latest/bigquery-read-mock) 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`.\n\nFunctions\n---------\n\n### virtual options()\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual GetDataset(google::cloud::bigquery::v2::GetDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual InsertDataset(google::cloud::bigquery::v2::InsertDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual PatchDataset(google::cloud::bigquery::v2::UpdateOrPatchDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual UpdateDataset(google::cloud::bigquery::v2::UpdateOrPatchDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual DeleteDataset(google::cloud::bigquery::v2::DeleteDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual ListDatasets(google::cloud::bigquery::v2::ListDatasetsRequest)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests.\n\n### virtual UndeleteDataset(google::cloud::bigquery::v2::UndeleteDatasetRequest const \\&)\n\nThis function is implemented using [gMock](https://google.github.io/googletest)'s `MOCK_METHOD()`.\nConsult the gMock documentation to use this mock in your tests."]]