public final class RecordTransformations extends GeneratedMessageV3 implements RecordTransformationsOrBuilder
A type of transformation that is applied over structured data such as a
table.
Protobuf type google.privacy.dlp.v2.RecordTransformations
Static Fields
public static final int FIELD_TRANSFORMATIONS_FIELD_NUMBER
Field Value
public static final int RECORD_SUPPRESSIONS_FIELD_NUMBER
Field Value
Static Methods
public static RecordTransformations getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static RecordTransformations.Builder newBuilder()
Returns
public static RecordTransformations.Builder newBuilder(RecordTransformations prototype)
Parameter
Returns
public static RecordTransformations parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecordTransformations parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static RecordTransformations parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordTransformations parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static RecordTransformations parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<RecordTransformations> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public RecordTransformations getDefaultInstanceForType()
Returns
public FieldTransformation getFieldTransformations(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Parameter
Returns
public int getFieldTransformationsCount()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
public List<FieldTransformation> getFieldTransformationsList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
public FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Parameter
Returns
public List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
Returns
Type | Description |
List<? extends com.google.privacy.dlp.v2.FieldTransformationOrBuilder> | |
public Parser<RecordTransformations> getParserForType()
Returns
Overrides
public RecordSuppression getRecordSuppressions(int index)
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Parameter
Returns
public int getRecordSuppressionsCount()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
public List<RecordSuppression> getRecordSuppressionsList()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
public RecordSuppressionOrBuilder getRecordSuppressionsOrBuilder(int index)
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Parameter
Returns
public List<? extends RecordSuppressionOrBuilder> getRecordSuppressionsOrBuilderList()
Configuration defining which records get suppressed entirely. Records that
match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
Returns
Type | Description |
List<? extends com.google.privacy.dlp.v2.RecordSuppressionOrBuilder> | |
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public RecordTransformations.Builder newBuilderForType()
Returns
protected RecordTransformations.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public RecordTransformations.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions