Uses of Class
com.google.cloud.datacatalog.lineage.v1.Run.State
-
Packages that use Run.State Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of Run.State in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return Run.State Modifier and Type Method Description static Run.StateRun.State. forNumber(int value)Run.StateRun.Builder. getState()Required.Run.StateRun. getState()Required.Run.StateRunOrBuilder. getState()Required.static Run.StateRun.State. valueOf(int value)Deprecated.static Run.StateRun.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Run.StateRun.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Run.State[]Run.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type Run.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Run.State>Run.State. internalGetValueMap()Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type Run.State Modifier and Type Method Description Run.BuilderRun.Builder. setState(Run.State value)Required.
-