Application developers may want to test their code with simulated responses, including errors, from an object of type ProjectServiceClient. To do so, construct an object of type ProjectServiceClient 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 webpage provides documentation for the \u003ccode\u003eMockProjectServiceConnection\u003c/code\u003e class, which is used to simulate responses, including errors, from a \u003ccode\u003eProjectServiceClient\u003c/code\u003e object in testing environments.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMockProjectServiceConnection\u003c/code\u003e class is designed to work with the Google Test framework, allowing developers to program the behavior of the mock using Google Test's functions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.37.0-rc, with older versions like 2.36.0, 2.35.0, 2.34.0, 2.33.0, 2.32.0, 2.31.0, 2.30.0, 2.29.0, 2.28.0, 2.27.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes information on how to use \u003ccode\u003eMOCK_METHOD()\u003c/code\u003e from gMock to implement functions like \u003ccode\u003eoptions()\u003c/code\u003e and \u003ccode\u003eGetServiceAccount()\u003c/code\u003e within the mock for testing purposes.\u003c/p\u003e\n"]]],[],null,["# Class MockProjectServiceConnection (2.31.0)\n\nVersion 2.31.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/bigquerycontrol/latest/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.41.0](/cpp/docs/reference/bigquerycontrol/2.41.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.40.0](/cpp/docs/reference/bigquerycontrol/2.40.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.39.0](/cpp/docs/reference/bigquerycontrol/2.39.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.38.0](/cpp/docs/reference/bigquerycontrol/2.38.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.37.0](/cpp/docs/reference/bigquerycontrol/2.37.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.36.0](/cpp/docs/reference/bigquerycontrol/2.36.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.35.0](/cpp/docs/reference/bigquerycontrol/2.35.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.34.0](/cpp/docs/reference/bigquerycontrol/2.34.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.33.0](/cpp/docs/reference/bigquerycontrol/2.33.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.32.0](/cpp/docs/reference/bigquerycontrol/2.32.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.31.0](/cpp/docs/reference/bigquerycontrol/2.31.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.30.0](/cpp/docs/reference/bigquerycontrol/2.30.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.29.0](/cpp/docs/reference/bigquerycontrol/2.29.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.28.0](/cpp/docs/reference/bigquerycontrol/2.28.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection)\n- [2.27.0](/cpp/docs/reference/bigquerycontrol/2.27.0/classgoogle_1_1cloud_1_1bigquerycontrol__v2__mocks_1_1MockProjectServiceConnection) \nA class to mock `ProjectServiceConnection`. \nApplication developers may want to test their code with simulated responses, including errors, from an object of type `ProjectServiceClient`. To do so, construct an object of type `ProjectServiceClient` 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 GetServiceAccount(google::cloud::bigquery::v2::GetServiceAccountRequest 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."]]