public static interface InfoTypeTransformations.InfoTypeTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoType |
getInfoTypes(int index)
InfoTypes to apply the transformation to.
|
int |
getInfoTypesCount()
InfoTypes to apply the transformation to.
|
List<InfoType> |
getInfoTypesList()
InfoTypes to apply the transformation to.
|
InfoTypeOrBuilder |
getInfoTypesOrBuilder(int index)
InfoTypes to apply the transformation to.
|
List<? extends InfoTypeOrBuilder> |
getInfoTypesOrBuilderList()
InfoTypes to apply the transformation to.
|
PrimitiveTransformation |
getPrimitiveTransformation()
Required.
|
PrimitiveTransformationOrBuilder |
getPrimitiveTransformationOrBuilder()
Required.
|
boolean |
hasPrimitiveTransformation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InfoType> getInfoTypesList()
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in `InspectConfig`.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;InfoType getInfoTypes(int index)
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in `InspectConfig`.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;int getInfoTypesCount()
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in `InspectConfig`.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in `InspectConfig`.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in `InspectConfig`.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;boolean hasPrimitiveTransformation()
Required. Primitive transformation to apply to the infoType.
.google.privacy.dlp.v2.PrimitiveTransformation primitive_transformation = 2 [(.google.api.field_behavior) = REQUIRED];
PrimitiveTransformation getPrimitiveTransformation()
Required. Primitive transformation to apply to the infoType.
.google.privacy.dlp.v2.PrimitiveTransformation primitive_transformation = 2 [(.google.api.field_behavior) = REQUIRED];
PrimitiveTransformationOrBuilder getPrimitiveTransformationOrBuilder()
Required. Primitive transformation to apply to the infoType.
.google.privacy.dlp.v2.PrimitiveTransformation primitive_transformation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.