Class Table (3.3.2)

public final class Table extends GeneratedMessageV3 implements TableOrBuilder

Structured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table to learn more.

Protobuf type google.privacy.dlp.v2.Table

Implements

TableOrBuilder

Static Fields

HEADERS_FIELD_NUMBER

public static final int HEADERS_FIELD_NUMBER
Field Value
TypeDescription
int

ROWS_FIELD_NUMBER

public static final int ROWS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Table getDefaultInstance()
Returns
TypeDescription
Table

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Table.Builder newBuilder()
Returns
TypeDescription
Table.Builder

newBuilder(Table prototype)

public static Table.Builder newBuilder(Table prototype)
Parameter
NameDescription
prototypeTable
Returns
TypeDescription
Table.Builder

parseDelimitedFrom(InputStream input)

public static Table parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Table parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Table parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Table parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Table parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Table parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Table parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Table parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Table parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Table parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Table parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Table parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Table
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Table> parser()
Returns
TypeDescription
Parser<Table>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Table getDefaultInstanceForType()
Returns
TypeDescription
Table

getHeaders(int index)

public FieldId getHeaders(int index)

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldId

getHeadersCount()

public int getHeadersCount()

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
TypeDescription
int

getHeadersList()

public List<FieldId> getHeadersList()

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
TypeDescription
List<FieldId>

getHeadersOrBuilder(int index)

public FieldIdOrBuilder getHeadersOrBuilder(int index)

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldIdOrBuilder

getHeadersOrBuilderList()

public List<? extends FieldIdOrBuilder> getHeadersOrBuilderList()

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.FieldIdOrBuilder>

getParserForType()

public Parser<Table> getParserForType()
Returns
TypeDescription
Parser<Table>
Overrides

getRows(int index)

public Table.Row getRows(int index)

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Table.Row

getRowsCount()

public int getRowsCount()

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
TypeDescription
int

getRowsList()

public List<Table.Row> getRowsList()

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
TypeDescription
List<Row>

getRowsOrBuilder(int index)

public Table.RowOrBuilder getRowsOrBuilder(int index)

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Table.RowOrBuilder

getRowsOrBuilderList()

public List<? extends Table.RowOrBuilder> getRowsOrBuilderList()

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.Table.RowOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Table.Builder newBuilderForType()
Returns
TypeDescription
Table.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Table.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Table.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Table.Builder toBuilder()
Returns
TypeDescription
Table.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException