public enum DataDiscoverySpec.BigQueryPublishingConfig.TableType extends Enum<DataDiscoverySpec.BigQueryPublishingConfig.TableType> implements ProtocolMessageEnum
Determines how discovered tables are published.
Protobuf enum
google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BIGLAKE |
Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection. |
BIGLAKE_VALUE |
Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection. |
EXTERNAL |
Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table. |
EXTERNAL_VALUE |
Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table. |
TABLE_TYPE_UNSPECIFIED |
Table type unspecified. |
TABLE_TYPE_UNSPECIFIED_VALUE |
Table type unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |