Uses of Class
com.google.cloud.dataplex.v1.DataScanEvent.State
-
Packages that use DataScanEvent.State Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataScanEvent.State in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScanEvent.State Modifier and Type Method Description static DataScanEvent.State
DataScanEvent.State. forNumber(int value)
DataScanEvent.State
DataScanEvent.Builder. getState()
The status of the data scan job.DataScanEvent.State
DataScanEvent. getState()
The status of the data scan job.DataScanEvent.State
DataScanEventOrBuilder. getState()
The status of the data scan job.static DataScanEvent.State
DataScanEvent.State. valueOf(int value)
Deprecated.static DataScanEvent.State
DataScanEvent.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DataScanEvent.State
DataScanEvent.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataScanEvent.State[]
DataScanEvent.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScanEvent.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DataScanEvent.State>
DataScanEvent.State. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type DataScanEvent.State Modifier and Type Method Description DataScanEvent.Builder
DataScanEvent.Builder. setState(DataScanEvent.State value)
The status of the data scan job.
-