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