[[["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 2025-03-21 UTC."],[[["This page provides documentation for the `Bytes` class within the Google Cloud Spanner C++ library, focusing on versions ranging from 2.11.0 to 2.37.0-rc."],["The `Bytes` class represents variable-length binary data in Spanner and can be constructed from or converted to sequences of octets."],["Users can create `Bytes` objects from a sequence of octets using the `Bytes(InputIt, InputIt)` constructor or from a container using the `Bytes(Container const &)` constructor, or create an empty sequence with `Bytes()`."],["The `get()` function can be used to convert a Bytes object to a sequence of octets."],["`Bytes` values can be compared for equality."]]],[]]