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