Class GoldengateDeploymentVersion (0.42.0)

public final class GoldengateDeploymentVersion extends GeneratedMessage implements GoldengateDeploymentVersionOrBuilder

Details of the Goldengate Deployment Version resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentVersion

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

OCID_FIELD_NUMBER

public static final int OCID_FIELD_NUMBER
Field Value
Type Description
int

PROPERTIES_FIELD_NUMBER

public static final int PROPERTIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateDeploymentVersion getDefaultInstance()
Returns
Type Description
GoldengateDeploymentVersion

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateDeploymentVersion prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GoldengateDeploymentVersion getDefaultInstanceForType()
Returns
Type Description
GoldengateDeploymentVersion

getName()

public String getName()

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOcid()

public String getOcid()

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

string ocid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ocid.

getOcidBytes()

public ByteString getOcidBytes()

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

string ocid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ocid.

getParserForType()

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

getProperties()

public GoldengateDeploymentVersionProperties getProperties()

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

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionProperties

The properties.

getPropertiesOrBuilder()

public GoldengateDeploymentVersionPropertiesOrBuilder getPropertiesOrBuilder()

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

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionPropertiesOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasProperties()

public boolean hasProperties()

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

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the properties 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 GoldengateDeploymentVersion.Builder newBuilderForType()
Returns
Type Description
GoldengateDeploymentVersion.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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