public static final class GoldengateDeploymentType.Builder extends GeneratedMessage.Builder<GoldengateDeploymentType.Builder> implements GoldengateDeploymentTypeOrBuilderDetails of the Goldengate Deployment Type resource.
Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentType
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateDeploymentType.BuilderImplements
GoldengateDeploymentTypeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllConnectionTypes(Iterable<String> values)
public GoldengateDeploymentType.Builder addAllConnectionTypes(Iterable<String> values)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 |
values |
Iterable<String>The connectionTypes to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addAllSourceTechnologies(Iterable<String> values)
public GoldengateDeploymentType.Builder addAllSourceTechnologies(Iterable<String> values)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 |
values |
Iterable<String>The sourceTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addAllSupportedCapabilities(Iterable<String> values)
public GoldengateDeploymentType.Builder addAllSupportedCapabilities(Iterable<String> values)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 |
values |
Iterable<String>The supportedCapabilities to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addAllTargetTechnologies(Iterable<String> values)
public GoldengateDeploymentType.Builder addAllTargetTechnologies(Iterable<String> values)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 |
values |
Iterable<String>The targetTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addConnectionTypes(String value)
public GoldengateDeploymentType.Builder addConnectionTypes(String value)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 |
value |
StringThe connectionTypes to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addConnectionTypesBytes(ByteString value)
public GoldengateDeploymentType.Builder addConnectionTypesBytes(ByteString value)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 |
value |
ByteStringThe bytes of the connectionTypes to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addSourceTechnologies(String value)
public GoldengateDeploymentType.Builder addSourceTechnologies(String value)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 |
value |
StringThe sourceTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addSourceTechnologiesBytes(ByteString value)
public GoldengateDeploymentType.Builder addSourceTechnologiesBytes(ByteString value)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 |
value |
ByteStringThe bytes of the sourceTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addSupportedCapabilities(String value)
public GoldengateDeploymentType.Builder addSupportedCapabilities(String value)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 |
value |
StringThe supportedCapabilities to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addSupportedCapabilitiesBytes(ByteString value)
public GoldengateDeploymentType.Builder addSupportedCapabilitiesBytes(ByteString value)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 |
value |
ByteStringThe bytes of the supportedCapabilities to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addTargetTechnologies(String value)
public GoldengateDeploymentType.Builder addTargetTechnologies(String value)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 |
value |
StringThe targetTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
addTargetTechnologiesBytes(ByteString value)
public GoldengateDeploymentType.Builder addTargetTechnologiesBytes(ByteString value)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 |
value |
ByteStringThe bytes of the targetTechnologies to add. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
build()
public GoldengateDeploymentType build()| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType |
|
buildPartial()
public GoldengateDeploymentType buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType |
|
clear()
public GoldengateDeploymentType.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
|
clearCategory()
public GoldengateDeploymentType.Builder clearCategory()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.Builder |
This builder for chaining. |
clearConnectionTypes()
public GoldengateDeploymentType.Builder clearConnectionTypes()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearDefaultUsername()
public GoldengateDeploymentType.Builder clearDefaultUsername()Output only. The default username of the Goldengate Deployment Type resource.
string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearDeploymentType()
public GoldengateDeploymentType.Builder clearDeploymentType()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.Builder |
This builder for chaining. |
clearDisplayName()
public GoldengateDeploymentType.Builder clearDisplayName()Output only. The display name of the Goldengate Deployment Type resource.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearName()
public GoldengateDeploymentType.Builder clearName()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearOggVersion()
public GoldengateDeploymentType.Builder clearOggVersion()Output only. The Ogg version of the Goldengate Deployment Type resource.
string ogg_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearSourceTechnologies()
public GoldengateDeploymentType.Builder clearSourceTechnologies()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearSupportedCapabilities()
public GoldengateDeploymentType.Builder clearSupportedCapabilities()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearSupportedTechnologiesUrl()
public GoldengateDeploymentType.Builder clearSupportedTechnologiesUrl()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
clearTargetTechnologies()
public GoldengateDeploymentType.Builder clearTargetTechnologies()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 |
GoldengateDeploymentType.Builder |
This builder for chaining. |
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 |
intThe 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 |
intThe 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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
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 |
intThe 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 |
intThe 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 |
intThe 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 |
intThe 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 |
intThe 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 |
intThe 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoldengateDeploymentType other)
public GoldengateDeploymentType.Builder mergeFrom(GoldengateDeploymentType other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDeploymentType |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengateDeploymentType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateDeploymentType.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
|
setCategory(GoldengateDeploymentType.DeploymentCategory value)
public GoldengateDeploymentType.Builder setCategory(GoldengateDeploymentType.DeploymentCategory value)Output only. The category of the Goldengate Deployment Type resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateDeploymentType.DeploymentCategoryThe category to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setCategoryValue(int value)
public GoldengateDeploymentType.Builder setCategoryValue(int value)Output only. The category of the Goldengate Deployment Type resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentType.DeploymentCategory category = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for category to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setConnectionTypes(int index, String value)
public GoldengateDeploymentType.Builder setConnectionTypes(int index, String value)Output only. The connection types of the Goldengate Deployment Type resource.
repeated string connection_types = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe connectionTypes to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDefaultUsername(String value)
public GoldengateDeploymentType.Builder setDefaultUsername(String value)Output only. The default username of the Goldengate Deployment Type resource.
string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe defaultUsername to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDefaultUsernameBytes(ByteString value)
public GoldengateDeploymentType.Builder setDefaultUsernameBytes(ByteString value)Output only. The default username of the Goldengate Deployment Type resource.
string default_username = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for defaultUsername to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDeploymentType(GoldengateDeploymentType.DeploymentType value)
public GoldengateDeploymentType.Builder setDeploymentType(GoldengateDeploymentType.DeploymentType value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
GoldengateDeploymentType.DeploymentTypeThe deploymentType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDeploymentTypeValue(int value)
public GoldengateDeploymentType.Builder setDeploymentTypeValue(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for deploymentType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDisplayName(String value)
public GoldengateDeploymentType.Builder setDisplayName(String value)Output only. The display name of the Goldengate Deployment Type resource.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public GoldengateDeploymentType.Builder setDisplayNameBytes(ByteString value)Output only. The display name of the Goldengate Deployment Type resource.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setName(String value)
public GoldengateDeploymentType.Builder setName(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GoldengateDeploymentType.Builder setNameBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setOggVersion(String value)
public GoldengateDeploymentType.Builder setOggVersion(String value)Output only. The Ogg version of the Goldengate Deployment Type resource.
string ogg_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe oggVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setOggVersionBytes(ByteString value)
public GoldengateDeploymentType.Builder setOggVersionBytes(ByteString value)Output only. The Ogg version of the Goldengate Deployment Type resource.
string ogg_version = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for oggVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setSourceTechnologies(int index, String value)
public GoldengateDeploymentType.Builder setSourceTechnologies(int index, String value)Output only. The source technologies of the Goldengate Deployment Type resource.
repeated string source_technologies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe sourceTechnologies to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setSupportedCapabilities(int index, String value)
public GoldengateDeploymentType.Builder setSupportedCapabilities(int index, String value)Output only. The supported capabilities of the Goldengate Deployment Type resource.
repeated string supported_capabilities = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe supportedCapabilities to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setSupportedTechnologiesUrl(String value)
public GoldengateDeploymentType.Builder setSupportedTechnologiesUrl(String value)Output only. The supported technologies URL of the Goldengate Deployment Type resource.
string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe supportedTechnologiesUrl to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setSupportedTechnologiesUrlBytes(ByteString value)
public GoldengateDeploymentType.Builder setSupportedTechnologiesUrlBytes(ByteString value)Output only. The supported technologies URL of the Goldengate Deployment Type resource.
string supported_technologies_url = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for supportedTechnologiesUrl to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |
setTargetTechnologies(int index, String value)
public GoldengateDeploymentType.Builder setTargetTechnologies(int index, String value)Output only. The target technologies of the Goldengate Deployment Type resource.
repeated string target_technologies = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe targetTechnologies to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentType.Builder |
This builder for chaining. |