Class TableOptions (3.46.0)

public final class TableOptions extends GeneratedMessageV3 implements TableOptionsOrBuilder

Instructions regarding the table content being inspected.

Protobuf type google.privacy.dlp.v2.TableOptions

Static Fields

IDENTIFYING_FIELDS_FIELD_NUMBER

public static final int IDENTIFYING_FIELDS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TableOptions getDefaultInstance()
Returns
Type Description
TableOptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TableOptions.Builder newBuilder()
Returns
Type Description
TableOptions.Builder

newBuilder(TableOptions prototype)

public static TableOptions.Builder newBuilder(TableOptions prototype)
Parameter
Name Description
prototype TableOptions
Returns
Type Description
TableOptions.Builder

parseDelimitedFrom(InputStream input)

public static TableOptions parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TableOptions parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TableOptions parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TableOptions parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TableOptions parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TableOptions parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TableOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableOptions
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TableOptions> parser()
Returns
Type Description
Parser<TableOptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TableOptions getDefaultInstanceForType()
Returns
Type Description
TableOptions

getIdentifyingFields(int index)

public FieldId getIdentifyingFields(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

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

Parameter
Name Description
index int
Returns
Type Description
FieldId

getIdentifyingFieldsCount()

public int getIdentifyingFieldsCount()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

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

Returns
Type Description
int

getIdentifyingFieldsList()

public List<FieldId> getIdentifyingFieldsList()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

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

Returns
Type Description
List<FieldId>

getIdentifyingFieldsOrBuilder(int index)

public FieldIdOrBuilder getIdentifyingFieldsOrBuilder(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

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

Parameter
Name Description
index int
Returns
Type Description
FieldIdOrBuilder

getIdentifyingFieldsOrBuilderList()

public List<? extends FieldIdOrBuilder> getIdentifyingFieldsOrBuilderList()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

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

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

getParserForType()

public Parser<TableOptions> getParserForType()
Returns
Type Description
Parser<TableOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TableOptions.Builder newBuilderForType()
Returns
Type Description
TableOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TableOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TableOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TableOptions.Builder toBuilder()
Returns
Type Description
TableOptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException