public static interface ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInfoTypes(int index)
public abstract InfoType getInfoTypes(int index)Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InfoType |
|
getInfoTypesCount()
public abstract int getInfoTypesCount()Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInfoTypesList()
public abstract List<InfoType> getInfoTypesList()Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<InfoType> |
|
getInfoTypesOrBuilder(int index)
public abstract InfoTypeOrBuilder getInfoTypesOrBuilder(int index)Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InfoTypeOrBuilder |
|
getInfoTypesOrBuilderList()
public abstract List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
repeated .google.privacy.dlp.v2.InfoType info_types = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.InfoTypeOrBuilder> |
|