Uses of Class
com.google.privacy.dlp.v2.TableDataProfile.State
-
Packages that use TableDataProfile.State Package Description com.google.privacy.dlp.v2 -
-
Uses of TableDataProfile.State in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return TableDataProfile.State Modifier and Type Method Description static TableDataProfile.StateTableDataProfile.State. forNumber(int value)TableDataProfile.StateTableDataProfile.Builder. getState()State of a profile.TableDataProfile.StateTableDataProfile. getState()State of a profile.TableDataProfile.StateTableDataProfileOrBuilder. getState()State of a profile.static TableDataProfile.StateTableDataProfile.State. valueOf(int value)Deprecated.static TableDataProfile.StateTableDataProfile.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TableDataProfile.StateTableDataProfile.State. valueOf(String name)Returns the enum constant of this type with the specified name.static TableDataProfile.State[]TableDataProfile.State. 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 TableDataProfile.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TableDataProfile.State>TableDataProfile.State. internalGetValueMap()Methods in com.google.privacy.dlp.v2 with parameters of type TableDataProfile.State Modifier and Type Method Description TableDataProfile.BuilderTableDataProfile.Builder. setState(TableDataProfile.State value)State of a profile.
-