Enum GoldengateDeploymentProperties.GoldengateDeploymentCategory (0.42.0)

public enum GoldengateDeploymentProperties.GoldengateDeploymentCategory extends Enum<GoldengateDeploymentProperties.GoldengateDeploymentCategory> implements ProtocolMessageEnum

The category of the GoldengateDeployment.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentCategory

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATA_REPLICATION

The deployment is data replication.

DATA_REPLICATION = 1;

DATA_REPLICATION_VALUE

The deployment is data replication.

DATA_REPLICATION = 1;

DATA_TRANSFORMS

The deployment is data transforms.

DATA_TRANSFORMS = 2;

DATA_TRANSFORMS_VALUE

The deployment is data transforms.

DATA_TRANSFORMS = 2;

GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED

The category is unspecified.

GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED = 0;

GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED_VALUE

The category is unspecified.

GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED = 0;

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