Enum DatabaseConnectionStringProfile.HostFormat (0.1.0)

public enum DatabaseConnectionStringProfile.HostFormat extends Enum<DatabaseConnectionStringProfile.HostFormat> implements ProtocolMessageEnum

The host name format being used in the connection string.

Protobuf enum google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.HostFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
FQDN

FQDN

FQDN = 1;

FQDN_VALUE

FQDN

FQDN = 1;

HOST_FORMAT_UNSPECIFIED

Default unspecified value.

HOST_FORMAT_UNSPECIFIED = 0;

HOST_FORMAT_UNSPECIFIED_VALUE

Default unspecified value.

HOST_FORMAT_UNSPECIFIED = 0;

IP

IP

IP = 2;

IP_VALUE

IP

IP = 2;

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()