public final class CoreSocketFactoryDeprecated. Use the official java API instead.
Implementation of informally used Java API to preserve compatibility with older code that uses CoreSocketFactory. See Also: com.google.cloud.sql.ConnectorRegistry
Static Fields
CLOUD_SQL_DELEGATES_PROPERTY (deprecated)
public static final String CLOUD_SQL_DELEGATES_PROPERTYDeprecated. Use the public API instead.
Delegates property name. See Also: ConnectionConfig#CLOUD_SQL_DELEGATES_PROPERTY
| Field Value | |
|---|---|
| Type | Description |
String |
|
CLOUD_SQL_INSTANCE_PROPERTY (deprecated)
public static final String CLOUD_SQL_INSTANCE_PROPERTYDeprecated. Use the public API instead.
Connection property name. See Also: ConnectionConfig#CLOUD_SQL_INSTANCE_PROPERTY
| Field Value | |
|---|---|
| Type | Description |
String |
|
CLOUD_SQL_TARGET_PRINCIPAL_PROPERTY (deprecated)
public static final String CLOUD_SQL_TARGET_PRINCIPAL_PROPERTYDeprecated. Use the public API instead.
TargetPrincipal property name. See Also: ConnectionConfig#CLOUD_SQL_TARGET_PRINCIPAL_PROPERTY
| Field Value | |
|---|---|
| Type | Description |
String |
|
DEFAULT_IP_TYPES (deprecated)
public static final String DEFAULT_IP_TYPESDeprecated. Use the public API instead.
IpTypes default property value. See Also: ConnectionConfig#DEFAULT_IP_TYPES
| Field Value | |
|---|---|
| Type | Description |
String |
|
USER_TOKEN_PROPERTY_NAME (deprecated)
public static final String USER_TOKEN_PROPERTY_NAMEDeprecated. Use #setApplicationName(String) to set the application name programmatically.
Property used to set the application name for the underlying SQLAdmin client.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Constructors
CoreSocketFactory() (deprecated)
public CoreSocketFactory()