public interface ListInfoTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoTypeDescription |
getInfoTypes(int index)
Set of sensitive infoTypes.
|
int |
getInfoTypesCount()
Set of sensitive infoTypes.
|
List<InfoTypeDescription> |
getInfoTypesList()
Set of sensitive infoTypes.
|
InfoTypeDescriptionOrBuilder |
getInfoTypesOrBuilder(int index)
Set of sensitive infoTypes.
|
List<? extends InfoTypeDescriptionOrBuilder> |
getInfoTypesOrBuilderList()
Set of sensitive infoTypes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InfoTypeDescription> getInfoTypesList()
Set of sensitive infoTypes.
repeated .google.privacy.dlp.v2.InfoTypeDescription info_types = 1;InfoTypeDescription getInfoTypes(int index)
Set of sensitive infoTypes.
repeated .google.privacy.dlp.v2.InfoTypeDescription info_types = 1;int getInfoTypesCount()
Set of sensitive infoTypes.
repeated .google.privacy.dlp.v2.InfoTypeDescription info_types = 1;List<? extends InfoTypeDescriptionOrBuilder> getInfoTypesOrBuilderList()
Set of sensitive infoTypes.
repeated .google.privacy.dlp.v2.InfoTypeDescription info_types = 1;InfoTypeDescriptionOrBuilder getInfoTypesOrBuilder(int index)
Set of sensitive infoTypes.
repeated .google.privacy.dlp.v2.InfoTypeDescription info_types = 1;Copyright © 2022 Google LLC. All rights reserved.