Package com.google.privacy.dlp.v2
Interface ImageTransformationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageTransformations
,ImageTransformations.Builder
public interface ImageTransformationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageTransformations.ImageTransformation
getTransforms(int index)
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
int
getTransformsCount()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
List<ImageTransformations.ImageTransformation>
getTransformsList()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
ImageTransformations.ImageTransformationOrBuilder
getTransformsOrBuilder(int index)
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
List<? extends ImageTransformations.ImageTransformationOrBuilder>
getTransformsOrBuilderList()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTransformsList
List<ImageTransformations.ImageTransformation> getTransformsList()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
getTransforms
ImageTransformations.ImageTransformation getTransforms(int index)
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
getTransformsCount
int getTransformsCount()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
getTransformsOrBuilderList
List<? extends ImageTransformations.ImageTransformationOrBuilder> getTransformsOrBuilderList()
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
getTransformsOrBuilder
ImageTransformations.ImageTransformationOrBuilder getTransformsOrBuilder(int index)
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
-
-