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 \ GoldengateDeploymentVersionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED = 0;
MAJOR
Value: 1Goldengate Deployment Version release type is MAJOR.
Generated from protobuf enum MAJOR = 1;
BUNDLE
Value: 2Goldengate Deployment Version release type is BUNDLE.
Generated from protobuf enum BUNDLE = 2;
MINOR
Value: 3Goldengate Deployment Version release type is MINOR.
Generated from protobuf enum MINOR = 3;