Uses of Class
com.google.privacy.dlp.v2.ContentOption
-
Packages that use ContentOption Package Description com.google.privacy.dlp.v2 -
-
Uses of ContentOption in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ContentOption Modifier and Type Method Description static ContentOption
ContentOption. forNumber(int value)
ContentOption
InspectConfig.Builder. getContentOptions(int index)
Deprecated and unused.ContentOption
InspectConfig. getContentOptions(int index)
Deprecated and unused.ContentOption
InspectConfigOrBuilder. getContentOptions(int index)
Deprecated and unused.static ContentOption
ContentOption. valueOf(int value)
Deprecated.static ContentOption
ContentOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ContentOption
ContentOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentOption[]
ContentOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.privacy.dlp.v2 that return types with arguments of type ContentOption Modifier and Type Method Description List<ContentOption>
InspectConfig.Builder. getContentOptionsList()
Deprecated and unused.List<ContentOption>
InspectConfig. getContentOptionsList()
Deprecated and unused.List<ContentOption>
InspectConfigOrBuilder. getContentOptionsList()
Deprecated and unused.static com.google.protobuf.Internal.EnumLiteMap<ContentOption>
ContentOption. internalGetValueMap()
Methods in com.google.privacy.dlp.v2 with parameters of type ContentOption Modifier and Type Method Description InspectConfig.Builder
InspectConfig.Builder. addContentOptions(ContentOption value)
Deprecated and unused.InspectConfig.Builder
InspectConfig.Builder. setContentOptions(int index, ContentOption value)
Deprecated and unused.Method parameters in com.google.privacy.dlp.v2 with type arguments of type ContentOption Modifier and Type Method Description InspectConfig.Builder
InspectConfig.Builder. addAllContentOptions(Iterable<? extends ContentOption> values)
Deprecated and unused.
-