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.State
TableDataProfile.State. forNumber(int value)
TableDataProfile.State
TableDataProfile.Builder. getState()
State of a profile.TableDataProfile.State
TableDataProfile. getState()
State of a profile.TableDataProfile.State
TableDataProfileOrBuilder. getState()
State of a profile.static TableDataProfile.State
TableDataProfile.State. valueOf(int value)
Deprecated.static TableDataProfile.State
TableDataProfile.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TableDataProfile.State
TableDataProfile.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.Builder
TableDataProfile.Builder. setState(TableDataProfile.State value)
State of a profile.
-