Uses of Class
com.google.cloud.datastream.v1.Stream.State
-
Packages that use Stream.State Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of Stream.State in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return Stream.State Modifier and Type Method Description static Stream.State
Stream.State. forNumber(int value)
Stream.State
Stream.Builder. getState()
The state of the stream.Stream.State
Stream. getState()
The state of the stream.Stream.State
StreamOrBuilder. getState()
The state of the stream.static Stream.State
Stream.State. valueOf(int value)
Deprecated.static Stream.State
Stream.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Stream.State
Stream.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.v1 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.v1 with parameters of type Stream.State Modifier and Type Method Description Stream.Builder
Stream.Builder. setState(Stream.State value)
The state of the stream.
-