Enum BigQueryConnectionSpec.ConnectionType (1.6.2)

public enum BigQueryConnectionSpec.ConnectionType extends Enum<BigQueryConnectionSpec.ConnectionType> implements ProtocolMessageEnum

The type of the BigQuery connection.

Protobuf enum google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType

Implements

ProtocolMessageEnum

Fields

NameDescription
CLOUD_SQL

Cloud SQL connection.

CLOUD_SQL = 1;

CLOUD_SQL_VALUE

Cloud SQL connection.

CLOUD_SQL = 1;

CONNECTION_TYPE_UNSPECIFIED

Unspecified type.

CONNECTION_TYPE_UNSPECIFIED = 0;

CONNECTION_TYPE_UNSPECIFIED_VALUE

Unspecified type.

CONNECTION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()