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