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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.InfoTypeTransformations.InfoTypeTransformationOrBuilder> |
|