public final class Table extends GeneratedMessageV3 implements TableOrBuilder
Structured content to inspect. Up to 50,000 `Value`s per request allowed.Protobuf type
google.privacy.dlp.v2beta2.Table
Modifier and Type | Class and Description |
---|---|
static class |
Table.Builder
Structured content to inspect.
|
static class |
Table.Row
Protobuf type
google.privacy.dlp.v2beta2.Table.Row |
static interface |
Table.RowOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
HEADERS_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Table |
getDefaultInstance() |
Table |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
FieldId |
getHeaders(int index)
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1; |
int |
getHeadersCount()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1; |
java.util.List<FieldId> |
getHeadersList()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1; |
FieldIdOrBuilder |
getHeadersOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1; |
java.util.List<? extends FieldIdOrBuilder> |
getHeadersOrBuilderList()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1; |
Parser<Table> |
getParserForType() |
Table.Row |
getRows(int index)
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2; |
int |
getRowsCount()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2; |
java.util.List<Table.Row> |
getRowsList()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2; |
Table.RowOrBuilder |
getRowsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2; |
java.util.List<? extends Table.RowOrBuilder> |
getRowsOrBuilderList()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2; |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Table.Builder |
newBuilder() |
static Table.Builder |
newBuilder(Table prototype) |
Table.Builder |
newBuilderForType() |
protected Table.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Table |
parseDelimitedFrom(java.io.InputStream input) |
static Table |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Table |
parseFrom(byte[] data) |
static Table |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Table |
parseFrom(java.nio.ByteBuffer data) |
static Table |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Table |
parseFrom(ByteString data) |
static Table |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Table |
parseFrom(CodedInputStream input) |
static Table |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Table |
parseFrom(java.io.InputStream input) |
static Table |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Table> |
parser() |
Table.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int HEADERS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.util.List<FieldId> getHeadersList()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1;
getHeadersList
in interface TableOrBuilder
public java.util.List<? extends FieldIdOrBuilder> getHeadersOrBuilderList()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1;
getHeadersOrBuilderList
in interface TableOrBuilder
public int getHeadersCount()
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1;
getHeadersCount
in interface TableOrBuilder
public FieldId getHeaders(int index)
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1;
getHeaders
in interface TableOrBuilder
public FieldIdOrBuilder getHeadersOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.FieldId headers = 1;
getHeadersOrBuilder
in interface TableOrBuilder
public java.util.List<Table.Row> getRowsList()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2;
getRowsList
in interface TableOrBuilder
public java.util.List<? extends Table.RowOrBuilder> getRowsOrBuilderList()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2;
getRowsOrBuilderList
in interface TableOrBuilder
public int getRowsCount()
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2;
getRowsCount
in interface TableOrBuilder
public Table.Row getRows(int index)
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2;
getRows
in interface TableOrBuilder
public Table.RowOrBuilder getRowsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta2.Table.Row rows = 2;
getRowsOrBuilder
in interface TableOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Table parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Table parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Table parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Table parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Table parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Table parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Table parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Table.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Table.Builder newBuilder()
public static Table.Builder newBuilder(Table prototype)
public Table.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Table.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Table getDefaultInstance()
public Parser<Table> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Table getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder