public static final class Document.Page.Table.TableRow.Builder extends GeneratedMessageV3.Builder<Document.Page.Table.TableRow.Builder> implements Document.Page.Table.TableRowOrBuilder
A row of table cells.
Protobuf type google.cloud.documentai.v1beta2.Document.Page.Table.TableRow
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
addAllCells(Iterable<? extends Document.Page.Table.TableCell> values)
public Document.Page.Table.TableRow.Builder addAllCells(Iterable<? extends Document.Page.Table.TableCell> values)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.documentai.v1beta2.Document.Page.Table.TableCell>
|
Returns
addCells(Document.Page.Table.TableCell value)
public Document.Page.Table.TableRow.Builder addCells(Document.Page.Table.TableCell value)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
addCells(Document.Page.Table.TableCell.Builder builderForValue)
public Document.Page.Table.TableRow.Builder addCells(Document.Page.Table.TableCell.Builder builderForValue)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
addCells(int index, Document.Page.Table.TableCell value)
public Document.Page.Table.TableRow.Builder addCells(int index, Document.Page.Table.TableCell value)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameters
Returns
addCells(int index, Document.Page.Table.TableCell.Builder builderForValue)
public Document.Page.Table.TableRow.Builder addCells(int index, Document.Page.Table.TableCell.Builder builderForValue)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameters
Returns
addCellsBuilder()
public Document.Page.Table.TableCell.Builder addCellsBuilder()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
addCellsBuilder(int index)
public Document.Page.Table.TableCell.Builder addCellsBuilder(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.Page.Table.TableRow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public Document.Page.Table.TableRow build()
Returns
buildPartial()
public Document.Page.Table.TableRow buildPartial()
Returns
clear()
public Document.Page.Table.TableRow.Builder clear()
Returns
Overrides
clearCells()
public Document.Page.Table.TableRow.Builder clearCells()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public Document.Page.Table.TableRow.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.Page.Table.TableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public Document.Page.Table.TableRow.Builder clone()
Returns
Overrides
getCells(int index)
public Document.Page.Table.TableCell getCells(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
getCellsBuilder(int index)
public Document.Page.Table.TableCell.Builder getCellsBuilder(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
getCellsBuilderList()
public List<Document.Page.Table.TableCell.Builder> getCellsBuilderList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
getCellsCount()
public int getCellsCount()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
getCellsList()
public List<Document.Page.Table.TableCell> getCellsList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
getCellsOrBuilder(int index)
public Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
getCellsOrBuilderList()
public List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
Returns
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.Page.Table.TableCellOrBuilder> | |
getDefaultInstanceForType()
public Document.Page.Table.TableRow getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor