public static final class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder extends GeneratedMessageV3.Builder<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder> implements Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder
   
   Represents a row in a table.
 Protobuf type 
 google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllCells(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> values)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addAllCells(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> values)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell>
  | 
      
    
  
  
  
  addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  addCellsBuilder()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addCellsBuilder()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  addCellsBuilder(int index)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addCellsBuilder(int index)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow build()
   
  
  
  buildPartial()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow buildPartial()
   
  
  
  clear()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clear()
   
  
  Overrides
  
  
  clearCells()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearCells()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clone()
   
  
  Overrides
  
  
  getCells(int index)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell getCells(int index)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getCellsBuilder(int index)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder getCellsBuilder(int index)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getCellsBuilderList()
  
    public List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder> getCellsBuilderList()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  getCellsCount()
  
    public int getCellsCount()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getCellsList()
  
    public List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> getCellsList()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  getCellsOrBuilder(int index)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder getCellsOrBuilder(int index)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getCellsOrBuilderList()
  
    public List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> getCellsOrBuilderList()
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> | 
         | 
      
    
  
  
  getDefaultInstanceForType()
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)
   
  
  
  
  
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeCells(int index)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder removeCells(int index)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
   
   A table row is a list of table cells.
 
 repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
 
 
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides