Uses of Class
com.google.cloud.dataplex.v1.JobEvent.State
-
Packages that use JobEvent.State Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of JobEvent.State in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return JobEvent.State Modifier and Type Method Description static JobEvent.StateJobEvent.State. forNumber(int value)JobEvent.StateJobEvent.Builder. getState()The job state on completion.JobEvent.StateJobEvent. getState()The job state on completion.JobEvent.StateJobEventOrBuilder. getState()The job state on completion.static JobEvent.StateJobEvent.State. valueOf(int value)Deprecated.static JobEvent.StateJobEvent.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobEvent.StateJobEvent.State. valueOf(String name)Returns the enum constant of this type with the specified name.static JobEvent.State[]JobEvent.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 JobEvent.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobEvent.State>JobEvent.State. internalGetValueMap()Methods in com.google.cloud.dataplex.v1 with parameters of type JobEvent.State Modifier and Type Method Description JobEvent.BuilderJobEvent.Builder. setState(JobEvent.State value)The job state on completion.
-