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