Cloud Spanner V1 Client - Class ModType (2.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Spanner V1 Client class ModType.
Mod type describes the type of change Spanner applied to the data. For
example, if the client submits an INSERT_OR_UPDATE request, Spanner will
perform an insert if there is no existing row and return ModType INSERT.
Alternatively, if there is an existing row, Spanner will perform an
update and return ModType UPDATE.
Protobuf type google.spanner.v1.ChangeStreamRecord.DataChangeRecord.ModType
[[["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 2026-04-28 UTC."],[],[]]