public static enum BigQueryServices.DatasetService.TableMetadataView extends java.lang.Enum<BigQueryServices.DatasetService.TableMetadataView>
| Enum Constant and Description | 
|---|
BASIC  | 
FULL  | 
STORAGE_STATS  | 
TABLE_METADATA_VIEW_UNSPECIFIED  | 
| Modifier and Type | Method and Description | 
|---|---|
static BigQueryServices.DatasetService.TableMetadataView | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BigQueryServices.DatasetService.TableMetadataView[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BigQueryServices.DatasetService.TableMetadataView TABLE_METADATA_VIEW_UNSPECIFIED
public static final BigQueryServices.DatasetService.TableMetadataView BASIC
public static final BigQueryServices.DatasetService.TableMetadataView STORAGE_STATS
public static final BigQueryServices.DatasetService.TableMetadataView FULL
public static BigQueryServices.DatasetService.TableMetadataView[] values()
for (BigQueryServices.DatasetService.TableMetadataView c : BigQueryServices.DatasetService.TableMetadataView.values()) System.out.println(c);
public static BigQueryServices.DatasetService.TableMetadataView valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null