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