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 ContentOptionContentOption. forNumber(int value)ContentOptionInspectConfig.Builder. getContentOptions(int index)Deprecated and unused.ContentOptionInspectConfig. getContentOptions(int index)Deprecated and unused.ContentOptionInspectConfigOrBuilder. getContentOptions(int index)Deprecated and unused.static ContentOptionContentOption. valueOf(int value)Deprecated.static ContentOptionContentOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ContentOptionContentOption. 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.BuilderInspectConfig.Builder. addContentOptions(ContentOption value)Deprecated and unused.InspectConfig.BuilderInspectConfig.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.BuilderInspectConfig.Builder. addAllContentOptions(Iterable<? extends ContentOption> values)Deprecated and unused.
-