public static enum BigQuery.TableMetadataView extends Enum<BigQuery.TableMetadataView>
Enum Constant and Description |
---|
BASIC |
FULL |
STORAGE_STATS |
TABLE_METADATA_VIEW_UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static BigQuery.TableMetadataView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQuery.TableMetadataView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQuery.TableMetadataView BASIC
public static final BigQuery.TableMetadataView FULL
public static final BigQuery.TableMetadataView STORAGE_STATS
public static final BigQuery.TableMetadataView TABLE_METADATA_VIEW_UNSPECIFIED
public static BigQuery.TableMetadataView[] values()
for (BigQuery.TableMetadataView c : BigQuery.TableMetadataView.values()) System.out.println(c);
public static BigQuery.TableMetadataView 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 nullCopyright © 2023 Google LLC. All rights reserved.