Send feedback
  
   
 
  
    
      Class DataChangeRecord.Mod (6.98.1)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 6.98.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  DataChangeRecord . Mod   extends   GeneratedMessageV3   implements   DataChangeRecord . ModOrBuilder  
   
   Describes the changes that were made.
 Protobuf type google.spanner.executor.v1.DataChangeRecord.Mod
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  KEYS_FIELD_NUMBER 
  
    
public   static   final   int   KEYS_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  NEW_VALUES_FIELD_NUMBER 
  
    
public   static   final   int   NEW_VALUES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  OLD_VALUES_FIELD_NUMBER 
  
    
public   static   final   int   OLD_VALUES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   DataChangeRecord . Mod   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   DataChangeRecord . Mod . Builder   newBuilder ()  
   
  
   
  newBuilder(DataChangeRecord.Mod prototype) 
  
    
public   static   DataChangeRecord . Mod . Builder   newBuilder ( DataChangeRecord . Mod   prototype )  
   
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   DataChangeRecord . Mod   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DataChangeRecord . Mod   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<DataChangeRecord . Mod >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   DataChangeRecord . Mod   getDefaultInstanceForType ()  
   
  
   
  getKeys() 
  
   The primary key values in JSON.
 string keys = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The keys.
 
       
     
  
   
  getKeysBytes() 
  
    
public   ByteString   getKeysBytes ()  
   
   The primary key values in JSON.
 string keys = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for keys.
 
       
     
  
   
  getNewValues() 
  
    
public   String   getNewValues ()  
   
   The new values of the changed columns in JSON. Only contain the non-key
 columns.
 string new_values = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The newValues.
 
       
     
  
   
  getNewValuesBytes() 
  
    
public   ByteString   getNewValuesBytes ()  
   
   The new values of the changed columns in JSON. Only contain the non-key
 columns.
 string new_values = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for newValues.
 
       
     
  
   
  getOldValues() 
  
    
public   String   getOldValues ()  
   
   The old values of the changed columns in JSON. Only contain the non-key
 columns.
 string old_values = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The oldValues.
 
       
     
  
   
  getOldValuesBytes() 
  
    
public   ByteString   getOldValuesBytes ()  
   
   The old values of the changed columns in JSON. Only contain the non-key
 columns.
 string old_values = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for oldValues.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<DataChangeRecord . Mod >  getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   DataChangeRecord . Mod . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   DataChangeRecord . Mod . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   DataChangeRecord . Mod . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["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-10-30 UTC."],[],[]]