public final class RecordSuppression extends GeneratedMessage implements RecordSuppressionOrBuilderConfiguration to suppress records whose suppression conditions evaluate to true.
Protobuf type google.privacy.dlp.v2.RecordSuppression
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RecordSuppressionImplements
RecordSuppressionOrBuilderStatic 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 |
|
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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public RecordSuppression.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
RecordSuppression.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RecordSuppression.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
RecordSuppression.Builder |
|
toBuilder()
public RecordSuppression.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
RecordSuppression.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|