Class RecordSuppression (3.46.0)

public final class RecordSuppression extends GeneratedMessageV3 implements RecordSuppressionOrBuilder

Configuration to suppress records whose suppression conditions evaluate to true.

Protobuf type google.privacy.dlp.v2.RecordSuppression

Static Fields

CONDITION_FIELD_NUMBER

public static final int CONDITION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RecordSuppression getDefaultInstance()
Returns
Type Description
RecordSuppression

getDescriptor()

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

newBuilder()

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

newBuilder(RecordSuppression prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCondition()

public RecordCondition getCondition()

A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

.google.privacy.dlp.v2.RecordCondition condition = 1;

Returns
Type Description
RecordCondition

The condition.

getConditionOrBuilder()

public RecordConditionOrBuilder getConditionOrBuilder()

A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

.google.privacy.dlp.v2.RecordCondition condition = 1;

Returns
Type Description
RecordConditionOrBuilder

getDefaultInstanceForType()

public RecordSuppression getDefaultInstanceForType()
Returns
Type Description
RecordSuppression

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasCondition()

public boolean hasCondition()

A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

.google.privacy.dlp.v2.RecordCondition condition = 1;

Returns
Type Description
boolean

Whether the condition field is set.

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 RecordSuppression.Builder newBuilderForType()
Returns
Type Description
RecordSuppression.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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