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