Send feedback
  
   
 
  
    
      Class MutationAction.InsertArgs (6.86.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 6.86.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  MutationAction . InsertArgs   extends   GeneratedMessageV3   implements   MutationAction . InsertArgsOrBuilder  
   
   Arguments to Insert, InsertOrUpdate, and Replace operations.
 Protobuf type google.spanner.executor.v1.MutationAction.InsertArgs
 
  
  
  
    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
   
  COLUMN_FIELD_NUMBER 
  
    
public   static   final   int   COLUMN_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  TYPE_FIELD_NUMBER 
  
    
public   static   final   int   TYPE_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  VALUES_FIELD_NUMBER 
  
    
public   static   final   int   VALUES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   MutationAction . InsertArgs   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   MutationAction . InsertArgs . Builder   newBuilder ()  
   
  
   
  newBuilder(MutationAction.InsertArgs prototype) 
  
    
public   static   MutationAction . InsertArgs . Builder   newBuilder ( MutationAction . InsertArgs   prototype )  
   
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   MutationAction . InsertArgs   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MutationAction . InsertArgs   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<MutationAction . InsertArgs >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getColumn(int index) 
  
    
public   String   getColumn ( int   index )  
   
   The names of the columns to be written.
 repeated string column = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the element to return.
 
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The column at the given index.
 
       
     
  
   
  getColumnBytes(int index) 
  
    
public   ByteString   getColumnBytes ( int   index )  
   
   The names of the columns to be written.
 repeated string column = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the value to return.
 
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes of the column at the given index.
 
       
     
  
   
  getColumnCount() 
  
    
public   int   getColumnCount ()  
   
   The names of the columns to be written.
 repeated string column = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The count of column.
 
       
     
  
   
  getColumnList() 
  
    
public   ProtocolStringList   getColumnList ()  
   
   The names of the columns to be written.
 repeated string column = 1;
 
  
   
  getDefaultInstanceForType() 
  
    
public   MutationAction . InsertArgs   getDefaultInstanceForType ()  
   
  
   
  getParserForType() 
  
    
public   Parser<MutationAction . InsertArgs >  getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  getType(int index) 
  
    
public   Type   getType ( int   index )  
   
   Type information for the "values" entries below.
 repeated .google.spanner.v1.Type type = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Type  
         
       
     
  
   
  getTypeCount() 
  
    
public   int   getTypeCount ()  
   
   Type information for the "values" entries below.
 repeated .google.spanner.v1.Type type = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getTypeList() 
  
    
public   List<Type>   getTypeList ()  
   
   Type information for the "values" entries below.
 repeated .google.spanner.v1.Type type = 2;
 
  
   
  getTypeOrBuilder(int index) 
  
    
public   TypeOrBuilder   getTypeOrBuilder ( int   index )  
   
   Type information for the "values" entries below.
 repeated .google.spanner.v1.Type type = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getTypeOrBuilderList() 
  
    
public   List <?   extends   TypeOrBuilder >  getTypeOrBuilderList ()  
   
   Type information for the "values" entries below.
 repeated .google.spanner.v1.Type type = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        List <? extends com.google.spanner.v1.TypeOrBuilder > 
         
       
     
  
   
  getValues(int index) 
  
    
public   ValueList   getValues ( int   index )  
   
   The values to be written.
 repeated .google.spanner.executor.v1.ValueList values = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getValuesCount() 
  
    
public   int   getValuesCount ()  
   
   The values to be written.
 repeated .google.spanner.executor.v1.ValueList values = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getValuesList() 
  
    
public   List<ValueList>   getValuesList ()  
   
   The values to be written.
 repeated .google.spanner.executor.v1.ValueList values = 3;
 
  
   
  getValuesOrBuilder(int index) 
  
    
public   ValueListOrBuilder   getValuesOrBuilder ( int   index )  
   
   The values to be written.
 repeated .google.spanner.executor.v1.ValueList values = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getValuesOrBuilderList() 
  
    
public   List <?   extends   ValueListOrBuilder >  getValuesOrBuilderList ()  
   
   The values to be written.
 repeated .google.spanner.executor.v1.ValueList values = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        List <? extends com.google.spanner.executor.v1.ValueListOrBuilder > 
         
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   MutationAction . InsertArgs . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   MutationAction . InsertArgs . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   MutationAction . InsertArgs . 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."],[],[]]