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.StateDataScanEvent.State. forNumber(int value)DataScanEvent.StateDataScanEvent.Builder. getState()The status of the data scan job.DataScanEvent.StateDataScanEvent. getState()The status of the data scan job.DataScanEvent.StateDataScanEventOrBuilder. getState()The status of the data scan job.static DataScanEvent.StateDataScanEvent.State. valueOf(int value)Deprecated.static DataScanEvent.StateDataScanEvent.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DataScanEvent.StateDataScanEvent.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.BuilderDataScanEvent.Builder. setState(DataScanEvent.State value)The status of the data scan job.
-