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.State
Run.State. forNumber(int value)
Run.State
Run.Builder. getState()
Required.Run.State
Run. getState()
Required.Run.State
RunOrBuilder. getState()
Required.static Run.State
Run.State. valueOf(int value)
Deprecated.static Run.State
Run.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Run.State
Run.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.Builder
Run.Builder. setState(Run.State value)
Required.
-