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