Creates a spanner::Row with spanner::Values created from the given arguments and with auto-generated column names.
This overload accepts a variadic list of arguments that will be used to create the spanner::Values in the row. The column names will be implicitly generated, the first column being "0", the second "1", and so on, corresponding to the argument's position.
This function is intended for application developers who are mocking the results of a Client::ExecuteQuery call.
[[["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\u003eThe latest version of the Cloud Spanner C++ client API mocks is 2.37.0-rc, with numerous previous versions available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation details classes like \u003ccode\u003eMockConnection\u003c/code\u003e, \u003ccode\u003eMockDatabaseAdminConnection\u003c/code\u003e, and \u003ccode\u003eMockInstanceAdminConnection\u003c/code\u003e used to simulate Cloud Spanner C++ client APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMockResultSetSource\u003c/code\u003e class allows users to mock the outcome of \u003ccode\u003eExecuteQuery()\u003c/code\u003e or \u003ccode\u003eRead()\u003c/code\u003e operations in Cloud Spanner.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMakeRow\u003c/code\u003e function provides two overloads to create \u003ccode\u003espanner::Row\u003c/code\u003e objects, either with user-specified column names and \u003ccode\u003espanner::Value\u003c/code\u003e pairs, or with auto-generated column names and variadic \u003ccode\u003espanner::Value\u003c/code\u003e arguments.\u003c/p\u003e\n"],["\u003cp\u003eThe document shows how to define classes and use functions to mock the Cloud Spanner C++ client APIs.\u003c/p\u003e\n"]]],[],null,[]]