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