public static enum Compute.OperationField extends Enum<Compute.OperationField> implements FieldSelector
FieldSelector.Helper
Enum Constant and Description |
---|
CLIENT_OPERATION_ID |
DESCRIPTION |
END_TIME |
ERROR |
HTTP_ERROR_MESSAGE |
HTTP_ERROR_STATUS_CODE |
ID |
INSERT_TIME |
NAME |
OPERATION_TYPE |
PROGRESS |
REGION |
SELF_LINK |
START_TIME |
STATUS |
STATUS_MESSAGE |
TARGET_ID |
TARGET_LINK |
USER |
WARNINGS |
ZONE |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static Compute.OperationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compute.OperationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compute.OperationField CLIENT_OPERATION_ID
public static final Compute.OperationField DESCRIPTION
public static final Compute.OperationField END_TIME
public static final Compute.OperationField ERROR
public static final Compute.OperationField HTTP_ERROR_MESSAGE
public static final Compute.OperationField HTTP_ERROR_STATUS_CODE
public static final Compute.OperationField ID
public static final Compute.OperationField INSERT_TIME
public static final Compute.OperationField NAME
public static final Compute.OperationField OPERATION_TYPE
public static final Compute.OperationField PROGRESS
public static final Compute.OperationField REGION
public static final Compute.OperationField SELF_LINK
public static final Compute.OperationField START_TIME
public static final Compute.OperationField STATUS
public static final Compute.OperationField STATUS_MESSAGE
public static final Compute.OperationField TARGET_ID
public static final Compute.OperationField TARGET_LINK
public static final Compute.OperationField USER
public static final Compute.OperationField WARNINGS
public static final Compute.OperationField ZONE
public static Compute.OperationField[] values()
for (Compute.OperationField c : Compute.OperationField.values()) System.out.println(c);
public static Compute.OperationField 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.