Google Cloud Oracle Database V1 Client - Class DeploymentReleaseType (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DeploymentReleaseType.

The release type of the Goldengate Deployment Version resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties.DeploymentReleaseType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDeploymentVersionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED = 0;

MAJOR

Value: 1

Goldengate Deployment Version release type is MAJOR.

Generated from protobuf enum MAJOR = 1;

BUNDLE

Value: 2

Goldengate Deployment Version release type is BUNDLE.

Generated from protobuf enum BUNDLE = 2;

MINOR

Value: 3

Goldengate Deployment Version release type is MINOR.

Generated from protobuf enum MINOR = 3;