public
final
class
Table
extends
GeneratedMessage
implements
TableOrBuilder
Structured content to inspect. Up to 50,000 Value
s per request allowed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Protobuf type google.privacy.dlp.v2.Table
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TableImplements
TableOrBuilderStatic Fields
HEADERS_FIELD_NUMBER
public
static
final
int
HEADERS_FIELD_NUMBER
ROWS_FIELD_NUMBER
public
static
final
int
ROWS_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Table
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Table
.
Builder
newBuilder
()
newBuilder(Table prototype)
public
static
Table
.
Builder
newBuilder
(
Table
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Table
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Table
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Table
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Table
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Table
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Table
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Table
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Table>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
Table
getDefaultInstanceForType
()
getHeaders(int index)
public
FieldId
getHeaders
(
int
index
)
Headers of the table.
repeated .google.privacy.dlp.v2.FieldId headers = 1;
getHeadersCount()
public
int
getHeadersCount
()
Headers of the table.
repeated .google.privacy.dlp.v2.FieldId headers = 1;
getHeadersList()
public
List<FieldId>
getHeadersList
()
Headers of the table.
repeated .google.privacy.dlp.v2.FieldId headers = 1;
getHeadersOrBuilder(int index)
public
FieldIdOrBuilder
getHeadersOrBuilder
(
int
index
)
Headers of the table.
repeated .google.privacy.dlp.v2.FieldId headers = 1;
getHeadersOrBuilderList()
public
List
< ?
extends
FieldIdOrBuilder
>
getHeadersOrBuilderList
()
Headers of the table.
repeated .google.privacy.dlp.v2.FieldId headers = 1;
getParserForType()
public
Parser<Table>
getParserForType
()
getRows(int index)
public
Table
.
Row
getRows
(
int
index
)
Rows of the table.
repeated .google.privacy.dlp.v2.Table.Row rows = 2;
getRowsCount()
public
int
getRowsCount
()
Rows of the table.
repeated .google.privacy.dlp.v2.Table.Row rows = 2;
getRowsList()
public
List<Table
.
Row
>
getRowsList
()
Rows of the table.
repeated .google.privacy.dlp.v2.Table.Row rows = 2;
getRowsOrBuilder(int index)
public
Table
.
RowOrBuilder
getRowsOrBuilder
(
int
index
)
Rows of the table.
repeated .google.privacy.dlp.v2.Table.Row rows = 2;
getRowsOrBuilderList()
public
List
< ?
extends
Table
.
RowOrBuilder
>
getRowsOrBuilderList
()
Rows of the table.
repeated .google.privacy.dlp.v2.Table.Row rows = 2;
getSerializedSize()
public
int
getSerializedSize
()
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Table
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
Table
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
Table
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

