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