| Modifier and Type | Method and Description |
|---|---|
static Session.State |
Session.State.forNumber(int value) |
Session.State |
Session.getState()
The state of the session.
|
Session.State |
Session.Builder.getState()
The state of the session.
|
Session.State |
SessionOrBuilder.getState()
The state of the session.
|
static Session.State |
Session.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Session.State |
Session.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.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<Session.State> |
Session.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.setState(Session.State value)
The state of the session.
|
Copyright © 2025 Google LLC. All rights reserved.