public static enum SessionClientConfiguration.ChannelPoolConfiguration.ModeCase extends Enum<SessionClientConfiguration.ChannelPoolConfiguration.ModeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLOUD_PATH_ONLY |
DIRECT_ACCESS_ONLY |
DIRECT_ACCESS_WITH_FALLBACK |
MODE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase |
forNumber(int value) |
int |
getNumber() |
static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionClientConfiguration.ChannelPoolConfiguration.ModeCase DIRECT_ACCESS_WITH_FALLBACK
public static final SessionClientConfiguration.ChannelPoolConfiguration.ModeCase DIRECT_ACCESS_ONLY
public static final SessionClientConfiguration.ChannelPoolConfiguration.ModeCase CLOUD_PATH_ONLY
public static final SessionClientConfiguration.ChannelPoolConfiguration.ModeCase MODE_NOT_SET
public static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase[] values()
for (SessionClientConfiguration.ChannelPoolConfiguration.ModeCase c : SessionClientConfiguration.ChannelPoolConfiguration.ModeCase.values()) System.out.println(c);
public static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SessionClientConfiguration.ChannelPoolConfiguration.ModeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2026 Google LLC. All rights reserved.