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