Utility that provides access to a Cloud Spanner instance to use for tests, and allows uniquely
named test databases to be created within that instance.
Creates a RemoteSpannerHelper for the given option and bound to the given instance ID.
All databases created using this will be created in the given instance.
Creates a test database defined by statements in the test instance. A CREATE
DATABASE ... statement should not be included; an appropriate name will be chosen and the
statement generated accordingly.
Creates a test database defined by statements. A CREATE DATABASE ... statement
should not be included; an appropriate name will be chosen and the statement generated
accordingly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]