public static enum BigQuery.DatasetField extends Enum<BigQuery.DatasetField> implements FieldSelector
FieldSelector.Helper
Enum Constant and Description |
---|
ACCESS |
CREATION_TIME |
DATASET_REFERENCE |
DEFAULT_TABLE_EXPIRATION_MS |
DESCRIPTION |
ETAG |
FRIENDLY_NAME |
ID |
LABELS |
LAST_MODIFIED_TIME |
LOCATION |
SELF_LINK |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static BigQuery.DatasetField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQuery.DatasetField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQuery.DatasetField ACCESS
public static final BigQuery.DatasetField CREATION_TIME
public static final BigQuery.DatasetField DATASET_REFERENCE
public static final BigQuery.DatasetField DEFAULT_TABLE_EXPIRATION_MS
public static final BigQuery.DatasetField DESCRIPTION
public static final BigQuery.DatasetField ETAG
public static final BigQuery.DatasetField FRIENDLY_NAME
public static final BigQuery.DatasetField ID
public static final BigQuery.DatasetField LABELS
public static final BigQuery.DatasetField LAST_MODIFIED_TIME
public static final BigQuery.DatasetField LOCATION
public static final BigQuery.DatasetField SELF_LINK
public static BigQuery.DatasetField[] values()
for (BigQuery.DatasetField c : BigQuery.DatasetField.values()) System.out.println(c);
public static BigQuery.DatasetField 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.