public interface InfoTypeTransformationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTransformations(int index)
public abstract InfoTypeTransformations.InfoTypeTransformation getTransformations(int index)Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
repeated .google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformation transformations = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| InfoTypeTransformations.InfoTypeTransformation |
getTransformationsCount()
public abstract int getTransformationsCount()Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
repeated .google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformation transformations = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getTransformationsList()
public abstract List<InfoTypeTransformations.InfoTypeTransformation> getTransformationsList()Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
repeated .google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformation transformations = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<InfoTypeTransformation> |
getTransformationsOrBuilder(int index)
public abstract InfoTypeTransformations.InfoTypeTransformationOrBuilder getTransformationsOrBuilder(int index)Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
repeated .google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformation transformations = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| InfoTypeTransformations.InfoTypeTransformationOrBuilder |
getTransformationsOrBuilderList()
public abstract List<? extends InfoTypeTransformations.InfoTypeTransformationOrBuilder> getTransformationsOrBuilderList()Required. Transformation for each infoType. Cannot specify more than one for a given infoType.
repeated .google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformation transformations = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformationOrBuilder> |