Interface TransformationOverviewOrBuilder (3.4.0)

public interface TransformationOverviewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTransformationSummaries(int index)

public abstract 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 abstract int getTransformationSummariesCount()

Transformations applied to the dataset.

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

Returns
TypeDescription
int

getTransformationSummariesList()

public abstract 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 abstract 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 abstract 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 abstract long getTransformedBytes()

Total size in bytes that were transformed in some way.

int64 transformed_bytes = 2;

Returns
TypeDescription
long

The transformedBytes.