public interface ImageTransformationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTransforms(int index)
public abstract ImageTransformations.ImageTransformation getTransforms(int index)List of transforms to make.
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation |
|
getTransformsCount()
public abstract int getTransformsCount()List of transforms to make.
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTransformsList()
public abstract List<ImageTransformations.ImageTransformation> getTransformsList()List of transforms to make.
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
| Returns | |
|---|---|
| Type | Description |
List<ImageTransformation> |
|
getTransformsOrBuilder(int index)
public abstract ImageTransformations.ImageTransformationOrBuilder getTransformsOrBuilder(int index)List of transforms to make.
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformationOrBuilder |
|
getTransformsOrBuilderList()
public abstract List<? extends ImageTransformations.ImageTransformationOrBuilder> getTransformsOrBuilderList()List of transforms to make.
repeated .google.privacy.dlp.v2.ImageTransformations.ImageTransformation transforms = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.ImageTransformations.ImageTransformationOrBuilder> |
|