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