| Modifier and Type | Method and Description |
|---|---|
static Stream.State |
Stream.State.forNumber(int value) |
Stream.State |
StreamOrBuilder.getState()
The state of the stream.
|
Stream.State |
Stream.getState()
The state of the stream.
|
Stream.State |
Stream.Builder.getState()
The state of the stream.
|
static Stream.State |
Stream.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Stream.State |
Stream.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Stream.State> |
Stream.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Stream.Builder |
Stream.Builder.setState(Stream.State value)
The state of the stream.
|
Copyright © 2022 Google LLC. All rights reserved.