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