public static final class Document.Page.Table.TableRow extends GeneratedMessageV3 implements Document.Page.Table.TableRowOrBuilder
A row of table cells.
Protobuf type google.cloud.documentai.v1beta3.Document.Page.Table.TableRow
Static Fields
CELLS_FIELD_NUMBER
public static final int CELLS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Document.Page.Table.TableRow getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Document.Page.Table.TableRow.Builder newBuilder()
Returns
newBuilder(Document.Page.Table.TableRow prototype)
public static Document.Page.Table.TableRow.Builder newBuilder(Document.Page.Table.TableRow prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static Document.Page.Table.TableRow parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Document.Page.Table.TableRow parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Document.Page.Table.TableRow parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static Document.Page.Table.TableRow parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static Document.Page.Table.TableRow parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Document.Page.Table.TableRow parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Document.Page.Table.TableRow> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCells(int index)
public Document.Page.Table.TableCell getCells(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table.TableCell cells = 1;
Parameter
Returns
getCellsCount()
public int getCellsCount()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.Document.Page.Table.TableCell cells = 1;
Returns
Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.Table.TableCellOrBuilder> | |
getDefaultInstanceForType()
public Document.Page.Table.TableRow getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Document.Page.Table.TableRow> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Document.Page.Table.TableRow.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Page.Table.TableRow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Document.Page.Table.TableRow.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions