public static enum BigQuery.JobField extends Enum<BigQuery.JobField> implements com.google.cloud.FieldSelector
Enum Constant and Description |
---|
CONFIGURATION |
ETAG |
ID |
JOB_REFERENCE |
SELF_LINK |
STATISTICS |
STATUS |
USER_EMAIL |
Modifier and Type | Method and Description |
---|---|
String |
getSelector() |
static BigQuery.JobField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQuery.JobField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQuery.JobField CONFIGURATION
public static final BigQuery.JobField ETAG
public static final BigQuery.JobField ID
public static final BigQuery.JobField JOB_REFERENCE
public static final BigQuery.JobField SELF_LINK
public static final BigQuery.JobField STATISTICS
public static final BigQuery.JobField STATUS
public static final BigQuery.JobField USER_EMAIL
public static BigQuery.JobField[] values()
for (BigQuery.JobField c : BigQuery.JobField.values()) System.out.println(c);
public static BigQuery.JobField 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.