public static interface ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoType |
getInfoTypes(int index)
Required.
|
int |
getInfoTypesCount()
Required.
|
List<InfoType> |
getInfoTypesList()
Required.
|
InfoTypeOrBuilder |
getInfoTypesOrBuilder(int index)
Required.
|
List<? extends InfoTypeOrBuilder> |
getInfoTypesOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.