Package com.google.privacy.dlp.v2
Interface TransformationOverviewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationOverview
,TransformationOverview.Builder
public interface TransformationOverviewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformationSummary
getTransformationSummaries(int index)
Transformations applied to the dataset.int
getTransformationSummariesCount()
Transformations applied to the dataset.List<TransformationSummary>
getTransformationSummariesList()
Transformations applied to the dataset.TransformationSummaryOrBuilder
getTransformationSummariesOrBuilder(int index)
Transformations applied to the dataset.List<? extends TransformationSummaryOrBuilder>
getTransformationSummariesOrBuilderList()
Transformations applied to the dataset.long
getTransformedBytes()
Total size in bytes that were transformed in some way.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTransformedBytes
long getTransformedBytes()
Total size in bytes that were transformed in some way.
int64 transformed_bytes = 2;
- Returns:
- The transformedBytes.
-
getTransformationSummariesList
List<TransformationSummary> getTransformationSummariesList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
-
getTransformationSummaries
TransformationSummary getTransformationSummaries(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
-
getTransformationSummariesCount
int getTransformationSummariesCount()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
-
getTransformationSummariesOrBuilderList
List<? extends TransformationSummaryOrBuilder> getTransformationSummariesOrBuilderList()
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
-
getTransformationSummariesOrBuilder
TransformationSummaryOrBuilder getTransformationSummariesOrBuilder(int index)
Transformations applied to the dataset.
repeated .google.privacy.dlp.v2.TransformationSummary transformation_summaries = 3;
-
-