public interface TransformationOverviewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTransformationSummaries(int index)
public abstract TransformationSummary getTransformationSummaries(int index)Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Name | Description |
| index | int |
| Type | Description |
| TransformationSummary |
getTransformationSummariesCount()
public abstract int getTransformationSummariesCount()Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Type | Description |
| int |
getTransformationSummariesList()
public abstract List<TransformationSummary> getTransformationSummariesList()Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| TransformationSummaryOrBuilder |
getTransformationSummariesOrBuilderList()
public abstract List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
| Type | Description |
| 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;
| Type | Description |
| long | The transformedBytes. |