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