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.State
JobEvent.State. forNumber(int value)
JobEvent.State
JobEvent.Builder. getState()
The job state on completion.JobEvent.State
JobEvent. getState()
The job state on completion.JobEvent.State
JobEventOrBuilder. getState()
The job state on completion.static JobEvent.State
JobEvent.State. valueOf(int value)
Deprecated.static JobEvent.State
JobEvent.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobEvent.State
JobEvent.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.Builder
JobEvent.Builder. setState(JobEvent.State value)
The job state on completion.
-