Class GoldengateDeploymentVersionProperties (0.42.0)

public final class GoldengateDeploymentVersionProperties extends GeneratedMessage implements GoldengateDeploymentVersionPropertiesOrBuilder

Properties of GoldengateDeploymentVersion.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoldengateDeploymentVersionProperties

Static Fields

DEPLOYMENT_TYPE_FIELD_NUMBER

public static final int DEPLOYMENT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

OGG_VERSION_FIELD_NUMBER

public static final int OGG_VERSION_FIELD_NUMBER
Field Value
Type Description
int

RELEASE_TIME_FIELD_NUMBER

public static final int RELEASE_TIME_FIELD_NUMBER
Field Value
Type Description
int

RELEASE_TYPE_FIELD_NUMBER

public static final int RELEASE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

SECURITY_FIX_FIELD_NUMBER

public static final int SECURITY_FIX_FIELD_NUMBER
Field Value
Type Description
int

SUPPORT_END_TIME_FIELD_NUMBER

public static final int SUPPORT_END_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateDeploymentVersionProperties getDefaultInstance()
Returns
Type Description
GoldengateDeploymentVersionProperties

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GoldengateDeploymentVersionProperties.Builder newBuilder()
Returns
Type Description
GoldengateDeploymentVersionProperties.Builder

newBuilder(GoldengateDeploymentVersionProperties prototype)

public static GoldengateDeploymentVersionProperties.Builder newBuilder(GoldengateDeploymentVersionProperties prototype)
Parameter
Name Description
prototype GoldengateDeploymentVersionProperties
Returns
Type Description
GoldengateDeploymentVersionProperties.Builder

parseDelimitedFrom(InputStream input)

public static GoldengateDeploymentVersionProperties parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoldengateDeploymentVersionProperties parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoldengateDeploymentVersionProperties parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoldengateDeploymentVersionProperties parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoldengateDeploymentVersionProperties parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoldengateDeploymentVersionProperties parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentVersionProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentVersionProperties
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoldengateDeploymentVersionProperties> parser()
Returns
Type Description
Parser<GoldengateDeploymentVersionProperties>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GoldengateDeploymentVersionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateDeploymentVersionProperties

getDeploymentType()

public 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 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 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 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.

getParserForType()

public Parser<GoldengateDeploymentVersionProperties> getParserForType()
Returns
Type Description
Parser<GoldengateDeploymentVersionProperties>
Overrides

getReleaseTime()

public 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 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 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 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 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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSupportEndTime()

public 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 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 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoldengateDeploymentVersionProperties.Builder newBuilderForType()
Returns
Type Description
GoldengateDeploymentVersionProperties.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoldengateDeploymentVersionProperties.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoldengateDeploymentVersionProperties.Builder
Overrides

toBuilder()

public GoldengateDeploymentVersionProperties.Builder toBuilder()
Returns
Type Description
GoldengateDeploymentVersionProperties.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException