public enum TableView extends Enum<TableView> implements com.google.protobuf.ProtocolMessageEnum
View on Table. Represents which fields will be populated for calls that return Table objects.Protobuf enum
google.cloud.bigquery.biglake.v1.TableView| Enum Constant and Description |
|---|
BASIC
Include only table names.
|
FULL
Include everything.
|
TABLE_VIEW_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
Include only table names.
|
static int |
FULL_VALUE
Include everything.
|
static int |
TABLE_VIEW_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static TableView |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TableView> |
internalGetValueMap() |
static TableView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TableView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TableView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableView TABLE_VIEW_UNSPECIFIED
Default value. The API will default to the BASIC view.
TABLE_VIEW_UNSPECIFIED = 0;public static final TableView BASIC
Include only table names. This is the default value.
BASIC = 1;public static final TableView FULL
Include everything.
FULL = 2;public static final TableView UNRECOGNIZED
public static final int TABLE_VIEW_UNSPECIFIED_VALUE
Default value. The API will default to the BASIC view.
TABLE_VIEW_UNSPECIFIED = 0;public static final int BASIC_VALUE
Include only table names. This is the default value.
BASIC = 1;public static final int FULL_VALUE
Include everything.
FULL = 2;public static TableView[] values()
for (TableView c : TableView.values()) System.out.println(c);
public static TableView 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TableView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TableView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TableView> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TableView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.