Class TransformationOverview (3.4.0)

public final class TransformationOverview extends GeneratedMessageV3 implements TransformationOverviewOrBuilder

Overview of the modifications that occurred.

Protobuf type google.privacy.dlp.v2.TransformationOverview

Static Fields

TRANSFORMATION_SUMMARIES_FIELD_NUMBER

public static final int TRANSFORMATION_SUMMARIES_FIELD_NUMBER
Field Value
TypeDescription
int

TRANSFORMED_BYTES_FIELD_NUMBER

public static final int TRANSFORMED_BYTES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransformationOverview getDefaultInstance()
Returns
TypeDescription
TransformationOverview

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransformationOverview.Builder newBuilder()
Returns
TypeDescription
TransformationOverview.Builder

newBuilder(TransformationOverview prototype)

public static TransformationOverview.Builder newBuilder(TransformationOverview prototype)
Parameter
NameDescription
prototypeTransformationOverview
Returns
TypeDescription
TransformationOverview.Builder

parseDelimitedFrom(InputStream input)

public static TransformationOverview parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransformationOverview parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransformationOverview parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransformationOverview parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransformationOverview parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransformationOverview parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransformationOverview parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationOverview
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransformationOverview> parser()
Returns
TypeDescription
Parser<TransformationOverview>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransformationOverview getDefaultInstanceForType()
Returns
TypeDescription
TransformationOverview

getParserForType()

public Parser<TransformationOverview> getParserForType()
Returns
TypeDescription
Parser<TransformationOverview>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTransformationSummaries(int index)

public TransformationSummary getTransformationSummaries(int index)

Transformations applied to the dataset.

repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransformationSummary

getTransformationSummariesCount()

public int getTransformationSummariesCount()

Transformations applied to the dataset.

repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;

Returns
TypeDescription
int

getTransformationSummariesList()

public List<TransformationSummary> getTransformationSummariesList()

Transformations applied to the dataset.

repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;

Returns
TypeDescription
List<TransformationSummary>

getTransformationSummariesOrBuilder(int index)

public TransformationSummaryOrBuilder getTransformationSummariesOrBuilder(int index)

Transformations applied to the dataset.

repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransformationSummaryOrBuilder

getTransformationSummariesOrBuilderList()

public List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()

Transformations applied to the dataset.

repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.TransformationSummaryOrBuilder>

getTransformedBytes()

public long getTransformedBytes()

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 2;

Returns
TypeDescription
long

The transformedBytes.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransformationOverview.Builder newBuilderForType()
Returns
TypeDescription
TransformationOverview.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransformationOverview.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransformationOverview.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransformationOverview.Builder toBuilder()
Returns
TypeDescription
TransformationOverview.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException