Class GoldengateDeploymentType (0.42.0)

public final class GoldengateDeploymentType extends GeneratedMessage implements GoldengateDeploymentTypeOrBuilder

Details of the Goldengate Deployment Type resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentType

Static Fields

CATEGORY_FIELD_NUMBER

public static final int CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

CONNECTION_TYPES_FIELD_NUMBER

public static final int CONNECTION_TYPES_FIELD_NUMBER
Field Value
Type Description
int

DEFAULT_USERNAME_FIELD_NUMBER

public static final int DEFAULT_USERNAME_FIELD_NUMBER
Field Value
Type Description
int

DEPLOYMENT_TYPE_FIELD_NUMBER

public static final int DEPLOYMENT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

OGG_VERSION_FIELD_NUMBER

public static final int OGG_VERSION_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_TECHNOLOGIES_FIELD_NUMBER

public static final int SOURCE_TECHNOLOGIES_FIELD_NUMBER
Field Value
Type Description
int

SUPPORTED_CAPABILITIES_FIELD_NUMBER

public static final int SUPPORTED_CAPABILITIES_FIELD_NUMBER
Field Value
Type Description
int

SUPPORTED_TECHNOLOGIES_URL_FIELD_NUMBER

public static final int SUPPORTED_TECHNOLOGIES_URL_FIELD_NUMBER
Field Value
Type Description
int

TARGET_TECHNOLOGIES_FIELD_NUMBER

public static final int TARGET_TECHNOLOGIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateDeploymentType getDefaultInstance()
Returns
Type Description
GoldengateDeploymentType

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateDeploymentType prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCategory()

public GoldengateDeploymentType.DeploymentCategory getCategory()

Output only. The category of the Goldengate Deployment Type resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentType.DeploymentCategory

The category.

getCategoryValue()

public int getCategoryValue()

Output only. The category of the Goldengate Deployment Type resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for category.

getConnectionTypes(int index)

public String getConnectionTypes(int index)

Output only. The connection types of the Goldengate Deployment Type resource.

repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The connectionTypes at the given index.

getConnectionTypesBytes(int index)

public ByteString getConnectionTypesBytes(int index)

Output only. The connection types of the Goldengate Deployment Type resource.

repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the connectionTypes at the given index.

getConnectionTypesCount()

public int getConnectionTypesCount()

Output only. The connection types of the Goldengate Deployment Type resource.

repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of connectionTypes.

getConnectionTypesList()

public ProtocolStringList getConnectionTypesList()

Output only. The connection types of the Goldengate Deployment Type resource.

repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the connectionTypes.

getDefaultInstanceForType()

public GoldengateDeploymentType getDefaultInstanceForType()
Returns
Type Description
GoldengateDeploymentType

getDefaultUsername()

public String getDefaultUsername()

Output only. The default username of the Goldengate Deployment Type resource.

string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The defaultUsername.

getDefaultUsernameBytes()

public ByteString getDefaultUsernameBytes()

Output only. The default username of the Goldengate Deployment Type resource.

string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for defaultUsername.

getDeploymentType()

public GoldengateDeploymentType.DeploymentType getDeploymentType()

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

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

Returns
Type Description
GoldengateDeploymentType.DeploymentType

The deploymentType.

getDeploymentTypeValue()

public int getDeploymentTypeValue()

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

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

Returns
Type Description
int

The enum numeric value on the wire for deploymentType.

getDisplayName()

public String getDisplayName()

Output only. The display name of the Goldengate Deployment Type resource.

string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The display name of the Goldengate Deployment Type resource.

string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public String getName()

Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}

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 Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}

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

Returns
Type Description
ByteString

The bytes for name.

getOggVersion()

public String getOggVersion()

Output only. The Ogg version of the Goldengate Deployment Type resource.

string ogg_version = 6 [(.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 Type resource.

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

Returns
Type Description
ByteString

The bytes for oggVersion.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSourceTechnologies(int index)

public String getSourceTechnologies(int index)

Output only. The source technologies of the Goldengate Deployment Type resource.

repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The sourceTechnologies at the given index.

getSourceTechnologiesBytes(int index)

public ByteString getSourceTechnologiesBytes(int index)

Output only. The source technologies of the Goldengate Deployment Type resource.

repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the sourceTechnologies at the given index.

getSourceTechnologiesCount()

public int getSourceTechnologiesCount()

Output only. The source technologies of the Goldengate Deployment Type resource.

repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of sourceTechnologies.

getSourceTechnologiesList()

public ProtocolStringList getSourceTechnologiesList()

Output only. The source technologies of the Goldengate Deployment Type resource.

repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the sourceTechnologies.

getSupportedCapabilities(int index)

public String getSupportedCapabilities(int index)

Output only. The supported capabilities of the Goldengate Deployment Type resource.

repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The supportedCapabilities at the given index.

getSupportedCapabilitiesBytes(int index)

public ByteString getSupportedCapabilitiesBytes(int index)

Output only. The supported capabilities of the Goldengate Deployment Type resource.

repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the supportedCapabilities at the given index.

getSupportedCapabilitiesCount()

public int getSupportedCapabilitiesCount()

Output only. The supported capabilities of the Goldengate Deployment Type resource.

repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of supportedCapabilities.

getSupportedCapabilitiesList()

public ProtocolStringList getSupportedCapabilitiesList()

Output only. The supported capabilities of the Goldengate Deployment Type resource.

repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the supportedCapabilities.

getSupportedTechnologiesUrl()

public String getSupportedTechnologiesUrl()

Output only. The supported technologies URL of the Goldengate Deployment Type resource.

string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The supportedTechnologiesUrl.

getSupportedTechnologiesUrlBytes()

public ByteString getSupportedTechnologiesUrlBytes()

Output only. The supported technologies URL of the Goldengate Deployment Type resource.

string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for supportedTechnologiesUrl.

getTargetTechnologies(int index)

public String getTargetTechnologies(int index)

Output only. The target technologies of the Goldengate Deployment Type resource.

repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The targetTechnologies at the given index.

getTargetTechnologiesBytes(int index)

public ByteString getTargetTechnologiesBytes(int index)

Output only. The target technologies of the Goldengate Deployment Type resource.

repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the targetTechnologies at the given index.

getTargetTechnologiesCount()

public int getTargetTechnologiesCount()

Output only. The target technologies of the Goldengate Deployment Type resource.

repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of targetTechnologies.

getTargetTechnologiesList()

public ProtocolStringList getTargetTechnologiesList()

Output only. The target technologies of the Goldengate Deployment Type resource.

repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the targetTechnologies.

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 GoldengateDeploymentType.Builder newBuilderForType()
Returns
Type Description
GoldengateDeploymentType.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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