Interface GoldengateDeploymentTypeOrBuilder (0.42.0)

public interface GoldengateDeploymentTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategory()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the connectionTypes.

getDefaultUsername()

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

getSourceTechnologies(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the sourceTechnologies.

getSupportedCapabilities(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the supportedCapabilities.

getSupportedTechnologiesUrl()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the targetTechnologies.