public static enum BigQueryRpc.Option extends Enum<BigQueryRpc.Option>
Enum Constant and Description |
---|
ALL_DATASETS |
ALL_USERS |
DELETE_CONTENTS |
FIELDS |
MAX_RESULTS |
PAGE_TOKEN |
START_INDEX |
STATE_FILTER |
TIMEOUT |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static BigQueryRpc.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQueryRpc.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQueryRpc.Option FIELDS
public static final BigQueryRpc.Option DELETE_CONTENTS
public static final BigQueryRpc.Option ALL_DATASETS
public static final BigQueryRpc.Option ALL_USERS
public static final BigQueryRpc.Option MAX_RESULTS
public static final BigQueryRpc.Option PAGE_TOKEN
public static final BigQueryRpc.Option START_INDEX
public static final BigQueryRpc.Option STATE_FILTER
public static final BigQueryRpc.Option TIMEOUT
public static BigQueryRpc.Option[] values()
for (BigQueryRpc.Option c : BigQueryRpc.Option.values()) System.out.println(c);
public static BigQueryRpc.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.