public interface GoldengateConnectionTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionType()
public abstract GoldengateConnectionType.ConnectionType getConnectionType()Output only. The connection type of the Goldengate Connection Type resource.
.google.cloud.oracledatabase.v1.GoldengateConnectionType.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateConnectionType.ConnectionType |
The connectionType. |
getConnectionTypeValue()
public abstract int getConnectionTypeValue()Output only. The connection type of the Goldengate Connection Type resource.
.google.cloud.oracledatabase.v1.GoldengateConnectionType.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for connectionType. |
getName()
public abstract String getName()Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_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 Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTechnologyTypes(int index)
public abstract String getTechnologyTypes(int index)Output only. The technology type of the Goldengate Connection Type resource.
repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The technologyTypes at the given index. |
getTechnologyTypesBytes(int index)
public abstract ByteString getTechnologyTypesBytes(int index)Output only. The technology type of the Goldengate Connection Type resource.
repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the technologyTypes at the given index. |
getTechnologyTypesCount()
public abstract int getTechnologyTypesCount()Output only. The technology type of the Goldengate Connection Type resource.
repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of technologyTypes. |
getTechnologyTypesList()
public abstract List<String> getTechnologyTypesList()Output only. The technology type of the Goldengate Connection Type resource.
repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the technologyTypes. |