Enum GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType (0.42.0)

public enum GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType extends Enum<GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType> implements ProtocolMessageEnum

Enum for Authentication type for Java Message Service.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties.JmsAuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

Basic authentication.

BASIC = 2;

BASIC_VALUE

Basic authentication.

BASIC = 2;

JMS_AUTHENTICATION_TYPE_UNSPECIFIED

Authentication type not specified.

JMS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

JMS_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Authentication type not specified.

JMS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

NONE

No authentication.

NONE = 1;

NONE_VALUE

No authentication.

NONE = 1;

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