Class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder (2.62.0)

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
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()
Returns
Type Description
Descriptor

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.documentai.v1beta3.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.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameter
Name Description
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameters
Name Description
index int
value Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameters
Name Description
index int
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

addCellsBuilder()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addCellsBuilder()

A table row is a list of table cells.

repeated .google.cloud.documentai.v1beta3.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.v1beta3.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)
Parameters
Name Description
field FieldDescriptor
value Object
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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

clearField(Descriptors.FieldDescriptor field)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.v1beta3.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.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Returns
Type Description
List<Builder>

getCellsCount()

public int getCellsCount()

A table row is a list of table cells.

repeated .google.cloud.documentai.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Returns
Type Description
List<LayoutTableCell>

getCellsOrBuilder(int index)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder getCellsOrBuilder(int index)

A table row is a list of table cells.

repeated .google.cloud.documentai.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Returns
Type Description
List<? extends com.google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder>

getDefaultInstanceForType()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

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)
Parameter
Name Description
unknownFields UnknownFieldSet
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.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameters
Name Description
index int
value Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameters
Name Description
index int
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides