Enum GoldengateOggDeployment.CredentialStore (0.42.0)

public enum GoldengateOggDeployment.CredentialStore extends Enum<GoldengateOggDeployment.CredentialStore> implements ProtocolMessageEnum

The credential store of the GoldengateDeployment.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateOggDeployment.CredentialStore

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREDENTIAL_STORE_UNSPECIFIED

The credential store is unspecified.

CREDENTIAL_STORE_UNSPECIFIED = 0;

CREDENTIAL_STORE_UNSPECIFIED_VALUE

The credential store is unspecified.

CREDENTIAL_STORE_UNSPECIFIED = 0;

GOLDENGATE

The credential store is Goldengate.

GOLDENGATE = 1;

GOLDENGATE_VALUE

The credential store is Goldengate.

GOLDENGATE = 1;

IAM

The credential store is IAM.

IAM = 2;

IAM_VALUE

The credential store is IAM.

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