public static enum ReportRequestInfo.ReportedPlatforms extends java.lang.Enum<ReportRequestInfo.ReportedPlatforms>
| Enum Constant and Description |
|---|
DEVELOPMENT |
GAE_FLEX |
GAE_STANDARD |
GCE |
GKE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static ReportRequestInfo.ReportedPlatforms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportRequestInfo.ReportedPlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRequestInfo.ReportedPlatforms UNKNOWN
public static final ReportRequestInfo.ReportedPlatforms GAE_STANDARD
public static final ReportRequestInfo.ReportedPlatforms GAE_FLEX
public static final ReportRequestInfo.ReportedPlatforms GCE
public static final ReportRequestInfo.ReportedPlatforms GKE
public static final ReportRequestInfo.ReportedPlatforms DEVELOPMENT
public static ReportRequestInfo.ReportedPlatforms[] values()
for (ReportRequestInfo.ReportedPlatforms c : ReportRequestInfo.ReportedPlatforms.values()) System.out.println(c);
public static ReportRequestInfo.ReportedPlatforms valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()