public static enum ComputeRpc.Option extends Enum<ComputeRpc.Option>
Enum Constant and Description |
---|
FIELDS |
FILTER |
MAX_RESULTS |
PAGE_TOKEN |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ComputeRpc.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeRpc.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeRpc.Option FIELDS
public static final ComputeRpc.Option MAX_RESULTS
public static final ComputeRpc.Option PAGE_TOKEN
public static final ComputeRpc.Option FILTER
public static ComputeRpc.Option[] values()
for (ComputeRpc.Option c : ComputeRpc.Option.values()) System.out.println(c);
public static ComputeRpc.Option 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 value()
Copyright © 2019 Google LLC. All rights reserved.