public static enum BigQuery.RoutineField extends Enum<BigQuery.RoutineField> implements com.google.cloud.FieldSelector
Enum Constant and Description |
---|
ARGUMENTS |
CREATION_TIME |
DEFINITION_BODY |
ETAG |
IMPORTED_LIBRARIES |
LANGUAGE |
LAST_MODIFIED_TIME |
RETURN_TYPE |
ROUTINE_REFERENCE |
ROUTINE_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getSelector() |
static BigQuery.RoutineField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQuery.RoutineField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQuery.RoutineField ARGUMENTS
public static final BigQuery.RoutineField CREATION_TIME
public static final BigQuery.RoutineField DEFINITION_BODY
public static final BigQuery.RoutineField ETAG
public static final BigQuery.RoutineField IMPORTED_LIBRARIES
public static final BigQuery.RoutineField LANGUAGE
public static final BigQuery.RoutineField LAST_MODIFIED_TIME
public static final BigQuery.RoutineField RETURN_TYPE
public static final BigQuery.RoutineField ROUTINE_REFERENCE
public static final BigQuery.RoutineField ROUTINE_TYPE
public static BigQuery.RoutineField[] values()
for (BigQuery.RoutineField c : BigQuery.RoutineField.values()) System.out.println(c);
public static BigQuery.RoutineField 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.