Interface GoldengateDeploymentVersionPropertiesOrBuilder (0.42.0)

public interface GoldengateDeploymentVersionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentType()

public abstract GoldengateDeploymentVersionProperties.DeploymentType getDeploymentType()

Output only. The deployment type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties.DeploymentType deployment_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionProperties.DeploymentType

The deploymentType.

getDeploymentTypeValue()

public abstract int getDeploymentTypeValue()

Output only. The deployment type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties.DeploymentType deployment_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentType.

getOggVersion()

public abstract String getOggVersion()

Output only. The OGG version of the Goldengate Deployment Version resource.

string ogg_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The oggVersion.

getOggVersionBytes()

public abstract ByteString getOggVersionBytes()

Output only. The OGG version of the Goldengate Deployment Version resource.

string ogg_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for oggVersion.

getReleaseTime()

public abstract Timestamp getReleaseTime()

Output only. The release time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp release_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The releaseTime.

getReleaseTimeOrBuilder()

public abstract TimestampOrBuilder getReleaseTimeOrBuilder()

Output only. The release time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp release_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getReleaseType()

public abstract GoldengateDeploymentVersionProperties.DeploymentReleaseType getReleaseType()

Output only. The release type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties.DeploymentReleaseType release_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionProperties.DeploymentReleaseType

The releaseType.

getReleaseTypeValue()

public abstract int getReleaseTypeValue()

Output only. The release type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties.DeploymentReleaseType release_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for releaseType.

getSecurityFix()

public abstract boolean getSecurityFix()

Optional. Whether the Goldengate Deployment Version resource is a security fix.

bool security_fix = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The securityFix.

getSupportEndTime()

public abstract Timestamp getSupportEndTime()

Output only. The support end time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp support_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The supportEndTime.

getSupportEndTimeOrBuilder()

public abstract TimestampOrBuilder getSupportEndTimeOrBuilder()

Output only. The support end time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp support_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasReleaseTime()

public abstract boolean hasReleaseTime()

Output only. The release time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp release_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the releaseTime field is set.

hasSupportEndTime()

public abstract boolean hasSupportEndTime()

Output only. The support end time of the Goldengate Deployment Version resource.

.google.protobuf.Timestamp support_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the supportEndTime field is set.