public static enum ClientConfiguration.PollingCase extends Enum<ClientConfiguration.PollingCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
POLLING_CONFIGURATION |
POLLING_INTERVAL
Deprecated.
|
POLLING_NOT_SET |
STOP_POLLING |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfiguration.PollingCase |
forNumber(int value) |
int |
getNumber() |
static ClientConfiguration.PollingCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClientConfiguration.PollingCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConfiguration.PollingCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientConfiguration.PollingCase STOP_POLLING
@Deprecated public static final ClientConfiguration.PollingCase POLLING_INTERVAL
public static final ClientConfiguration.PollingCase POLLING_CONFIGURATION
public static final ClientConfiguration.PollingCase POLLING_NOT_SET
public static ClientConfiguration.PollingCase[] values()
for (ClientConfiguration.PollingCase c : ClientConfiguration.PollingCase.values()) System.out.println(c);
public static ClientConfiguration.PollingCase 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 ClientConfiguration.PollingCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ClientConfiguration.PollingCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2026 Google LLC. All rights reserved.