public static final class Document.Page.Table.TableRow extends GeneratedMessage implements Document.Page.Table.TableRowOrBuilderA row of table cells.
Protobuf type google.cloud.documentai.v1.Document.Page.Table.TableRow
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Document.Page.Table.TableRowImplements
Document.Page.Table.TableRowOrBuilderStatic Fields
CELLS_FIELD_NUMBER
public static final int CELLS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Document.Page.Table.TableRow getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Document.Page.Table.TableRow.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow.Builder |
|
newBuilder(Document.Page.Table.TableRow prototype)
public static Document.Page.Table.TableRow.Builder newBuilder(Document.Page.Table.TableRow prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Document.Page.Table.TableRow |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow.Builder |
|
parseDelimitedFrom(InputStream input)
public static Document.Page.Table.TableRow parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Document.Page.Table.TableRow parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Document.Page.Table.TableRow parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Document.Page.Table.TableRow parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Document.Page.Table.TableRow parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Document.Page.Table.TableRow parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.Page.Table.TableRow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Document.Page.Table.TableRow> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TableRow> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCells(int index)
public Document.Page.Table.TableCell getCells(int index)Cells that make up this row.
repeated .google.cloud.documentai.v1.Document.Page.Table.TableCell cells = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableCell |
|
getCellsCount()
public int getCellsCount()Cells that make up this row.
repeated .google.cloud.documentai.v1.Document.Page.Table.TableCell cells = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCellsList()
public List<Document.Page.Table.TableCell> getCellsList()Cells that make up this row.
repeated .google.cloud.documentai.v1.Document.Page.Table.TableCell cells = 1;
| Returns | |
|---|---|
| Type | Description |
List<TableCell> |
|
getCellsOrBuilder(int index)
public Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)Cells that make up this row.
repeated .google.cloud.documentai.v1.Document.Page.Table.TableCell cells = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableCellOrBuilder |
|
getCellsOrBuilderList()
public List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()Cells that make up this row.
repeated .google.cloud.documentai.v1.Document.Page.Table.TableCell cells = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1.Document.Page.Table.TableCellOrBuilder> |
|
getDefaultInstanceForType()
public Document.Page.Table.TableRow getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow |
|
getParserForType()
public Parser<Document.Page.Table.TableRow> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TableRow> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Document.Page.Table.TableRow.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Document.Page.Table.TableRow.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow.Builder |
|
toBuilder()
public Document.Page.Table.TableRow.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Document.Page.Table.TableRow.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|