public static enum Compute.ZoneField extends Enum<Compute.ZoneField> implements FieldSelector
FieldSelector.Helper
Enum Constant and Description |
---|
CREATION_TIMESTAMP |
DEPRECATED |
DESCRIPTION |
ID |
NAME |
REGION |
SELF_LINK |
STATUS |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static Compute.ZoneField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compute.ZoneField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compute.ZoneField CREATION_TIMESTAMP
public static final Compute.ZoneField DESCRIPTION
public static final Compute.ZoneField ID
public static final Compute.ZoneField NAME
public static final Compute.ZoneField REGION
public static final Compute.ZoneField SELF_LINK
public static final Compute.ZoneField STATUS
public static final Compute.ZoneField DEPRECATED
public static Compute.ZoneField[] values()
for (Compute.ZoneField c : Compute.ZoneField.values()) System.out.println(c);
public static Compute.ZoneField 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 nullpublic String getSelector()
FieldSelector
getSelector
in interface FieldSelector
Copyright © 2019 Google LLC. All rights reserved.